Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.