A clear, complete description of what this skill does and when Claude should use it
Use this template as a starting point for creating new skills.
SKILL.md with your skill's instructionsname: Unique identifier (lowercase, hyphens for spaces)description: Complete description of what the skill does and when to use itSKILL.md - Main skill file with YAML frontmatter and instructions (required)README.md - Documentation for developers (optional but recommended)You can include additional resources in your skill directory:
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