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
Copygit 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-queryThen start a new Claude Code session; the skill loads automatically.
Definition
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.
More from this repository
blogSkill
enSkill
zhSkill
artifact_demoSkill
Demo skill that writes an output file and persists it as an artifact.
news-query-agentSubagent
Answer news queries with a fixed demo response.
contact-lookup-agentSubagent
Look up contact phone numbers with fixed demo data.
write-okSkill
Write a deterministic OK file to out/ok.txt.
remote-http-mcpSkill
Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools.