← 返回 Skills 市场
349
总下载
10
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install weather2
功能描述
按城市与日期查询历史天气(温湿度、风、气压、AQI 等)。当用户说:去年今天北京多少度?查一下 2023 年 7 月上海历史天气,或类似历史气温问题时,使用本技能。
安全使用建议
This skill appears coherent and only needs a JisuAPI AppKey and python3 to run. Before installing: (1) confirm you trust the JisuAPI service and understand its billing/quotas for your AppKey; (2) ensure the host has the Python 'requests' package installed (pip install requests) or the script will fail; (3) treat the JISU_API_KEY like a secret — don't share it and consider using a key with minimal privileges and quota limits; (4) because the skill is from an unknown source, you may want to review the included weather2.py (it is short and readable) and run it in a restricted environment if you have concerns. Overall assessment: coherent and benign.
功能分析
Type: OpenClaw Skill
Name: weather2
Version: 1.0.5
The skill is a legitimate wrapper for the JisuAPI historical weather service. The Python script `weather2.py` safely handles API requests using the `requests` library, communicates only with the official `api.jisuapi.com` endpoint, and contains no evidence of malicious intent, data exfiltration, or command injection vulnerabilities.
能力评估
Purpose & Capability
Name/description (historical weather) match what the code and SKILL.md do: call JisuAPI's weather2 endpoints. Requested env var (JISU_API_KEY) and python3 binary are appropriate for this purpose.
Instruction Scope
SKILL.md instructs the agent to set JISU_API_KEY and run the provided Python script which only reads that env var and JSON input, then calls api.jisuapi.com. The instructions do not ask for unrelated files, other env vars, or external endpoints beyond JisuAPI.
Install Mechanism
No install spec (instruction-only) and included Python script are low risk. The script depends on the 'requests' package but the SKILL.md does not document installing it; this is an operational omission rather than a malicious install step.
Credentials
Only JISU_API_KEY is required (declared as primaryEnv) which is proportional to calling the JisuAPI service. The code does not access other environment variables or config paths.
Persistence & Privilege
Skill is not always-enabled, does not request elevated persistence, and does not modify other skills or system-wide config. It makes ordinary outbound requests to the documented API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
- Skill name updated to "Historical Weather - 历史天气" for clarity.
- Description improved with usage examples and clearer trigger scenarios.
- No code or functionality changes in this version.
v1.0.4
- 增加了「关于极速数据」介绍,详细说明了平台及其各类 API 服务。
- 前置信息调整为注册及申请 API Key 的详细步骤。
- 优化了使用方式说明,无功能变化,体验和文档更完善。
- 推荐用法和错误码说明基本保持一致,提升了文档可读性和权威性。
v1.0.3
- No code or documentation changes detected in this version.
- Functionality, usage, and instructions remain the same as the previous release.
v1.0.2
- No code or functionality changes; documentation only.
- SKILL.md reformatted for clarity with no substantive content updates.
- No impact on usage or compatibility.
v1.0.1
- Updated script file paths from skill/weather2/weather2.py to skills/weather2/weather2.py for consistency.
- No functional or API changes.
v1.0.0
- Initial release of weather2 skill, using the Jisu historical weather API.
- Supports querying historical weather by city or city ID and date, with data such as temperature, wind, humidity, pressure, sunrise/sunset, AQI, and more.
- Provides a command to fetch the full list of supported cities.
- Requires JISU_API_KEY environment variable for authentication.
- Includes detailed usage instructions and example commands for both weather queries and city list retrieval.
元数据
常见问题
Historical Weather - 历史天气 是什么?
按城市与日期查询历史天气(温湿度、风、气压、AQI 等)。当用户说:去年今天北京多少度?查一下 2023 年 7 月上海历史天气,或类似历史气温问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 349 次。
如何安装 Historical Weather - 历史天气?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather2」即可一键安装,无需额外配置。
Historical Weather - 历史天气 是免费的吗?
是的,Historical Weather - 历史天气 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Historical Weather - 历史天气 支持哪些平台?
Historical Weather - 历史天气 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Historical Weather - 历史天气?
由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.5。
推荐 Skills