← Back to Skills Marketplace
tjweather天气查询助手
by
QianSongUIO
· GitHub ↗
· v1.0.3
· MIT-0
212
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install tjweather
Description
全球地点天气预报及地理编码分析(TJWeather API)。
Usage Guidance
This skill appears coherent for its stated purpose: it runs the included Python scripts to geocode a location and call the TJWeather API using TJWEATHER_API_KEY. Before enabling: (1) ensure you trust api.tjweather.com (the skill sends location coordinates and queries to that host and possibly to geocoding providers); (2) set a dedicated TJWEATHER_API_KEY in the environment (or the skill will look for a local .env file in the skill directory); (3) be aware the README contains public trial keys — using them may be rate-limited or shared; (4) if you are concerned about leakage, review network egress policies since the scripts perform outbound HTTPS requests to the weather/geocoding services. Otherwise the skill’s requirements and behavior are proportionate to its declared functionality.
Capability Analysis
Type: OpenClaw Skill
Name: tjweather
Version: 1.0.3
The tjweather skill bundle is a legitimate weather forecasting tool that uses a multi-stage process (geocoding followed by weather analysis). The Python scripts (geocoder.py and tjweather.py) use standard libraries to interact with reputable geocoding services (Nominatim, Photon) and the TJWeather API, with no evidence of data exfiltration, shell execution, or obfuscation. The SKILL.md instructions include security-conscious directives, such as explicitly forbidding the agent from asking the user for API keys, and the bundle provides clear documentation and trial keys for testing.
Capability Assessment
Purpose & Capability
Name/description match the requested binaries and env var. The skill legitimately needs python3 and an API key to call api.tjweather.com and to perform geocoding/weather analysis.
Instruction Scope
SKILL.md restricts the agent to run the included geocoder.py and tjweather.py scripts and to produce a specific output format. The instructions do not request unrelated credentials or ask the agent to read arbitrary host files; they do require the agent to apply DST judgment, which is reasonable for correct local times.
Install Mechanism
There is no install spec (instruction-only with bundled Python scripts). No external downloads or archive extraction are performed by the skill; risk from installation is minimal.
Credentials
Only TJWEATHER_API_KEY is required (declared as primary). A minor inconsistency: tjweather.py will try to read a local .env in the skill parent directory if the environment variable is missing — this is a narrow fallback to locate the same API key, but it means the script may read a file named .env in the skill tree. README also publishes three 'trial' API keys, which are usable sample keys (not other unrelated secrets).
Persistence & Privilege
Skill is not forced-always and does not request system-wide persistence or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning privilege requests.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tjweather - After installation, invoke the skill by name or use
/tjweather - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
tjweather 1.0.3
- 精简说明及输出规范,突出“必须三段式回复”结构(首行自适应提示、天气数据、温润总结)。
- 增强地理信息查询回退提示,遇到模糊地理匹配时需在首行明确说明。
- 明确禁止 Agent 使用外部Web地理查询,只能调用指定脚本。
- 加强夏令时(DST)判定要求,需结合知识进行最终确认。
- 进一步礼貌化“超10天数据只展现前10天,需告知用户”。
v1.0.2
更新内容:
元数据环境变量对齐:在元数据中明确定义了 TJWEATHER_API_KEY 的环境变量要求,移除了对本地 .env 文件的依赖。
配置指南更新:更新了配置说明,用户现需在 ~/.openclaw/openclaw.json 全局配置文件中设置 TJWEATHER_API_KEY,而非使用 .env 文件。
移除冗余配置:已删除项目中的 .env 文件,以适配全新的环境变量处理逻辑,提升安全性。
配置流程透明化:在 SKILL.md 中针对用户和智能体(Agent)进一步明确了具体的配置步骤与技术要求。
新增试用 API Key:在 README.md 中公开了 3 个气象数据试用 Key,支持用户快速测试接口。
v1.0.1
主要更新内容:
[Documentation] 新增试用 API Key:
在 README.md 中公开了 3 个tjweather气象数据试用 Key,支持用户快速测试数据接口。
[Configuration] 预置环境配置:
已将其中一个公共测试 Key 预先写入项目根目录的 .env 配置文件中。
[User Experience] 零门槛导入即用:
优化了上手流程。现在用户只需下载本项目并导入 Claw,即可免配置直接运行,无需手动申请或填入 API Key。
v1.0.0
tjweather v1.0.0
- 首发版本,基于 TJWeather API 实现全球天气查询功能。
- 支持多级地理编码 fallback 和自动时区判定,确保按当地时间统计天气数据。
- 严格执行两个核心流程:专用地理编码脚本查询和天气数据脚本调用,禁止使用其它数据源。
- 输出流程明确:动态多语言适配、数据标签本地化、始终追加温润总结(必选)。
- 明确输入约束:API Key 配置方式、地理/时区处理、预报天数上限和用户提示说明。
Metadata
Frequently Asked Questions
What is tjweather天气查询助手?
全球地点天气预报及地理编码分析(TJWeather API)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 212 downloads so far.
How do I install tjweather天气查询助手?
Run "/install tjweather" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tjweather天气查询助手 free?
Yes, tjweather天气查询助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tjweather天气查询助手 support?
tjweather天气查询助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tjweather天气查询助手?
It is built and maintained by QianSongUIO (@qiansonguio); the current version is v1.0.3.
More Skills