Agent skill
weather
查询指定城市的天气信息
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/weather
SKILL.md
Weather Skill
功能描述
Weather Skill 提供天气查询功能,可以查询指定城市的当前天气信息。
使用方法
查询当前天气
提供城市名称即可查询当前天气:
查询北京的天气
查询上海的天气
查询指定日期天气
可以指定日期查询历史或未来天气:
查询北京 2024-01-01 的天气
查询上海明天的天气
返回信息
天气查询返回以下信息:
- 温度(摄氏度)
- 天气状况(晴、多云、雨等)
- 湿度百分比
支持的城市
目前支持以下主要城市:
- 北京
- 上海
- 广州
- 深圳
- 杭州
其他城市会返回模拟数据。
相关资源
cities.md: 支持的城市列表weather_api.md: 天气 API 使用说明
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?