A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading.
This is an example skill that demonstrates the basic structure of a Claude Code Skill. It shows how to organize instructions, provide examples, and reference additional resources.
When using this skill, follow these steps:
# Example of how this skill might be used
def example_function():
print("This is an example from the skill")
return "skill_result"
# Command line example
echo "Running skill example"
This skill may contain additional files:
helpers.py: Utility functionstemplates/: Example templatesdocs/: Extended documentationSearch 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