Coordinates other skills and agents. ALWAYS use this skill on startup.
Invoke these skills liberally - most tasks use multiple skills:
| Skill | When to use |
| -------------------- | ------------------------------------- |
| code-quality | Before editing code |
| cli | When running shell commands |
| precommit | Before running builds or tests |
| git-workflow | For all git operations |
| conversation-style | For response guidelines |
| llm-context | When working with .llm/ directories |
| recap | Before ending a turn |
Use the git-commit skill for commit operations.
Use the git-conflicts skill to resolve git merge or rebase conflicts.
Use the git-rebase skill to rebase the current branch on upstream.
NEVER write files to /tmp or other system temporary directories - reading from /tmp triggers permission prompts. Write scratch files and temporary outputs to .llm/ instead.
Use the finish skill before returning control to the user when a task made code or git changes. It handles the case where there is nothing to do.
下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer