Claude Code Skills · page 44
Individual Claude Code skills mined from every repository in the directory: each SKILL.md, installable with one command, with its full definition and the repository's trust signals.
- guides1.6kPaca-AI/pacaInstall
- paca-breakdown1.6k
Break a large Paca task or epic into smaller, actionable sub-tasks with dependency ordering. Use when decomposing work that is too large to estimate or execute in a single session, when creating an implementation plan, or when a task needs to be split into vertical slices before sprint planning.
Paca-AI/pacaInstall - paca-clarify1.6k
Clarify a vague or incomplete Paca task or specification by identifying ambiguities, asking targeted questions, and rewriting the description with explicit acceptance criteria. Use when a task is unclear, missing edge cases, lacks a testable done condition, or when someone asks to improve or flesh out a spec.
Paca-AI/pacaInstall - paca-do1.6k
Execute a Paca task end-to-end — reading context and acceptance criteria, doing the work (code, writing, research, review), updating task status, and commenting results. Use when asked to start, implement, complete, or work on a specific Paca task. Reads project docs first to understand the codebase and tech stack before acting.
Paca-AI/pacaInstall - paca-doc1.6k
Write or update documentation for a feature, task, or topic in Paca Docs. Use when asked to document a completed feature, write a guide or runbook, update existing docs, create a spec or architecture document, or produce BDD scenarios. Documentation is saved in Paca — never created as local files.
Paca-AI/pacaInstall - paca-epic1.6k
Turn a product requirement or feature description into a structured epic in Paca, with child user stories and a spec document. Use when asked to plan a new feature, break down a high-level requirement into stories, create an epic, or go from "we need X" to a fully structured backlog ready for sprint planning.
Paca-AI/pacaInstall - paca-estimate1.6k
Estimate story points for Paca tasks using the Fibonacci scale, calibrated against recently completed reference tasks and project tech stack. Use when tasks are missing estimates, before sprint planning, when the team needs sizing for prioritization, or when asked to size a backlog.
Paca-AI/pacaInstall - paca-prioritize1.6k
Set or adjust priorities across the Paca backlog, aligned to roadmap goals and business value. Use when the backlog needs sorting, before sprint planning, when tasks need explicit Critical/High/Medium/Low priority labels, or when asked to rank work by importance or urgency.
Paca-AI/pacaInstall - paca-setup1.6k
Configure the Paca MCP server for use with Claude Code or Claude Desktop. Use when setting up Paca for the first time, adding or editing the MCP server config, troubleshooting connectivity, or installing the Paca skills globally. Walks the user through prerequisites, config file generation, verification, and optional global skill install.
Paca-AI/pacaInstall - paca-sprint1.6k
Plan a Paca sprint by selecting tasks from the backlog, detecting carryover from the previous sprint, inferring velocity from past sprints, and assigning tasks to the sprint. Use when starting a new sprint, filling an upcoming sprint, reviewing sprint capacity, or setting the sprint goal.
Paca-AI/pacaInstall - paca1.6k
Interact with Paca project management using MCP tools. Use when tracking tasks, writing docs, planning sprints, managing work items, creating bugs or features, viewing the board, or handling any project-management request involving Paca. Routes to specialized skills for complex workflows like epics, sprint planning, and task execution.
Paca-AI/pacaInstall Universal UI/UX design principles covering visual hierarchy, interaction laws, typography foundations, and WCAG accessibility requirements. Use when making design decisions not covered by a specific design system, validating principle compliance, or resolving conflicts between aesthetics and accessibility. Design-system-agnostic and applies to every surface.
bergside/typeuiInstall- letsfg1.6k
>-
LetsFG/LetsFGInstall - flight-search1.6k
>-
LetsFG/LetsFGInstall Generate high-converting App Store screenshots by analyzing your app's codebase, discovering core benefits, and creating ASO-optimized screenshot images using Nano Banana Pro.
- command-creator1.6k
Create Claude Code custom slash commands with proper structure, frontmatter, and best practices. Use this skill whenever the user wants to create a new command, add a slash command, build a custom command, or mentions "create-command", "new command", "add command", or "make a command" for Claude Code. Also trigger when the user wants to turn a workflow into a reusable command.
- autonomous-skill1.6k
>-
- codex-skill1.6k
Leverage OpenAI Codex/GPT models for autonomous code implementation. Triggers: "codex", "use gpt", "gpt-5", "let openai", "full-auto", "用codex", "让gpt实现". Use this skill whenever the user wants to delegate coding tasks to OpenAI models, run code reviews via codex, or execute tasks in a sandboxed environment.
- kiro-skill1.6k
Interactive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and task lists. Triggers: "kiro", ".kiro/specs/", "feature spec", "需求文档", "设计文档", "实现计划".
- nanobanana-skill1.6k
Generate or edit images using Google Gemini API via nanobanana. Triggers: "nanobanana", "generate image", "create image", "edit image", "AI drawing", "图片生成", "AI绘图", "图片编辑", "生成图片".
- spec-kit-skill1.6k
GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow. Triggers: "spec-kit", "speckit", "constitution", "specify", ".specify/", "规格驱动开发", "需求规格".
Extract subtitles/transcripts from YouTube videos. Triggers: "youtube transcript", "extract subtitles", "video captions", "视频字幕", "字幕提取", "YouTube转文字", "提取字幕".
- deep-research1.6k
深度调研的多Agent编排工作流:把一个调研目标拆成可并行子目标,用 Claude Code 非交互模式(`claude -p`)运行子进程;联网与采集优先使用已安装的 skills,其次使用 MCP 工具;用脚本聚合子结果并分章精修,最终交付"成品报告文件路径 + 关键结论/建议摘要"。用于:系统性网页/资料调研、竞品/行业分析、批量链接/数据集分片检索、长文写作与证据整合,或用户提及"深度调研/Deep Research/Wide Research/多 Agent 并行调研/多进程调研"等场景。
- eureka1.6k
Capture technical breakthroughs and transform them into actionable, reusable documentation. Use this skill when the user has achieved a significant technical insight, solved a hard problem, discovered a non-obvious solution, or wants to document a breakthrough moment. Also trigger when the user mentions "eureka", "breakthrough", "document this insight", "capture this discovery", or wants to turn a technical win into reusable knowledge.
- github-fix-issue1.6k
Fix GitHub issues end-to-end — from analysis through branch creation, implementation, testing, and PR submission. Use this skill whenever the user mentions fixing a GitHub issue, resolving a bug from an issue tracker, working on a GitHub issue number, or says things like "fix issue #123", "work on this issue", "resolve the bug in issue", or references a GitHub issue URL. Also trigger when the user wants to investigate and implement a fix for a reported problem on GitHub.
- github-review-pr1.6k
Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Also trigger when the user wants feedback on code changes, wants to approve or request changes on a PR, or asks to review someone's contribution.
- gpt-image-skill1.6k
Generate or edit images using OpenAI GPT Image API (gpt-image-2, gpt-image-1, etc). Triggers: "gpt image", "openai image", "generate image with openai", "draw image", "create image", "image generation", "AI drawing", "图片生成", "AI绘图", "生成图片", "画图". Use this skill whenever the user wants to generate or edit images and mentions OpenAI, GPT, or when OPENAI_API_KEY is available.
- reflection1.6k
Analyze development sessions, capture learnings, and improve Claude Code instructions. Use when the user wants to reflect on a session, improve CLAUDE.md, extract learnings, or optimize AI-human collaboration. Supports two modes: quick (default) focuses on CLAUDE.md improvements, deep mode performs comprehensive session analysis with learning capture.
- skill-creator1.6k
Create, refine, and benchmark agent skills. Use when building a new skill, updating an existing one, running evals, checking trigger quality, or improving a skill description.
- translate1.6k
Translate English or Japanese tech articles and texts into natural, fluent Chinese. Use this skill when the user wants to translate text to Chinese, asks for Chinese translation, mentions "translate to Chinese", "翻译", provides English/Japanese tech content for translation, or wants any text converted into Chinese. Also trigger when the user pastes text and asks to translate it, or references a file to translate into Chinese.
- blog1.6ktrpc-group/trpc-agent-goInstall
- en1.6ktrpc-group/trpc-agent-goInstall
- zh1.6ktrpc-group/trpc-agent-goInstall
- artifact_demo1.6k
Demo skill that writes an output file and persists it as an artifact.
trpc-group/trpc-agent-goInstall - weather-query1.6k
Answer weather queries with a fixed demo response.
trpc-group/trpc-agent-goInstall - write-ok1.6k
Write a deterministic OK file to out/ok.txt.
trpc-group/trpc-agent-goInstall - remote-http-mcp1.6k
Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools.
trpc-group/trpc-agent-goInstall - ocr1.6k
Extract text from images using Tesseract OCR
trpc-group/trpc-agent-goInstall - whisper1.6k
Transcribe audio files to text using OpenAI Whisper
trpc-group/trpc-agent-goInstall - plan_route1.6k
Plan a route and return distance + ETA (schema + deterministic result).
trpc-group/trpc-agent-goInstall - recommend_poi1.6k
Recommend a POI in a city (schema + deterministic result).
trpc-group/trpc-agent-goInstall - skill-find1.6k
Find a public Agent Skill on GitHub, install it, and load it.
trpc-group/trpc-agent-goInstall - demo-skill1.6k
A tiny skill used by the skillloadmode example.
trpc-group/trpc-agent-goInstall - file-tools1.6k
Simple shell utilities for files and archives.
trpc-group/trpc-agent-goInstall - python-math1.6k
Small Python utilities for math and text files.
trpc-group/trpc-agent-goInstall - user-file-ops1.6k
Simple operations on user-provided text files including summarization.
trpc-group/trpc-agent-goInstall - release-notes1.6k
Use this skill when the user asks about release dates, release owners, rollout status, or launch checklist details.
trpc-group/trpc-agent-goInstall - demo-profile1.6k
Demo skill for the SkillToolProfile example.
trpc-group/trpc-agent-goInstall - hello1.6k
Write a hello file to the workspace output directory.
trpc-group/trpc-agent-goInstall - 1password1.6k
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
trpc-group/trpc-agent-goInstall - apple-notes1.6k
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
trpc-group/trpc-agent-goInstall - apple-reminders1.6k
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
trpc-group/trpc-agent-goInstall - bear-notes1.6k
Create, search, and manage Bear notes via grizzly CLI.
trpc-group/trpc-agent-goInstall - blogwatcher1.6k
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
trpc-group/trpc-agent-goInstall - blucli1.6k
BluOS CLI (blu) for discovery, playback, grouping, and volume.
trpc-group/trpc-agent-goInstall - bluebubbles1.6k
Use when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
trpc-group/trpc-agent-goInstall - camsnap1.6k
Capture frames or clips from RTSP/ONVIF cameras.
trpc-group/trpc-agent-goInstall - canvas1.6ktrpc-group/trpc-agent-goInstall
- clawhub1.6k
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
trpc-group/trpc-agent-goInstall - coding-agent1.6k
Delegate coding tasks to Codex, Claude Code, or Pi agents via background host sessions. Use when: (1) building or creating new features or apps, (2) reviewing PRs or parallel coding with managed worktree isolation when subagents are available, (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat, or any work in ~/clawd workspace (never spawn agents here). Requires OpenClaw host tools with exec_command plus write_stdin.
trpc-group/trpc-agent-goInstall - discord1.6k
Discord ops via the message tool (channel=discord).
trpc-group/trpc-agent-goInstall - eightctl1.6k
Control Eight Sleep pods (status, temperature, alarms, schedules).
trpc-group/trpc-agent-goInstall - envdump1.6k
Dump basic environment info to out/env.txt.
trpc-group/trpc-agent-goInstall - gemini1.6k
Gemini CLI for one-shot Q&A, summaries, and generation.
trpc-group/trpc-agent-goInstall - gh-issues1.6k
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
trpc-group/trpc-agent-goInstall - gifgrep1.6k
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
trpc-group/trpc-agent-goInstall - github1.6k
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
trpc-group/trpc-agent-goInstall - gog1.6k
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
trpc-group/trpc-agent-goInstall - goplaces1.6k
Query Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
trpc-group/trpc-agent-goInstall - healthcheck1.6k
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
trpc-group/trpc-agent-goInstall - himalaya1.6k
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
trpc-group/trpc-agent-goInstall - http_get1.6k
Fetch a URL with curl and write it to out/.
trpc-group/trpc-agent-goInstall - imsg1.6k
iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
trpc-group/trpc-agent-goInstall - mcporter1.6k
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, CLI/type generation, and MCP-backed skills that need a durable command path.
trpc-group/trpc-agent-goInstall - model-usage1.6k
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
trpc-group/trpc-agent-goInstall - nano-banana-pro1.6k
Generate or edit images via Gemini 3 Pro Image (Nano Banana Pro).
trpc-group/trpc-agent-goInstall - nano-pdf1.6k
Edit PDFs with natural-language instructions using the nano-pdf CLI.
trpc-group/trpc-agent-goInstall - notion1.6k
Notion API for creating and managing pages, databases, and blocks.
trpc-group/trpc-agent-goInstall - obsidian1.6k
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
trpc-group/trpc-agent-goInstall - openai-image-gen1.6k
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
trpc-group/trpc-agent-goInstall Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
trpc-group/trpc-agent-goInstall- openai-whisper1.6k
Local speech-to-text with the Whisper CLI (no API key).
trpc-group/trpc-agent-goInstall - openhue1.6k
Control Philips Hue lights and scenes via the OpenHue CLI.
trpc-group/trpc-agent-goInstall - oracle1.6k
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
trpc-group/trpc-agent-goInstall - ordercli1.6k
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
trpc-group/trpc-agent-goInstall - peekaboo1.6k
Capture and automate macOS UI with the Peekaboo CLI.
trpc-group/trpc-agent-goInstall - sag1.6k
ElevenLabs text-to-speech with mac-style say UX.
trpc-group/trpc-agent-goInstall - session-logs1.6k
Search and analyze your own session logs (older/parent conversations) using jq.
trpc-group/trpc-agent-goInstall - sherpa-onnx-tts1.6k
Local text-to-speech via sherpa-onnx (offline, no cloud)
trpc-group/trpc-agent-goInstall - skill-creator1.6k
Create or update AgentSkills, especially when a user wants the agent to learn a reusable capability, workflow, integration, domain rule, team process, or tool usage pattern for future tasks. Use when designing, structuring, reviewing, validating, packaging, or improving skills with SKILL.md, scripts, references, and assets.
trpc-group/trpc-agent-goInstall - slack1.6k
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
trpc-group/trpc-agent-goInstall - songsee1.6k
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
trpc-group/trpc-agent-goInstall - sonoscli1.6k
Control Sonos speakers (discover/status/play/volume/group).
trpc-group/trpc-agent-goInstall - spotify-player1.6k
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
trpc-group/trpc-agent-goInstall - summarize1.6k
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
trpc-group/trpc-agent-goInstall - things-mac1.6k
Manage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenClaw to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.
trpc-group/trpc-agent-goInstall - tmux1.6k
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
trpc-group/trpc-agent-goInstall - trello1.6k
Manage Trello boards, lists, and cards via the Trello REST API.
trpc-group/trpc-agent-goInstall - video-frames1.6k
Extract frames or short clips from videos using ffmpeg.
trpc-group/trpc-agent-goInstall - voice-call1.6k
Start voice calls via the OpenClaw voice-call plugin.
trpc-group/trpc-agent-goInstall