Install
$ agentstack add skill-shihan-1147-skillmcp-agent-weather ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
天气查询技能
此技能用于查询城市天气信息,提供实时天气数据和预报服务。
能力范围
- 实时天气: 查询当前温度、湿度、风力等
- 天气预报: 未来几天的天气趋势
- 地理定位: 将城市名转换为查询参数
- 穿衣建议: 根据天气给出出行建议
使用场景
当用户提出以下类型的问题时,应激活此技能:
- "今天北京天气怎么样?"
- "上海明天会下雨吗?"
- "杭州这周的天气预报"
- "出门需要带伞吗?"
依赖工具
| 工具名称 | 用途 | 必需 | |---------|------|-----| | amap_weather | 查询天气信息 | ✅ | | amap_geo | 地理编码(城市→坐标) | ❌ |
输入参数
| 参数 | 类型 | 必填 | 说明 | |-----|------|-----|------| | city | string | ✅ | 城市名称 | | type | string | ❌ | 查询类型: live(实时)/forecast(预报) |
输出格式
{
"success": true,
"data": {
"city": "北京",
"weather": "晴",
"temperature": "25",
"humidity": "40%",
"wind": "东北风 3级",
"update_time": "2026-01-19 14:00",
"suggestion": "天气晴好,适合户外活动"
}
}
处理流程
- 解析用户意图,提取城市名
- 调用天气查询工具获取数据
- 生成天气描述和建议
- 格式化输出结果
注意事项
- 城市名支持中文和拼音
- 可以查询区县级别的天气
- 预报最多支持未来 7 天
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: shihan-1147
- Source: shihan-1147/SkillMCP-Agent
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.