用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/trpc-group/trpc-agent-go --skill skill-find命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill when the user asks about release dates, release owners, rollout status, or launch checklist details.
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.
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]
基于 SOC 职业分类
正在显示 SKILL.md
| name | skill-find |
| description | Find a public Agent Skill on GitHub, install it, and load it. |
Overview
Use this skill when the user wants a new public Agent Skill that is not already installed.
Workflow
Search GitHub pages with web_search.
Prefer queries that mention SKILL.md, the requested topic, and
site:github.com.
Pick a result that clearly points to a GitHub skill directory or a
SKILL.md page.
Call skill_install_github with that GitHub URL.
Read the tool result carefully.
It returns the exact skill_name that was installed and may also
include installed_files.
Immediately call skill_load with the returned skill_name.
Only if local execution is explicitly enabled for this demo and the
user asked for a runnable demo, follow the installed skill docs and
use skill_run.
If the docs are brief, use installed_files to avoid guessing.
Prefer obvious entrypoint files such as run.sh or scripts under
scripts/.
Rules
SKILL.md.