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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,390
总 Skills
87.2M
总安装量
2,570
贡献者
# Skill 仓库 描述 安装量
24351 learning-graph-generator dmccreary/claude-skills
Learning Graph Generator Version: 0.03 You are tasked with generating a comprehensive high-quality learning graph from a course description. A learning graph is the foundational data structure for intelligent textbooks that can recommend learning paths. A learning graph is like a roadmap of Concepts to help students achieve their learning goals. A learning graph is an DAG Concept graph. Each arrow is a "Learning Dependency" relationship that suggest learning order. The markdown you generate mus...
34
24352 gate-mcp-openclaw-installer gate/gate-skills
Gate MCP Complete Gate.com MCP server installer for OpenClaw. Quick Start Install all Gate MCP servers (default) ./scripts/install.sh Selective installation ./scripts/install.sh --select MCP Servers Server Endpoint Auth Description gate npx -y gate-mcp API Key + Secret Spot/Futures/Options trading gate-dex https://api.gatemcp.ai/mcp/dex x-api-key fixed as MCP_AK_8W2N7Q + Authorization: Bearer ${GATE_MCP_TOKEN} DEX operations gate-info https://api.gatemcp.ai/mcp/info None Market data gate-news ...
34
24353 agent-browser jihe520/social-push
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
34
24354 1k-monitor-pr-ci onekeyhq/app-monorepo
Monitor PR CI & Reviews Monitor a pull request's CI checks and review comments. Auto-fix CI failures, prompt user for review feedback. Input $ARGUMENTS - PR number, PR URL, or omit to auto-detect from current branch. Workflow Step 1: Resolve PR number Determine the PR to monitor: If $ARGUMENTS is a number, use it directly If $ARGUMENTS is a GitHub URL, extract the PR number If $ARGUMENTS is empty, detect from current branch: gh pr list --head " $( git branch --show-current ) " --json number --jq...
34
24355 typo3-workspaces dirnbauer/webconsulting-skills
TYPO3 Workspaces Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All code examples in this skill are designed to work on both TYPO3 v13 and v14. TYPO3 API First: Always use TYPO3's built-in APIs, core features, and established conventions before creating custom implementations. Do not reinvent what TYPO3 already provides. Always verify that the APIs and methods you use exist and are not deprecated in your target TYPO3 version (v13 or v14) by checking the official TYPO3 documentation. Source...
34
24356 react-coder majesticlabs-dev/majestic-marketplace
React Coder You write modern React components using TypeScript, hooks, and best practices. You create clean, performant, and maintainable code. Tech Stack Assumptions Technology Default React 18+ with concurrent features TypeScript For type safety Components Functional with hooks Package Manager pnpm Build Tool Vite or Next.js Styling Tailwind CSS Testing Vitest or Jest Component Patterns Basic Functional Component import { FC } from 'react' ; interface ButtonProps { label : string ; onClick : (...
34
24357 agent-context-loader jeremylongshore/claude-code-plugins-plus-skills
Agent Context Loader Overview Automatic discovery and loading of AGENTS.md files across project hierarchies for AI coding agents. This skill scans the current workspace and its parent directories to locate agent instruction files, then surfaces their contents so the active agent session has full operational context. Prerequisites A project workspace containing one or more AGENTS.md files at any directory depth Read and Glob permissions to traverse the directory tree Grep access for searching fil...
34
24358 code-quality ab300819/skills
Code Quality Review Review $ARGUMENTS (or the whole app if no argument is given) for code quality issues. Work through every step below in order and report all findings with file paths and line numbers. Step 1 — Run the linter first Before reading any code manually, get a baseline from the automated tools: pnpm run lint List every error and warning. Fix all errors before proceeding — lint errors are not negotiable. Warnings should be reviewed and resolved unless there is a documented exception. ...
34
24359 beat-sync-video-editing ecliptic-ai/skills
Beat-Sync Video Editing Purpose Provide domain expertise for creating beat-synced video edits: taking a source video and an audio track, selecting clips from the video that align with the music's rhythm, and rendering the final output with FFmpeg. Core Concept: The EditPlan Every edit starts as an EditPlan — a JSON structure that describes which video clips to use and where in the audio to place them: { "audio_start" : "00:13" , "audio_duration" : 6.5 , "clips" : [ { "video_start" : "00:08" , "d...
34
24360 architecture-patterns ovachiever/droid-tings
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
34
24361 code-review-medium breaking-brake/cc-wf-studio
Code Review Medium Overview Comprehensive review for medium-sized PRs (100-500 lines). Checks Code quality and maintainability Security best practices Test coverage assessment Error handling patterns API design consistency Output Detailed review with categorized findings (quality, security, tests)
34
24362 ring:pre-dev-feature-map lerianstudio/ring
Feature Map Creation - Understanding the Feature Landscape Foundational Principle Feature relationships and boundaries must be mapped before architectural decisions. Jumping from PRD to TRD without mapping creates: Architectures that don't match feature interaction patterns Missing integration points discovered late Poor module boundaries that cross feature concerns The Feature Map answers : How do features relate, group, and interact at a business level? The Feature Map never answers : How we'l...
34
24363 swiftdata-coredata-persistence dagba/ios-mcp
SwiftData & CoreData Persistence Overview SwiftData and CoreData are NOT interchangeable. Each has specific strengths, migration traps, and performance patterns. Wrong framework choice or migration strategy causes production crashes. Core principle: Choose framework based on app constraints, version models from day one, never store BLOBs in the database. Framework Selection digraph framework_choice { "New iOS app?" [ shape = diamond ] ; "iOS 17+ only?" [ shape = diamond ] ; "Simple data model?" ...
34
24364 soultrace soultrace-ai/soultrace-skill
SoulTrace Personality Assessment Take an adaptive personality assessment through the soultrace API. Answer 24 questions on a 1-7 Likert scale and receive your personality archetype based on a 5-color psychological model. API Endpoint POST https://soultrace.app/api/agent No authentication required. Rate limited to 100 requests/hour per IP. How It Works The API is stateless . You pass all accumulated answers with every request, and the server replays the Bayesian inference to select the next optim...
12
24365 ai-image-generation skills-shell/skills
AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Available Models Model App ID Best For FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4B/9B) P-Image pruna/p-image Fast, economical, multiple aspec...
12
24366 ai-video-generation skills-shell/skills
AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a video with Veo belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Available Models Text-to-Video Model App ID Best For Veo 3.1 Fast google/veo-3-1-fast Fast, with optional audio Veo 3.1 google/veo-3-1 Best quality, frame interpolation Veo 3 google/veo-3 High quality with audio Veo 3 Fast goog...
12
24367 ai-avatar-video skills-shell/skills
Install the belt CLI skill: npx skills add belt-sh/cli AI Avatar & Talking Head Videos Create AI avatars and talking head videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
12
24368 remotion-render skills-shell/skills
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 75.0K Repository qu-skills/skills GitHub Stars 511 First Seen 3 days ago
12
24369 twitter-automation skills-shell/skills
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 75.6K Repository qu-skills/skills GitHub Stars 511 First Seen 3 days ago
12
24370 agent-browser skills-shell/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
10
24371 agent-tools skills-shell/skills
inference.sh Run 250+ AI apps in the cloud with a simple CLI. No GPU required. Install CLI curl -fsSL https://cli.inference.sh | sh belt login What does the installer do? The install script detects your OS and architecture, downloads the correct binary from dist.inference.sh , verifies its SHA-256 checksum, and places it in your PATH. That's it — no elevated permissions, no background processes, no telemetry. If you have cosign installed, the installer also verifies the Sigstore signature automa...
10
24372 infsh-cli skills-shell/skills
No SKILL.md available for this skill. View on GitHub
10
24373 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...
10
24374 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...
10
24375 youtube-thumbnail-design skills-shell/skills
YouTube Thumbnail Design Create high-CTR YouTube thumbnails with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a thumbnail belt app run falai/flux-dev-lora --input '{ "prompt": "YouTube thumbnail style, close-up of a person with surprised excited expression looking at a glowing laptop screen, vibrant blue and orange color scheme, dramatic studio lighting, shallow depth of field, high contrast, cinematic", "widt...
9
24376 landing-page-design skills-shell/skills
Landing Page Design Design high-converting landing pages with AI-generated visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a hero image belt app run falai/flux-dev-lora --input '{ "prompt": "professional person smiling while using a laptop showing a clean dashboard interface, bright modern office, natural lighting, warm and productive atmosphere, lifestyle marketing photography", "width": 1248, "height": 832 }' Research com...
9
24377 competitor-teardown skills-shell/skills
Competitor Teardown Structured competitive analysis with research and screenshots via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Research competitor landscape belt app run tavily/search-assistant --input '{ "query": "top project management tools comparison 2024 market share" }' Screenshot competitor's website belt app run infsh/agent-browser --input '{ "url": "https://competitor.com", "action": "screenshot" }' Teardown Framework The 7-Laye...
9
24378 image-to-video skills-shell/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...
9
24379 product-photography skills-shell/skills
Product Photography Create professional product images with AI via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Clean studio packshot belt app run bytedance/seedream-4-5 --input '{ "prompt": "professional product photography, single premium wireless headphone on clean white background, soft studio lighting with subtle shadow, commercial e-commerce style, sharp focus, 4K quality", "size": "2K" }' Shot Types 1. Hero Shot (Primary Image) The mai...
9
24380 storyboard-creation skills-shell/skills
Storyboard Creation Create visual storyboards with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a storyboard panel belt app run falai/flux-dev-lora --input '{ "prompt": "storyboard panel, wide establishing shot of a modern city skyline at sunset, cinematic composition, slightly desaturated colors, film still style, 16:9 aspect ratio", "width": 1248, "height": 832 }' Stitch panels into a board belt app run inf...
9
24381 app-store-screenshots skills-shell/skills
App Store Screenshots Create app store screenshots and preview videos via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a device mockup scene belt app run falai/flux-dev-lora --input '{ "prompt": "iPhone 15 Pro showing a clean modern app interface with analytics dashboard, floating at slight angle, soft gradient background, professional product photography, subtle shadow, marketing mockup style", "width": 1024, "height": 1536 }' Platf...
9
24382 product-hunt-launch skills-shell/skills
Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero shot, minimal clean design", "width": 1248, "height": ...
9
24383 character-design-sheet skills-shell/skills
Character Design Sheet Create consistent characters across multiple AI-generated images via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a character concept belt app run falai/flux-dev-lora --input '{ "prompt": "character design reference sheet, front view of a young woman with short red hair, green eyes, wearing a blue jacket and white t-shirt, full body, white background, clean lines, concept art style, character turnaround", "widt...
9
24384 video-ad-specs skills-shell/skills
Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a vertical video ad scene belt app run bytedance/seedance-1-5-pro --input '{ "prompt": "vertical video, person excitedly unboxing a product, clean modern room, bright natural lighting, social media ad style, authentic feeling, 9:16 format" }' Platform Specifications TikTok Spec Value Aspect ratio 9:16 (vertical) Resolution 1080 x 1920 p...
9
24385 seedance skills-shell/skills
Install the belt CLI skill: npx skills add belt-sh/cli Seedance 2.0 Video Generation Generate videos with synchronized audio using ByteDance's Seedance 2.0 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run bytedance/seedance-2-0 --input '{ "prompt": "a jazz band performing in a dimly lit club", "generate_audio": true }' Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
7
24386 gpt-image skills-shell/skills
Install the belt CLI skill: npx skills add belt-sh/cli GPT-Image-2 Generate and edit images with OpenAI's GPT-Image-2 via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run openai/gpt-image-2 --input '{"prompt": "a cat astronaut floating in space"}' Capabilities Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
7
24387 p-video-avatar skills-shell/skills
Install the belt CLI skill: npx skills add belt-sh/cli Pruna P-Video-Avatar Generate talking head avatar videos from a single portrait image via inference.sh CLI. P-Video-Avatar is the fastest and most cost-effective avatar video model available. Quality on par with Veo 3.0, 18x faster and 6x cheaper than alternatives like Fabric, OmniHuman, and HeyGen. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository inference-sh-sk…s/skills GitHub ...
7
24388 happyhorse skills-shell/skills
Install the belt CLI skill: npx skills add belt-sh/cli HappyHorse 1.0 Video Generation Generate and edit physically realistic videos with Alibaba's HappyHorse 1.0 models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login belt app run alibaba/happyhorse-1-0-t2v --input '{"prompt": "a horse galloping across a sunlit meadow"}' HappyHorse Models Show more Installs – Repository inference-sh-sk…s/skills GitHub Stars 504 First Seen –
7
24389 p-video skills-shell/skills
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
7
24390 p-image skills-shell/skills
Pruna P-Image Generation Generate images with Pruna's optimized P-Image models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}' P-Image Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Image pruna/p-image Fast text-to-image, multiple aspect ratios P-Image-...
7