AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Weather Query

skill-shihan-1147-skillmcp-agent-weather · by shihan-1147

查询城市天气信息。支持实时天气、天气预报、气象预警。适用于用户询问天气状况、出行穿衣建议等场景。

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-shihan-1147-skillmcp-agent-weather

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-shihan-1147-skillmcp-agent-weather)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Weather Query? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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": "天气晴好,适合户外活动"
  }
}

处理流程

  1. 解析用户意图,提取城市名
  2. 调用天气查询工具获取数据
  3. 生成天气描述和建议
  4. 格式化输出结果

注意事项

  • 城市名支持中文和拼音
  • 可以查询区县级别的天气
  • 预报最多支持未来 7 天

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.