← Back to Skills Marketplace
349
Downloads
10
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install weather2
Description
按城市与日期查询历史天气(温湿度、风、气压、AQI 等)。当用户说:去年今天北京多少度?查一下 2023 年 7 月上海历史天气,或类似历史气温问题时,使用本技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather2 - After installation, invoke the skill by name or use
/weather2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Historical Weather - 历史天气?
按城市与日期查询历史天气(温湿度、风、气压、AQI 等)。当用户说:去年今天北京多少度?查一下 2023 年 7 月上海历史天气,或类似历史气温问题时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 349 downloads so far.
How do I install Historical Weather - 历史天气?
Run "/install weather2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Historical Weather - 历史天气 free?
Yes, Historical Weather - 历史天气 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Historical Weather - 历史天气 support?
Historical Weather - 历史天气 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Historical Weather - 历史天气?
It is built and maintained by 极速数据 (@jisuapi); the current version is v1.0.5.
More Skills