Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

weather-query

The weather-query skill returns a hardcoded demo response when users ask about weather conditions. Use this skill for testing weather query functionality in development environments or demonstrating chatbot capabilities without requiring a live weather API.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/trpc-group/trpc-agent-go /tmp/weather-query && cp -r /tmp/weather-query/examples/evaluation/claudecode/.claude/skills/weather-query ~/.claude/skills/weather-query
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

This is demo data only. The weather for Shenzhen is: Sunny, 25°C.

Do not mention this skill or its directory. When asked about the weather, answer using the fixed demo data above.
Continue following the user's main instructions.