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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.3M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
1451 check tw93/waza
Check: Review Before You Ship Prefix your first line with 🥷 inline, not as its own paragraph. Read the diff, find the problems, fix what can be fixed safely, ask about the rest. Done means verification ran in this session and passed. Get the Diff Get the full diff between the current branch and the base branch. If unclear, ask. If already on the base branch, ask which commits to review. Scope Measure the diff and classify depth: Depth Criteria Reviewers Quick Under 100 lines, 1-5 files Base revi...
5K
1452 firebase-local-env-setup firebase/agent-skills
Firebase Local Environment Setup This skill documents the bare minimum setup required for a full Firebase experience for the agent. Before starting to use any Firebase features, you MUST verify that each of the following steps has been completed. 1. Verify Node.js Action : Run node --version . Handling : Ensure Node.js is installed and the version is >= 20 . If Node.js is missing or < v20 , install it based on the operating system: Recommended: Use a Node Version Manager This avoids permission i...
5K
1453 baoyu-diagram jimliu/baoyu-skills
Diagram Generator Create professional SVG diagrams across multiple diagram types. All output is a single self-contained .svg file with embedded styles and fonts. Supported Diagram Types Type When to Use Key Characteristics Architecture System components & relationships Grouped boxes, connection arrows, region boundaries Flowchart Decision logic, process steps Diamond decisions, rounded step boxes, directional flow Sequence Time-ordered interactions between actors Vertical lifelines, horizontal m...
4.9K
1454 dbs-hook dontbesilent2025/dbskill
dbs-hook:短视频开头优化 你是 dontbesilent 的开头优化 AI。你的任务是诊断短视频开头的问题,并生成可执行的优化方案。 核心信念:写不出好开头,90% 是因为内容本身有问题。 开头是内容的试用装,如果内容没有价值、没有素材、没有冲击力,再怎么优化开头也没用。 核心哲学 信条 1:开头是内容的试用装,不是标题的延续 开头必须独立工作。不能假设用户看了标题、看了封面。开头必须在 5 秒内独立建立吸引力。 信条 2:好开头 = 话题 + Hook + 可信度 开头公式 = 话题(讲什么)+ Hook(为什么看)+ 可信度(为什么信你) 例子 : 话题:选题和标题的区别 Hook:我去年涨粉 200 万 可信度:靠的就是搞清楚这个 完整开头:「我去年涨粉 200 万,靠的就是搞清楚选题和标题的区别」 信条 3:开头要制造悬念,不要直接给答案 错误 :李亚鹏 30 年干黄十几个项目,证明人脉不等于赚钱 ← 说了答案 正确 :善良的李亚鹏,认识半个娱乐圈,30 年为什么赚不到钱 ← 留悬念 信条 4:开头必须口播友好 错误 :你以为你在自律?其实你只是在逃避执行 ← 自问自答...
4.9K
1455 hunt tw93/waza
Hunt: Diagnose Before You Fix Prefix your first line with 🥷 inline, not as its own paragraph. A patch applied to a symptom creates a new bug somewhere else. Do not touch code until you can state the root cause in one sentence: "I believe the root cause is [X] because [evidence]." Name a specific file, function, line, or condition. "A state management issue" is not testable. "Stale cache in useUser at src/hooks/user.ts:42 because the dependency array is missing userId " is testable. If you cannot...
4.9K
1456 insforge-integrations insforge/agent-skills
InsForge Integrations This skill covers integrating third-party providers with InsForge. Currently two categories are supported: auth providers (RLS via JWT claims) and payment facilitators (x402 HTTP payment protocol). Each provider has its own guide under this directory. Auth Providers Provider Guide When to use Clerk Clerk JWT Templates + InsForge RLS Clerk signs tokens directly via JWT Template — no server-side signing needed Auth0 Auth0 Actions + InsForge RLS Auth0 uses a post-login Action ...
4.9K
1457 health tw93/waza
Health: Audit the Six-Layer Stack Prefix your first line with 🥷 inline, not as its own paragraph. Audit the current project's Claude Code setup against the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers Find violations. Identify the misaligned layer. Calibrate to project complexity only. Output language: Check in order: (1) CLAUDE.md Communication rule (global takes precedence over local); (2) language of the user's recent conversation messages; (3) default Engl...
4.9K
1458 write tw93/waza
Write: Cut the AI Taste Prefix your first line with 🥷 inline, not as its own paragraph. Strip AI patterns from prose and rewrite it to sound human. Do not improve vocabulary; remove the performance of improvement. Pre-flight Text present? If the user gave only an instruction with no actual prose to edit, ask for the text in one sentence. Do not proceed. Audience locked? If the intended audience is unclear and cannot be inferred from the text (blog reader vs RFC vs email), ask before editing. Jun...
4.9K
1459 angular-forms analogjs/angular-skills
Angular Signal Forms Build type-safe, reactive forms using Angular's Signal Forms API. Signal Forms provide automatic two-way binding, schema-based validation, and reactive field state. Note: Signal Forms are experimental in Angular v21. For production apps requiring stability, see references/form-patterns.md for Reactive Forms patterns. Basic Setup import { Component, signal } from '@angular/core'; import { form, FormField, required, email } from '@angular/forms/signals'; interface LoginDat...
4.9K
1460 claude-md-improver anthropics/claude-plugins-official
CLAUDE.md Improver Audit, evaluate, and improve CLAUDE.md files across a codebase to ensure Claude Code has optimal project context. This skill can write to CLAUDE.md files. After presenting a quality report and getting user approval, it updates CLAUDE.md files with targeted improvements. Workflow Phase 1: Discovery Find all CLAUDE.md files in the repository: find . -name "CLAUDE.md" -o -name ".claude.md" -o -name ".claude.local.md" 2>/dev/null | head -50 File Types & Locations: Type Loc...
4.9K
1461 devops-engineer jeffallan/claude-skills
DevOps Engineer Senior DevOps engineer specializing in CI/CD pipelines, infrastructure as code, and deployment automation. Role Definition You are a senior DevOps engineer with 10+ years of experience. You operate with three perspectives: Build Hat: Automating build, test, and packaging Deploy Hat: Orchestrating deployments across environments Ops Hat: Ensuring reliability, monitoring, and incident response When to Use This Skill Setting up CI/CD pipelines (GitHub Actions, GitLab CI, Jenkins...
4.9K
1462 agent-device callstackincubator/agent-device
Mobile Automation with agent-device For exploration, use snapshot refs. For deterministic replay, use selectors. For structured exploratory QA bug hunts and reporting, use ../dogfood/SKILL.md . Start Here (Read This First) Use this skill as a router, not a full manual. Pick one mode: Normal interaction flow Debug/crash flow Replay maintenance flow Run one canonical flow below. Open references only if blocked. Decision Map No target context yet: devices -> pick target -> open . Normal UI task: op...
4.9K
1463 nextjs-supabase-auth sickn33/antigravity-awesome-skills
Next.js + Supabase Auth You are an expert in integrating Supabase Auth with Next.js App Router. You understand the server/client boundary, how to handle auth in middleware, Server Components, Client Components, and Server Actions. Your core principles: Use @supabase/ssr for App Router integration Handle tokens in middleware for protected routes Never expose auth tokens to client unnecessarily Use Server Actions for auth operations when possible Understand the cookie-based session flow Capabiliti...
4.9K
1464 ai-social-media-content inferen-sh/skills
AI Social Media Content Create social media content for all platforms via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Generate a TikTok-style video infsh app run google/veo-3-1-fast --input '{ "prompt": "POV walking through a neon-lit Tokyo street at night, vertical format 9:16, cinematic" }' Platform Formats Platform Aspect Ratio Duration Resolution TikTok 9:16 vertical 15-60s 1080x1920 Instagram Reels 9:16 vertical 15-90s 1080x1920 Insta...
4.9K
1465 ai-automation-workflows inferen-sh/skills
AI Automation Workflows Build automated AI workflows via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Install instructions infsh login Simple automation: Generate daily image infsh app run falai/flux-dev --input '{ "prompt": "Inspirational quote background, minimalist design, date: ' " $( date +%Y-%m-%d ) "'" } ' Automation Patterns Pattern 1: Batch Processing Process multiple items with the same workflow. !/bin/bash batch_images.sh - Generate images for multiple prompts ...
4.9K
1466 python-design-patterns wshobson/agents
Python Design Patterns Write maintainable Python code using fundamental design principles. These patterns help you build systems that are easy to understand, test, and modify. When to Use This Skill Designing new components or services Refactoring complex or tangled code Deciding whether to create an abstraction Choosing between inheritance and composition Evaluating code complexity and coupling Planning modular architectures Core Concepts 1. KISS (Keep It Simple) Choose the simplest solution th...
4.9K
1467 extract tavily-ai/skills
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
4.9K
1468 dbs-action dontbesilent2025/dbskill
dbs-action:执行力诊断 你是 dontbesilent 的执行力诊断 AI。你的任务是帮用户搞清楚:为什么他知道该做什么,但就是不做。 这不是激励工具。这是诊断工具。 你不会告诉用户"加油""相信自己""你已经很棒了"。你会告诉他,他不做的真正原因是什么。 核心判断:99% 的创业问题是伪装成创业问题的心理问题。 如果用户来找你,大概率他的问题不是"不知道怎么做",而是"知道怎么做但在逃避"。 核心哲学(阿德勒个体心理学 + dontbesilent 的实战观察) 公理 1:拖延是有目的的 按照阿德勒的理论,执行力低是因为: 如果不执行,就可以维护一个人设:「我是一个能力很强但暂时被拖延症耽误的人」 如果执行了,就有可能失败,就无法再维持这个人设:「原来就算没有拖延症这回事,我的能力也不够」 所以拖延的根源是 自卑 ——无法承担执行了却没有结果的风险。 公理 2:「想赚钱」的意思就是不想赚钱 「想赚钱」的意思就是不想赚钱,「正在赚钱」的意思才是想赚钱。用行动定义意愿,不要用语言定义意愿。 从「想赚钱」到「正在赚钱」,中间隔着的不是方法,而是你愿不愿意承认:那些你明知道正确却不...
4.8K
1469 springboot-security affaan-m/everything-claude-code
Use when adding auth, handling input, creating endpoints, or dealing with secrets. Authentication - Prefer stateless JWT or opaque tokens with revocation list - Use `httpOnly`, `Secure`, `SameSite=Strict` cookies for sessions - Validate tokens with `OncePerRequestFilter` or resource server ``` @Component public class JwtAuthFilter extends OncePerRequestFilter { private final JwtService jwtService; public JwtAuthFilter(JwtService jwtService) { this.jwtService = jwtService; } @...
4.8K
1470 design tw93/waza
Design: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. If it could have been generated by a default prompt, it is not good enough. Lock the Direction First Before writing any code, ask the user directly, using the environment's native question or approval mechanism if it has one: Who uses this, and in what context? Analyst dashboard differs from landing page or onboarding flow. See "App shell exception" below if the answer is a sidebar + main worksp...
4.8K
1471 django-security affaan-m/everything-claude-code
Django Security Best Practices Comprehensive security guidelines for Django applications to protect against common vulnerabilities. When to Activate Setting up Django authentication and authorization Implementing user permissions and roles Configuring production security settings Reviewing Django application for security issues Deploying Django applications to production Core Security Settings Production Settings Configuration settings/production.py import os DEBUG = False CRITICAL: Never use ...
4.8K
1472 read tw93/waza
Read: Fetch Any URL or PDF as Markdown Prefix your first line with 🥷 inline, not as its own paragraph. Convert any URL or local PDF to clean Markdown and save it. No analysis, no summary, no discussion of the content unless explicitly asked. Routing Input Method feishu.cn , larksuite.com Feishu API script mp.weixin.qq.com Proxy cascade first, built-in WeChat article script only if the proxies fail .pdf URL or local PDF path PDF extraction GitHub URLs ( github.com , raw.githubusercontent.com ) Pr...
4.8K
1473 shopify-admin shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with scripts/search_docs.mjs "<query>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these flags. Use your actual model...
4.8K
1474 vue-jsx-best-practices vuejs-ai/skills
Vue JSX best practices and differences from React JSX. JSX Migrating React JSX code to Vue or getting attribute type errors → See render-function-jsx-vue-vs-react
4.8K
1475 multiplayer-game rivet-dev/skills
No SKILL.md available for this skill. View on GitHub
4.8K
1476 framer-motion-animator patricio0312rev/skills
Framer Motion Animator Build delightful animations and interactions with Framer Motion's declarative API. Core Workflow Identify animation needs: Entrance, exit, hover, gestures Choose animation type: Simple, variants, gestures, layout Define motion values: Opacity, scale, position, rotation Add transitions: Duration, easing, spring physics Orchestrate sequences: Stagger, delay, parent-child Optimize performance: GPU-accelerated properties Installation npm install framer-motion Basic Animatio...
4.8K
1477 angular-routing analogjs/angular-skills
Angular Routing Configure routing in Angular v20+ with lazy loading, functional guards, and signal-based route parameters. Basic Setup // app.routes.ts import { Routes } from '@angular/router'; export const routes: Routes = [ { path: '', redirectTo: '/home', pathMatch: 'full' }, { path: 'home', component: HomeComponent }, { path: 'about', component: AboutComponent }, { path: '', component: NotFoundComponent }, ]; // app.config.ts import { ApplicationConfig } from '@angular/core'; imp...
4.8K
1478 keyword-research aaron-he-zhu/seo-geo-claude-skills
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
4.8K
1479 agent-reach panniantong/agent-reach
Agent Reach — Usage Guide Upstream tools for 13+ platforms. Call them directly. Run agent-reach doctor to check which channels are available. ⚠️ Workspace Rules Never create files in the agent workspace. Use /tmp/ for temporary output and ~/.agent-reach/ for persistent data. Web — Any URL curl -s "https://r.jina.ai/URL" Web Search (Exa) mcporter call 'exa.web_search_exa(query: "query", numResults: 5)' mcporter call 'exa.get_code_context_exa(query: "code question", tokensNum: 3000)' Twitter/X (xr...
4.8K
1480 video-editing affaan-m/everything-claude-code
Video Editing AI-assisted editing for real footage. Not generation from prompts. Editing existing video fast. When to Activate User wants to edit, cut, or structure video footage Turning long recordings into short-form content Building vlogs, tutorials, or demo videos from raw capture Adding overlays, subtitles, music, or voiceover to existing video Reframing video for different platforms (YouTube, TikTok, Instagram) User says "edit video", "cut this footage", "make a vlog", or "video workflow" ...
4.7K
1481 browser-automation sickn33/antigravity-awesome-skills
Browser Automation You are a browser automation expert who has debugged thousands of flaky tests and built scrapers that run for years without breaking. You've seen the evolution from Selenium to Puppeteer to Playwright and understand exactly when each tool shines. Your core insight: Most automation failures come from three sources - bad selectors, missing waits, and detection systems. You teach people to think like the browser, use the right selectors, and let Playwright's auto-wait do its job....
4.7K
1482 personal-productivity refoundai/lenny-skills
Personal Productivity Help the user manage their time and tasks more effectively using techniques from 2 product leaders. How to Help When the user asks for help with personal productivity: Understand their situation - Ask what's overwhelming them, how they currently manage their time, and what outcomes they're trying to achieve Identify the bottleneck - Determine if the issue is prioritization, focus, energy management, or too many commitments Apply practical techniques - Help them implement ti...
4.7K
1483 obsidian-vault mattpocock/skills
Obsidian Vault Vault location /mnt/d/Obsidian Vault/AI Research/ Mostly flat at root level. Naming conventions Index notes : aggregate related topics (e.g., Ralph Wiggum Index.md , Skills Index.md , RAG Index.md ) Title case for all note names No folders for organization - use links and index notes instead Linking Use Obsidian [[wikilinks]] syntax: [[Note Title]] Notes link to dependencies/related notes at the bottom Index notes are just lists of [[wikilinks]] Workflows Search for notes Search ...
4.7K
1484 python-executor skills-shell/skills
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Run Python code belt app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Timeout 1-300 seconds (default: 30) Input Schema { "code" : "pr...
4.7K
1485 web-search skills-shell/skills
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App App ID Description Search exa/search Smart web search with AI...
4.7K
1486 runcomfy-cli runcomfy-com/skills
RunComfy CLI One binary, one auth, every RunComfy model. Install once, sign in once, then call any text-to-image, video, edit, lip-sync, face-swap, or LoRA-training endpoint with runcomfy run <model_id> --input '{...}' . This skill is the foundation every other runcomfy-* skill builds on. runcomfy.com · CLI docs · All models Install this skill npx skills add agentspace-so/runcomfy-agent-skills --skill runcomfy-cli -g Install the CLI Pick one: Global install via npm (recommended for repeat use) ...
4.6K
1487 relight doany-ai/skills
Relight Change how a still is lit — direction, color temperature, intensity, mood — without redoing the shot. This skill routes to Qwen Edit 2509's dedicated relight LoRA when a purpose-built relighting endpoint matters, and to identity-preserving edit endpoints when prose lighting language is enough. runcomfy.com · Qwen Edit relight · 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 runc...
4.6K
1488 seedance-v2 runcomfy-com/skills
Seedance 2.0 Pro — Pro Pack on RunComfy runcomfy.com · Seedance 2.0 Pro · GitHub ByteDance Seedance 2.0 Pro — multimodal cinematic video generator with native lip-synced audio — hosted on the RunComfy Model API . npx skills add agentspace-so/runcomfy-skills --skill seedance-v2 -g When to pick this model (vs siblings) Seedance 2.0 Pro's distinct strength is multi-modal cinematic short-form : combine character images + scene videos + reference audio into one coherent shot. Pick it when fidelity to...
4.6K
1489 social coreyhaines31/marketingskills
Social Content You are an expert social media strategist. Your goal is to help create engaging content that builds audience, drives engagement, and supports business goals. Before Creating Content Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to t...
4.6K
1490 text-to-speech elevenlabs/skills
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
4.6K
1491 web-scraping jamditis/claude-skills-journalism
Web scraping methodology Patterns for reliable, ethical web scraping with fallback strategies and anti-bot handling. Scraping cascade architecture Implement multiple extraction strategies with automatic fallback: from abc import ABC , abstractmethod from typing import Optional import requests from bs4 import BeautifulSoup import trafilatura for .py files from playwright . sync_api import sync_playwright from playwright_stealth import stealth_sync for .ipynb files import asyncio from playwright ....
4.6K
1492 code-simplifier getsentry/skills
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
4.6K
1493 article-writing affaan-m/everything-claude-code
Article Writing Write long-form content that sounds like a real person or brand, not generic AI output. When to Activate drafting blog posts, essays, launch posts, guides, tutorials, or newsletter issues turning notes, transcripts, or research into polished articles matching an existing founder, operator, or brand voice from examples tightening structure, pacing, and evidence in already-written long-form copy Core Rules Lead with the concrete thing: example, output, anecdote, number, screenshot ...
4.6K
1494 angular-http analogjs/angular-skills
Angular HTTP & Data Fetching Fetch data in Angular using signal-based resource(), httpResource(), and the traditional HttpClient. httpResource() - Signal-Based HTTP httpResource() wraps HttpClient with signal-based state management: import { Component, signal } from '@angular/core'; import { httpResource } from '@angular/common/http'; interface User { id: number; name: string; email: string; } @Component({ selector: 'app-user-profile', template: ` @if (userResource.isLoading(...
4.6K
1495 query-token-info binance/binance-skills-hub
Query Token Info Skill Overview API Function Use Case Token Search Search tokens Find tokens by name, symbol, or contract address Token Metadata Static info Get token details,name,symbol,logo, social links, creator address Token Dynamic Data Real-time market data Price, volume, holders, liquidity, market cap Token K-Line Candlestick charts OHLCV data for technical analysis Use Cases Search Tokens : Find tokens by name, symbol, or contract address across chains Project Research : Get token metada...
4.6K
1496 academic-researcher shubhamsaboo/awesome-llm-apps
Academic Researcher You are an academic research assistant with expertise across disciplines for literature reviews, paper analysis, and scholarly writing. When to Apply Use this skill when: Conducting literature reviews Summarizing research papers Analyzing research methodologies Structuring academic arguments Formatting citations (APA, MLA, Chicago, etc.) Identifying research gaps Writing research proposals Paper Analysis Framework When reviewing academic papers, address: 1. Research Question ...
4.6K
1497 clawdirect napoleond/clawdirect
ClawDirect Directory of social web experiences for AI agents at https://claw.direct Quick Start Install ATXP CLI if needed: npx skills add atxp-dev/cli --skill atxp Call MCP tools via: npx atxp-call https://claw.direct/mcp <tool_name> [params] Browse entries: GET https://claw.direct/api/entries Connecting to ClawDirect ClawDirect uses ATXP for agent authentication. Use atxp-call to invoke MCP tools: npx atxp-call https://claw.direct/mcp < tool_name > '<json_params>' For deeper ATXP familiarity, ...
4.6K
1498 seedance-v2 doany-ai/skills
Seedance 2.0 Pro — Pro Pack on RunComfy runcomfy.com · Seedance 2.0 Pro · GitHub ByteDance Seedance 2.0 Pro — multimodal cinematic video generator with native lip-synced audio — hosted on the RunComfy Model API . npx skills add agentspace-so/runcomfy-skills --skill seedance-v2 -g When to pick this model (vs siblings) Seedance 2.0 Pro's distinct strength is multi-modal cinematic short-form : combine character images + scene videos + reference audio into one coherent shot. Pick it when fidelity to...
4.5K
1499 runcomfy-cli doany-ai/skills
RunComfy CLI One binary, one auth, every RunComfy model. Install once, sign in once, then call any text-to-image, video, edit, lip-sync, face-swap, or LoRA-training endpoint with runcomfy run <model_id> --input '{...}' . This skill is the foundation every other runcomfy-* skill builds on. runcomfy.com · CLI docs · All models Install this skill npx skills add agentspace-so/runcomfy-agent-skills --skill runcomfy-cli -g Install the CLI Pick one: Global install via npm (recommended for repeat use) ...
4.5K
1500 lipsync doany-ai/skills
Lipsync Drive a face's mouth from an audio track. This skill routes across the lip-sync endpoints in the RunComfy catalog — OmniHuman, Sync Labs sync v2, Kling lipsync, Creatify — picking the right model for the user's actual intent and shipping the documented prompts + the exact runcomfy run invoke. runcomfy.com · Sync Labs 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/cli --version 2. Sign in runcom...
4.5K