← Back to Skills Marketplace
Weather Longli
by
zonghua-dev
· GitHub ↗
· v1.0.0
· MIT-0
204
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install weather-longli
Description
提供贵州省龙里县每日天气信息及穿衣建议,支持定时推送,无需API费用,基于网页爬取和本地规则引擎。
Usage Guidance
This skill appears coherent and low-risk, but review a few points before enabling it: 1) It scrapes weather.com.cn — confirm you are comfortable with the site's terms of use and that your environment can access the web. 2) The script writes logs to ~/.openclaw/workspace/weather_log.jsonl and includes a short raw_html snippet; if you have privacy concerns, adjust or disable logging. 3) Web scraping can break if the site changes — be prepared to update crawl_longli_weather.py if parsing fails. 4) Install only the declared Python deps (requests, beautifulsoup4) and run the scripts in a virtualenv if you prefer isolation.
Capability Analysis
Type: OpenClaw Skill
Name: weather-longli
Version: 1.0.0
The skill is a legitimate weather reporting tool for Longli County, Guizhou, which scrapes public data from the China Weather Network (weather.com.cn). The Python scripts (crawl_longli_weather.py, daily_weather_report.py) perform standard web scraping and local data processing without any signs of data exfiltration, malicious execution, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description (daily Longli weather + dressing advice) matches the code and SKILL.md. The scripts implement a scraper, a rules-based advice generator, and a reporting script — all expected for this functionality.
Instruction Scope
Runtime instructions are narrowly focused: run the provided Python scripts, configure a cron job, and optionally edit the rule file. The scripts fetch www.weather.com.cn and produce output. Note: the reporter writes a local log (~/.openclaw/workspace/weather_log.jsonl) and the scraper includes a small raw_html snippet in logs; these are within scope but worth awareness.
Install Mechanism
No install spec; dependency installation is the simple, expected pip install of requests and beautifulsoup4. No downloaded archives or obscure URLs.
Credentials
No environment variables, credentials, or config paths are required by the skill. The only file writes are to a skill-scoped log under the user's home (~/.openclaw/workspace).
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent platform privileges or modify other skills. It does create/append a local log file, which is reasonable for a local reporter.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-longli - After installation, invoke the skill by name or use
/weather-longli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布:为贵州省龙里县提供每日天气爬取与穿衣建议技能
- 自动抓取中国天气网天气信息,包括温度、天气现象与风力
- 基于本地规则引擎生成贴合实际的穿衣建议
- 支持 OpenClaw cron 定时推送(如工作日 7:20)
- 零 API 成本,未用第三方付费服务,完全本地逻辑
- 易于二次开发和自定义穿衣规则
Metadata
Frequently Asked Questions
What is Weather Longli?
提供贵州省龙里县每日天气信息及穿衣建议,支持定时推送,无需API费用,基于网页爬取和本地规则引擎。 It is an AI Agent Skill for Claude Code / OpenClaw, with 204 downloads so far.
How do I install Weather Longli?
Run "/install weather-longli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Longli free?
Yes, Weather Longli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Weather Longli support?
Weather Longli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Longli?
It is built and maintained by zonghua-dev (@zonghua-dev); the current version is v1.0.0.
More Skills