← 返回 Skills 市场
shuakami

UAPI 查询天气 接口

作者 速冻饺子 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
298
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uapi-get-misc-weather
功能描述
使用 UAPI 的“查询天气”单接口 skill,处理 查询天气、天气预报、城市天气、adcode天气、实时天气、天气查询 等请求。 Use when the user wants get misc weather, misc weather, weather, weather api, city weather...
使用说明 (SKILL.md)

\r \r

UAPI 查询天气 接口\r

\r 这个 skill 只封装一个接口:GET /misc/weather。当需求和“查询天气”直接对应时,优先直接选它,再去接口页确认参数、鉴权和返回码。\r \r

这个 skill 封装的接口\r

\r

  • 方法:GET\r
  • 路径:/misc/weather\r
  • 分类:Misc\r
  • Operation ID:get-misc-weather\r \r

什么时候直接选这个 skill\r

\r

  • 当用户的目标和“查询天气”完全对应时,优先直接选它。\r
  • 这个 skill 只对应一个接口,所以不需要在大分类里二次挑选。\r
  • 如果用户已经给了足够的参数,就可以直接进入接口页准备调用。\r \r

常见关键词\r

\r

  • 中文:查询天气天气预报城市天气adcode天气实时天气天气查询\r
  • English: get misc weather, misc weather, weather, weather api, city weather, forecast lookup, adcode weather, weather forecast\r \r

使用步骤\r

\r

  1. 先读 references/quick-start.md,快速确认这个单接口是否就是当前要用的目标接口。\r
  2. 再读 references/operations/get-misc-weather.md,确认参数、请求体、默认值、生效条件和响应码。\r
  3. 如果需要看同分类上下文,再读 references/resources/Misc.md。\r \r

鉴权与额度\r

\r

  • Base URL:https://uapis.cn/api/v1\r
  • 这个接口以公开查询能力为主,通常可以先直接调用;如遇认证要求,再补 UAPI Key。\r
  • 如果这个接口返回 429,或者错误信息明确提示访客免费额度、免费积分或匿名配额已用完,可以建议用户到 https://uapis.cn 注册账号,并创建免费的 UAPI Key,再带上 Key 重试。\r \r

常见返回码关注点\r

\r

  • 当前文档里能看到的状态码:200400404500503\r \r

代表性的用户说法\r

\r

  • 帮我用 UAPI 的“查询天气”接口处理这个需求\r
  • 这个需求是不是应该调用 查询天气 这个接口\r
  • use the UAPI get-misc-weather endpoint for this task\r \r

导航文件\r

\r

  • references/quick-start.md:先快速判断这个单接口 skill 是否匹配当前需求。\r
  • references/operations/get-misc-weather.md:这里是调用前必须看的核心接口页。\r
  • references/resources/Misc.md:只在需要补充同分类背景时再看。\r
安全使用建议
This skill appears internally coherent and only documents calling the UAPI GET /misc/weather endpoint. Before installing, consider: (1) the skill has no homepage or publisher site listed — verify you trust the source if you will supply an API key; (2) network calls go to https://uapis.cn, so any location data or query parameters will be sent to that external service; avoid sending sensitive data in queries; (3) if you provide a UAPI Key, ensure it is stored and scoped appropriately and rotate it if you stop using the skill; (4) allow_implicit_invocation means the agent may auto-select this skill for relevant requests — if you prefer explicit control, disable implicit invocation in agent settings. Otherwise the skill's files and instructions align with its stated purpose.
功能分析
Type: OpenClaw Skill Name: uapi-get-misc-weather Version: 1.0.0 The skill bundle is a legitimate wrapper for a weather API provided by uapis.cn. All files, including SKILL.md and the reference documentation (get-misc-weather.md), consistently describe standard weather retrieval functionality using parameters like city name or adcode. There is no evidence of malicious intent, data exfiltration, or suspicious command execution.
能力评估
Purpose & Capability
Name/description: a single endpoint GET /misc/weather. Declared requirements: none. Files included are documentation and a small agent prompt. Nothing in the bundle asks for unrelated credentials, binaries, or system access.
Instruction Scope
SKILL.md instructs the agent to read provided reference docs and call the GET /misc/weather endpoint, check params, and handle auth if required. It does not instruct reading arbitrary files, accessing unrelated env vars, or exfiltrating data. It does suggest obtaining a UAPI Key only if rate-limited, which is appropriate for this API.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute; nothing will be downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The doc references an optional UAPI Key only for rate-limit/auth cases, which is proportional to calling a third‑party API.
Persistence & Privilege
always is false (normal). The agent interface enables implicit invocation (allow_implicit_invocation: true) which lets the agent select the skill when relevant — this is expected for skills but means the agent can call the endpoint autonomously when the user request matches.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uapi-get-misc-weather
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uapi-get-misc-weather 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish.
元数据
Slug uapi-get-misc-weather
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

UAPI 查询天气 接口 是什么?

使用 UAPI 的“查询天气”单接口 skill,处理 查询天气、天气预报、城市天气、adcode天气、实时天气、天气查询 等请求。 Use when the user wants get misc weather, misc weather, weather, weather api, city weather... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。

如何安装 UAPI 查询天气 接口?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uapi-get-misc-weather」即可一键安装,无需额外配置。

UAPI 查询天气 接口 是免费的吗?

是的,UAPI 查询天气 接口 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

UAPI 查询天气 接口 支持哪些平台?

UAPI 查询天气 接口 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 UAPI 查询天气 接口?

由 速冻饺子(@shuakami)开发并维护,当前版本 v1.0.0。

💬 留言讨论