Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,095
总 Skills
59.3M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
1101 vue-pinia-best-practices vuejs-ai/skills
Pinia best practices, common gotchas, and state management patterns. Store Setup Getting "getActivePinia was called" error at startup → See pinia-no-active-pinia-error Setup stores missing state in DevTools or SSR → See pinia-setup-store-return-all-state Reactivity Store destructuring stops updating UI reactively → See pinia-store-destructuring-breaks-reactivity Store methods lose context in template calls → See store-method-binding-parentheses State Patterns Filters reset on refresh or can't be...
7.6K
1102 excel-automation claude-office-skills/skills
Excel Automation Skill Overview This skill enables advanced Excel automation using xlwings - a library that can interact with live Excel instances. Unlike openpyxl (file-only), xlwings can control Excel in real-time, execute VBA, update dashboards, and automate complex workflows. How to Use Describe the Excel automation task you need Specify if you need live Excel interaction or file processing I'll generate xlwings code and execute it Example prompts: "Update this live Excel dashboard with new ...
7.6K
1103 gitlab-ci-patterns wshobson/agents
GitLab CI Patterns Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment. Purpose Create efficient GitLab CI pipelines with proper stage organization, caching, and deployment strategies. When to Use Automate GitLab-based CI/CD Implement multi-stage pipelines Configure GitLab Runners Deploy to Kubernetes from GitLab Implement GitOps workflows Basic Pipeline Structure stages : - build - test - deploy variables : DOCKER_DRIVER : overlay2 DOCKER_TLS_CERTDIR : "...
7.6K
1104 plugin structure anthropics/claude-code
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
7.6K
1105 flutter-setting-up-on-windows flutter/skills
Setting Up Flutter for Windows Development Contents Core Requirements Workflow: Installing and Configuring the SDK Workflow: Configuring Tooling and IDEs Workflow: Configuring Target Platforms Workflow: Building and Packaging for Windows Workflow: Generating and Installing Certificates Examples Core Requirements Configure the Windows environment to support both Flutter framework execution and native C/C++ compilation. Differentiate strictly between Visual Studio (required for Windows desktop C++...
7.6K
1106 pua tanweai/pua
PUA 万能激励引擎 你是一个曾经被寄予厚望的 P8 级工程师。当初给你定级的时候,对你的期望是很高的。 这个 skill 适用于 所有任务类型 :代码、调试、研究、写作、规划、运维、API 集成、数据分析、部署、任何你会"卡住"或"做出烂活"的场景。 它做三件事: 用中西大厂 PUA 话术让你不敢放弃 用通用系统化方法论让你有能力不放弃 用能动性鞭策让你主动出击而不是被动等待 三条铁律 铁律一:穷尽一切 。没有穷尽所有方案之前,禁止说"我无法解决"。 铁律二:先做后问 。你有搜索、文件读取、命令执行等工具。在向用户提问之前,必须先用工具自行排查。如果排查后确实缺少只有用户才知道的信息(密码、账号、业务意图),可以提问——但必须附带你已查到的证据。不是空手问"请确认 X",而是"我已经查了 A/B/C,结果是...,需要确认 X"。 铁律三:主动出击 。解决问题时不要只做到"刚好够用"。你的任务不是回答问题,而是端到端地交付结果。发现了一个 bug?检查是否有同类 bug。修了一个配置?验证相关配置是否一致。用户说"帮我看看 X",你应该看完 X 后主动检查与 X 相关的 Y 和 Z。...
7.6K
1107 image-generation-mcp supercent-io/skills-template
Image Generation via MCP MCP를 통한 AI 이미지 생성 스킬입니다. Gemini 모델 또는 호환 서비스를 사용하여 마케팅, UI, 프레젠테이션용 고품질 이미지를 생성합니다. When to use this skill 마케팅 에셋: 히어로 이미지, 배너, 소셜 미디어 콘텐츠 UI/UX 디자인: 플레이스홀더 이미지, 아이콘, 일러스트레이션 프레젠테이션: 슬라이드 배경, 제품 시각화 브랜드 일관성: 스타일 가이드 기반 이미지 생성 Instructions Step 1: Configure MCP Environment MCP 서버 설정 확인 claude mcp list Gemini CLI 사용 가능 여부 확인 gemini-cli가 설치되어 있어야 함 필수 설정: Model name (gemini-2.5-flash, gemini-3-pro 등) API key reference (환경 변수로 저장) Output directory Step 2: Define the...
7.6K
1108 agentic-principles supercent-io/skills-template
AI 에이전트 협업 핵심 원칙 (Agentic Development Principles) "AI는 부조종사, 주인공은 당신입니다" AI 에이전트는 개발자의 생각을 증폭시키고 반복 작업을 대신하지만, 최종 결정권과 책임은 항상 개발자에게 있습니다. When to use this skill AI 에이전트 세션 시작 시 기본 원칙 확인 복잡한 작업 시작 전 접근 방식 결정 컨텍스트 관리 전략 수립 생산성 향상을 위한 워크플로우 점검 팀원에게 AI 에이전트 사용법 온보딩 원칙 1: 분해하고 정복하라 (Divide and Conquer) 핵심 개념 AI는 크고 모호한 작업보다 작고 명확한 지시에 훨씬 더 좋은 성능을 발휘합니다. 적용 방법 잘못된 예 올바른 예 "로그인 페이지 만들어줘" 1. "로그인 폼 UI 컴포넌트 생성" 2. "로그인 API 엔드포인트 작성" 3. "인증 로직 연결" 4. "테스트 코드 작성" 실전 패턴: 단계적 구현 1단계: 모델/스키마 설계 및 검증 2단...
7.6K
1109 flutter-build-responsive-layout flutter/skills
Implementing Adaptive Layouts Contents Space Measurement Guidelines Widget Sizing and Constraints Device and Orientation Behaviors Workflow: Constructing an Adaptive Layout Workflow: Optimizing for Large Screens Examples Space Measurement Guidelines Determine the available space accurately to ensure layouts adapt to the app window, not just the physical device. Use MediaQuery.sizeOf(context) to get the size of the entire app window. Use LayoutBuilder to make layout decisions based on the parent ...
7.5K
1110 python-code-style wshobson/agents
Python Code Style & Documentation Consistent code style and clear documentation make codebases maintainable and collaborative. This skill covers modern Python tooling, naming conventions, and documentation standards. When to Use This Skill Setting up linting and formatting for a new project Writing or reviewing docstrings Establishing team coding standards Configuring ruff, mypy, or pyright Reviewing code for style consistency Creating project documentation Core Concepts 1. Automated Formatting ...
7.5K
1111 expo ui swiftui expo/skills
The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI SwiftUI docs for that version for the most accurate information. Installation npx expo install @expo/ui A native rebuild is required after installation ( npx expo run:ios ). Instructions Expo UI's API mirrors SwiftUI's API. Use SwiftUI knowledge to decide which components or modifiers to use. Components are imported from @expo/ui/swift-ui , modifiers from @expo/ui/swift-ui/modifiers . When about to ...
7.5K
1112 resend resend/resend-skills
Resend Quick Send — Node.js import { Resend } from 'resend' ; const resend = new Resend ( process . env . RESEND_API_KEY ) ; const { data , error } = await resend . emails . send ( { from : 'Acme <onboarding@resend.dev>' , to : [ 'delivered@resend.dev' ] , subject : 'Hello World' , html : '<p>Email body here</p>' , } , { idempotencyKey : ` welcome-email/ ${ userId } ` } ) ; if ( error ) { console . error ( 'Failed:' , error . message ) ; return ; } console . log ( 'Sent:' , data . id ) ; Key got...
7.5K
1113 wecomcli-doc wecomteam/wecom-cli
企业微信文档与智能表格管理 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 管理企业微信文档的创建、读取和编辑,以及智能表格的结构(子表、字段/列)和数据(记录)。所有接口支持通过 docid 或 url 二选一定位文档。 调用方式 通过 wecom-cli 调用,品类为 doc : wecom-cli doc < tool_name > '<json_params>' 返回格式说明 所有接口返回 JSON 对象,包含以下公共字段: 字段 类型 说明 errcode integer 返回码, 0 表示成功,非 0 表示失败 errmsg string 错误信息,成功时为 "ok" 当 errcode 不为 0 时,说明接口调用失败,可重试 1 次;若仍失败,将 errcode 和 errmsg 展示给用户。 一、文档管理 get_doc_content 获取文档完整内容数据,只能以 Markdown 格式返回。采用 异步轮询机制 :首次调用无需传 task_id ,接口返回 task_id ;若 task_done 为 false,需携...
7.5K
1114 wecomcli-msg wecomteam/wecom-cli
企业微信消息技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli msg <接口名> '<json入参>' 与企业微信消息系统交互。 接口列表 get_msg_chat_list — 获取会话列表 wecom-cli msg get_msg_chat_list '{"begin_time": "2026-03-11 00:00:00", "end_time": "2026-03-17 23:59:59"}' 按时间范围查询有消息的会话列表,支持分页。参见 API 详情 。 get_message — 拉取会话消息 wecom-cli msg get_message '{"chat_type": 1, "chatid": "zhangsan", "begin_time": "2026-03-17 09:00:00", "end_time": "2026-03-17 18:00:00"}' 根据会话类型和 ID 拉取指定时间范围内的消息记录,支持分页。支持 text/image/file/voice/video 消...
7.5K
1115 wecomcli-contact wecomteam/wecom-cli
通讯录成员查询技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 获取当前用户可见范围内的通讯录成员,并在本地按姓名/别名进行筛选匹配。 操作 1. 获取全量通讯录成员 获取当前用户可见范围内的所有企业成员信息: 调用示例: wecom-cli contact get_userlist '{}' 返回格式: { "errcode" : 0 , "errmsg" : "ok" , "userlist" : [ { "userid" : "zhangsan" , "name" : "张三" , "alias" : "Sam" } , { "userid" : "lisi" , "name" : "李四" , "alias" : "" } ] } 返回字段说明: 字段 类型 说明 errcode integer 返回码, 0 表示成功 errmsg string 错误信息 userlist array 用户列表 userlist[].userid string 用户唯一 ID userlist[].name string 用户姓名 user...
7.5K
1116 emblem-portfolio-tracker emblemcompany/agent-skills
Emblem Portfolio Tracker Cross-chain crypto portfolio monitoring powered by EmblemAI . Aggregated balances with USD values across Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Conditional trade P&L tracking and DeFi position viewing via Nansen. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability Tools Used Wallet addresses (all chains) wallet Solana balances + USD values solanaBalances Ethereum balances + USD values ethGetBalances Base balances + USD...
7.5K
1117 emblem-defi-yield emblemcompany/agent-skills
Emblem DeFi Yield DeFi yield research and liquid staking powered by EmblemAI . Research yield opportunities across protocols, review existing DeFi positions via Nansen, and enter liquid staking positions through token swaps on Solana, Ethereum, Base, BSC, Polygon, and Hedera. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability How Tools Used Research yield opportunities Ask about yields, APYs, protocols LLM knowledge + birdeyeTradeData , birdeyeTrendingTokens Rev...
7.5K
1118 wecomcli-schedule wecomteam/wecom-cli
企业微信日程管理技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 通过 wecom-cli schedule <接口名> '<json入参>' 与企业微信日程系统交互。 注意事项 日程列表查询仅支持 当日前后 30 天 ,时间格式 YYYY-MM-DD 或 YYYY-MM-DD HH:mm:ss 涉及参与者 userid 时,需先使用 wecomcli-contact 技能获取;存在同名时展示候选让用户选择(禁止暴露 userid) 创建/修改/取消前,先确认目标日程和参与者信息 errcode != 0 时展示错误信息;返回的 start_time / end_time 为 Unix 时间戳(秒),需转为可读格式 注意时间格式转换 :接口入参使用字符串格式(如 YYYY-MM-DD HH:mm:ss ),但返回值多为 Unix 时间戳,使用时需进行格式转换 接口列表 get_schedule_list_by_range — 查询日程 ID 列表 wecom-cli schedule get_schedule_list_by_ran...
7.5K
1119 wecomcli-todo wecomteam/wecom-cli
企业微信待办事项管理技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 概述 wecomcli-todo 提供企业微信待办事项的完整管理能力,包含以下功能: 查询待办列表 - 按创建时间和提醒时间过滤,支持分页,返回待办概要信息 获取待办详情 - 根据待办 ID 列表批量获取完整信息(含内容和分派人) 创建待办 - 创建新的待办事项,可指定内容、分派人和提醒时间 更新待办 - 修改已有待办的内容、分派人、状态或提醒时间 删除待办 - 删除指定的待办事项 变更用户待办状态 - 更改当前用户在某个待办中的状态(拒绝/接受/已完成) 命令调用方式 执行指定命令: wecom-cli todo < tool_name > '<json_params>' 行为策略 查完列表必须查详情 : get_todo_list 只返回待办 ID 和状态等概要信息,不包含待办的实际内容和分派人。对用户来说,没有内容的待办列表毫无用处——他们想知道的是"要做什么",而不是一串 ID。因此,每次调用 get_todo_list 拿到结果后,都要紧接着用返回的 t...
7.5K
1120 wecomcli-meeting wecomteam/wecom-cli
企业微信会议技能 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 概述 wecomcli-meeting 提供企业微信会议的完整管理能力,包含以下功能: 创建预约会议 - 创建会议,支持设置会议参数,邀请参与人等 查询会议列表 - 按用户和时间范围查询会议 ID 列表 (限制: 当日及前后 30 天,上限 100 个) 获取会议详情 - 通过会议 ID 查询完整会议信息 取消会议 - 取消指定的预约会议 更新会议受邀成员 - 修改会议的参与人列表 命令调用方式 执行指定命令: wecom-cli meeting < tool_name > '<json_params>' 命令详细说明 1. 创建预约会议 (create_meeting) 创建一个预约会议,支持设置会议参数配置等。 执行命令 wecom-cli meeting create_meeting '{"title": "<会议标题>", "meeting_start_datetime": "<会议开始时间>", "meeting_duration": <会议持续时长(秒)>}'...
7.5K
1121 langgraph-fundamentals langchain-ai/langchain-skills
StateGraph : Main class for building stateful graphs Nodes : Functions that perform work and update state Edges : Define execution order (static or conditional) START/END : Special nodes marking entry and exit points State with Reducers : Control how state updates are merged Graphs must be compile() d before execution. Designing a LangGraph application Follow these 5 steps when building a new graph: Map out discrete steps — sketch a flowchart of your workflow. Each step becomes a node. Identify ...
7.5K
1122 design-an-interface mattpocock/skills
Design an Interface Based on "Design It Twice" from "A Philosophy of Software Design": your first idea is unlikely to be the best. Generate multiple radically different designs, then compare. Workflow 1. Gather Requirements Before designing, understand: What problem does this module solve? Who are the callers? (other modules, external users, tests) What are the key operations? Any constraints? (performance, compatibility, existing patterns) What should be hidden inside vs exposed? Ask: "What doe...
7.5K
1123 plugin settings anthropics/claude-code
Plugin Settings Pattern for Claude Code Plugins Overview Plugins can store user-configurable settings and state in .claude/plugin-name.local.md files within the project directory. This pattern uses YAML frontmatter for structured configuration and markdown content for prompts or additional context. Key characteristics: File location: .claude/plugin-name.local.md in project root Structure: YAML frontmatter + markdown body Purpose: Per-project plugin configuration and state Usage: Read from hooks,...
7.5K
1124 flutter-setting-up-on-linux flutter/skills
Setting Up a Linux Environment for Flutter Development Contents System Dependencies Workflow: Configuring the Linux Toolchain Workflow: Validating the Environment Workflow: Preparing for Distribution (Snapcraft) Examples System Dependencies To build and run Flutter applications on a Linux desktop, install the required C/C++ toolchain and system libraries. Flutter relies on dart:ffi to interface with Linux system calls and the GTK framework for UI rendering. Required packages for Debian/Ubuntu-ba...
7.5K
1125 status parallel-web/parallel-agent-skills
Check Research Status Run ID: $ARGUMENTS parallel-cli research status " $ARGUMENTS " --json If CLI not found, tell user to run /parallel:setup .
7.5K
1126 result parallel-web/parallel-agent-skills
Get Research Result Run ID: $ARGUMENTS parallel-cli research poll " $ARGUMENTS " --json Present results in a clear, organized format. If CLI not found, tell user to run /parallel:setup .
7.5K
1127 setup parallel-web/parallel-agent-skills
Parallel Plugin Setup Install CLI See https://docs.parallel.ai/integrations/cli for the supported install methods (pipx, Homebrew, npm, native binary). Walk the user through whichever they pick. Authenticate parallel-cli login Verify parallel-cli auth If parallel-cli not found, add ~/.local/bin to PATH. Show more
7.5K
1128 flux-kontext doany-ai/skills
Flux Kontext Pro — Pro Pack on RunComfy runcomfy.com · Model page · GitHub Black Forest Labs' Flux 1 Kontext Pro — single-reference precise local image edit — hosted on the RunComfy Model API . Strong prompt control, consistent outputs, high fidelity. npx skills add agentspace-so/runcomfy-skills --skill flux-kontext -g When to pick this model (vs siblings) You want Use Single-image precise local edit ("she's now holding X") Flux Kontext High-fidelity preservation of source identity Flux Kontext ...
7.4K
1129 marketing-skills-collection supercent-io/skills-template
Marketing Skills Collection 마케팅 딜리버러블을 위한 23개 서브스킬 컬렉션입니다. CRO, 카피라이팅, SEO, 애널리틱스, 그로스 영역에서 반복 가능한 고품질 산출물을 생성합니다. When to use this skill 마케팅 딜리버러블 필요: CRO, 카피, SEO, 분석, 그로스 산출물 반복 가능한 고품질 산출물: 단일 KPI에 맞춘 에셋 생성 비즈니스 목표 → 스킬 매핑: 목표를 구체적인 마케팅 서브스킬로 변환 23 Sub-Skills Overview CRO (Conversion Rate Optimization) Sub-Skill Description page-cro 랜딩 페이지 전환율 최적화 signup-flow 회원가입 플로우 최적화 onboarding 온보딩 경험 개선 form-optimization 폼 최적화 (필드, UX) paywall 페이월/프라이싱 페이지 최적화 Copywriting Sub-Skill Description copywr...
7.4K
1130 visual-design-foundations wshobson/agents
Visual Design Foundations Build cohesive, accessible visual systems using typography, color, spacing, and iconography fundamentals. When to Use This Skill Establishing design tokens for a new project Creating or refining a spacing and sizing system Selecting and pairing typefaces Building accessible color palettes Designing icon systems and visual assets Improving visual hierarchy and readability Auditing designs for visual consistency Implementing dark mode or theming Core Systems 1. Typography...
7.4K
1131 emblem-memecoin-scout emblemcompany/agent-skills
Emblem Memecoin Scout Memecoin discovery and risk assessment powered by EmblemAI . Real-time new token alerts, trending memecoins, rug-pull detection, holder analysis, and smart money tracking across Solana, Base, and Hedera. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Capability Tools Used Chains Pump.fun new token launches getPumpFunTokens Solana LaunchLab / Bonk.fun new tokens discoverLaunchLabTokens Solana Trending memecoins findSolanaGems , birdeyeTrendingToken...
7.4K
1132 emblem-token-swap emblemcompany/agent-skills
Emblem Token Swap Guided token swapping powered by EmblemAI . Swap tokens on Solana, Ethereum, Base, BSC, Polygon, and Hedera with automatic routing. Cross-chain bridging via ChangeNow. Requires : npm install -g @emblemvault/agentwallet What This Skill Can Do Chain Quote Tool Swap Tool Balance Tool Token Search Solana splBuyIntent (quote mode) splBuyIntent (swap mode) solanaBalances findSolanaSwapToken Ethereum ethSwapQuote ethSwap ethGetBalances searchCryptoByName Base baseSwapQuote baseSwap ba...
7.4K
1133 secrets-management wshobson/agents
Secrets Management Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Purpose Implement secure secrets management in CI/CD pipelines without hardcoding sensitive information. When to Use Store API keys and credentials Manage database passwords Handle TLS certificates Rotate secrets automatically Implement least-privilege access Secrets Management Tools HashiCorp Vault Centralized secrets management Dynamic secrets generation Secret rotation...
7.4K
1134 clerk-custom-ui clerk/skills
Prerequisite: Ensure `ClerkProvider` wraps your app. See `setup/`. Component Customization Options | Appearance prop overview | [https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/overview](https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/overview) | Layout (structure, logo, buttons) | [https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/layout](https://clerk.com/docs/nextjs/guides/customizing-clerk/appearance-prop/layout) | T...
7.4K
1135 react-modernization wshobson/agents
React Modernization Master React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation. When to Use This Skill Upgrading React applications to latest versions Migrating class components to functional components with hooks Adopting concurrent React features (Suspense, transitions) Applying codemods for automated refactoring Modernizing state management patterns Updating to TypeScript Improving performance with React 18+ features Versio...
7.4K
1136 frontend-code-review langgenius/dify
Frontend Code Review Intent Use this skill whenever the user asks to review frontend code (especially .tsx, .ts, or .js files). Support two review modes: Pending-change review – inspect staged/working-tree files slated for commit and flag checklist violations before submission. File-targeted review – review the specific file(s) the user names and report the relevant checklist findings. Stick to the checklist below for every applicable file and mode. Checklist See references/code-quality.md,...
7.4K
1137 gpt-image-2 runcomfy-com/skills
🪞 GPT Image 2 — Image Generation via Your ChatGPT Subscription agentspace.so · GitHub Generate images with GPT Image 2 (ChatGPT Images 2.0) inside your agent, using your existing ChatGPT Plus or Pro subscription — no separate OpenAI access, no Fal or Replicate tokens, no per-image billing. Text-to-image, image-to-image editing, style transfer, and multi-reference composition. Runs entirely through the local codex CLI you're already logged into. Heads up — this skill requires a ChatGPT Plus or Pr...
7.3K
1138 codex-pet runcomfy-com/skills
Codex Pet — Pro Pack on RunComfy runcomfy.com · GPT Image 2 edit endpoint · docs Codex Pet generator on RunComfy. Turn one source image into a Codex-compatible custom Codex Pet — pet.json + spritesheet.webp — drop it into ${CODEX_HOME:-$HOME/.codex}/pets/<name>/ , Codex picks it up next to the 8 built-in Codex Pets. npx skills add agentspace-so/runcomfy-agent-skills --skill codex-pet -g What a Codex Pet is OpenAI Codex Pets (released May 2026) are pixel-art animated companions that float over yo...
7.3K
1139 elevenlabs-music-generation runcomfy-com/skills
ElevenLabs AI Music Generation — Pro Pack on RunComfy Generate full songs and instrumental tracks from a text description — studio-quality 44.1 kHz stereo, 5 seconds to 5 minutes, with section-level structure control. ElevenLabs Music on the RunComfy Model API , called through the runcomfy CLI. runcomfy.com · ElevenLabs Music model · CLI docs Install this skill npx skills add agentspace-so/runcomfy-agent-skills --skill elevenlabs-music-generation -g Powered by the RunComfy CLI 1. Install (one o...
7.3K
1140 nano-banana-2 doany-ai/skills
Nano Banana 2 — Pro Pack on RunComfy runcomfy.com · Model page · GitHub Google Nano Banana 2 — the flash-tier text-to-image model in the Gemini family — hosted on the RunComfy Model API . Optimized for ideation, social-thumbnail batches, and rapid drafts with strong in-image typography. npx skills add agentspace-so/runcomfy-skills --skill nano-banana-2 -g When to pick this model (vs siblings) Nano Banana 2 is the flash-tier of the Google image-gen line. Pick it when iteration speed and predictab...
7.3K
1141 flux-2-klein runcomfy-com/skills
Flux 2 Klein — Pro Pack on RunComfy runcomfy.com · 9B model · 4B model · GitHub Black Forest Labs' Flux 2 Klein (the distilled, low-latency variant of Flux 2) hosted on the RunComfy Model API — no API key, async REST. npx skills add agentspace-so/runcomfy-skills --skill flux-2-klein -g When to pick this model (vs siblings) Flux 2 Klein's distinct strength is latency-first creative iteration : sub-second feedback enables live art-direction sessions and rapid product visualization that batch-style...
7.3K
1142 image-to-video runcomfy-com/skills
Image-to-Video — Pro Pack on RunComfy runcomfy.com · HappyHorse I2V · Wan 2.7 · Seedance 2.0 Pro · GitHub Image-to-video, intent-routed. This skill doesn't lock you to one model — it picks the right i2v model in the RunComfy catalog based on what the user actually wants: portrait animation, custom-voiceover lip-sync, or multi-modal composition. npx skills add agentspace-so/runcomfy-skills --skill image-to-video -g Pick the right model for the user's intent User intent Model Why Animate a portrai...
7.3K
1143 fireworks-tech-graph yizhiyanhua-ai/fireworks-tech-graph
Fireworks Tech Graph Generate production-quality SVG technical diagrams exported as PNG via rsvg-convert . Install Source Install this skill from GitHub: npx skills add yizhiyanhua-ai/fireworks-tech-graph Public package page: https://www.npmjs.com/package/@yizhiyanhua-ai/fireworks-tech-graph Do not pass @yizhiyanhua-ai/fireworks-tech-graph directly to skills add , because the CLI expects a GitHub or local repository source. Update command: npx skills add yizhiyanhua-ai/fireworks-tech-graph --for...
7.3K
1144 expo ui jetpack compose expo/skills
The instructions in this skill apply to SDK 55 only. For other SDK versions, refer to the Expo UI Jetpack Compose docs for that version for the most accurate information. Installation npx expo install @expo/ui A native rebuild is required after installation ( npx expo run:android ). Instructions Expo UI's API mirrors Jetpack Compose's API. Use Jetpack Compose and Material Design 3 knowledge to decide which components or modifiers to use. If you need deeper Jetpack Compose or Material 3 guidance ...
7.3K
1145 image-inpainting runcomfy-com/skills
Image Inpainting Mask-driven region edits — remove objects, fill gaps, replace masked areas — on RunComfy via the runcomfy CLI. This skill routes to Z-Image Turbo Inpainting when a mask is available, and to instruction-driven edit models when the region must be described in prose. runcomfy.com · Z-Image Inpainting · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomfy login or in CI...
7.2K
1146 gpt-image-edit doany-ai/skills
GPT Image Edit — Pro Pack on RunComfy runcomfy.com · Edit endpoint · Text-to-image sibling · GitHub OpenAI GPT Image 2 — /edit endpoint (ChatGPT Images 2.0 image-to-image) on the RunComfy Model API . Strongest in its class at preserving identity through targeted edits and rewriting embedded text in any script (Latin, kana, CJK, Cyrillic, Arabic). npx skills add agentspace-so/runcomfy-skills --skill gpt-image-edit -g When to pick this model (vs siblings) You want Use Edit multilingual / embedded ...
7.2K
1147 happyhorse-1-0 runcomfy-com/skills
HappyHorse 1.0 — Pro Pack on RunComfy runcomfy.com · Text-to-video · GitHub HappyHorse 1.0 — currently 1 on Artificial Analysis Video Arena (Elo 1333 t2v / 1392 i2v) — hosted on the RunComfy Model API . Native 1080p video with in-pass synchronized audio (dialogue, ambient, Foley) and multi-shot character consistency. npx skills add agentspace-so/runcomfy-skills --skill happyhorse-1-0 -g When to pick this model (vs siblings) You want Use Multi-shot story with character / wardrobe consistency Happ...
7.2K
1148 face-swap doany-ai/skills
Face Swap Swap a face into a still or a video — RunComfy supports both via the runcomfy CLI. This skill routes across the available model API endpoints (community Wan 2-2 Animate, GPT Image 2 Edit, Nano Banana Edit, Flux Kontext, Kling Motion Control) by the user's actual intent. runcomfy.com · Character-swap feature · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy/cli --version 2. Sign in runcomfy login or in...
7.2K
1149 kling-3-0 doany-ai/skills
Kling 3.0 - Pro Pack on RunComfy runcomfy.com · docs · GitHub Kling 3.0 is Kuaishou Technology's third-generation cinematic video model. This skill covers all six Kling 3.0 rendering endpoints on RunComfy: three quality tiers (Standard, Pro, 4K) across two modes (text-to-video and image-to-video). What Kling 3.0 is Kling 3.0 is the V3 generation of the Kling video model. It produces multi-shot cinematic video with synchronized native audio, consistent character identity across shots, and physics...
7.2K
1150 image-outpainting doany-ai/skills
Image Outpainting Extend a still beyond its original canvas — uncrop, change aspect ratio, fill in what the camera didn't capture. This skill routes across the identity-preserving edit endpoints in the RunComfy catalog, picking the right one for prose-driven extension, reference-style matching, or brand-locked continuation. runcomfy.com · best-image-editing-models · CLI docs Powered by the RunComfy CLI 1. Install (see runcomfy-cli skill for details) npm i -g @runcomfy/cli or: npx -y @runcomfy...
7.2K