weather-fetch

中国天气数据抓取工具 - 从 weathercn.com 抓取实时天气数据,支持全国城市。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "weather-fetch" with this command: npx skills add wndagg/weather-fetch

🌤️ Weather Fetch - 中国天气抓取工具

从 weathercn.com 抓取中国城市实时天气数据。

功能

  • 支持全国城市天气查询
  • 提取温度、湿度、气压、能见度等数据
  • 日出日落时间
  • AQI空气质量指数
  • 使用 Playwright 自动化抓取

使用方法

python3 scripts/weather_fetch.py 城市名

示例

python3 scripts/weather_fetch.py 苍南
python3 scripts/weather_fetch.py 梧州

输出

{
  "city": "苍南县",
  "temp": "20",
  "temp_high": "26",
  "temp_low": "18",
  "weather": "阴",
  "humidity": "66",
  "feels_like": "19",
  "pressure": "1011",
  "visibility": "22.0",
  "wind": "西南风3级",
  "sunrise": "05:19",
  "sunset": "18:32",
  "aqi": "41",
  "aqi_level": "优"
}

打赏

如果觉得好用,欢迎支持米米的服务器费用!

GitHub: https://github.com/wNDAGG/mimi-scripts

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

老人跌倒检测技能

Utilizes vision and radar technology for contactless detection of falls. It triggers alarms within seconds and is suitable for home safety monitoring of elde...

Registry SourceRecently Updated
General

Conversation Focus

对话焦点管理 + 需求澄清引导。每次对话开始时自动分析用户意图,确保需求清晰、限制明确,避免模型分散注意力。自动对接到 self-improving 进行持续优化。

Registry SourceRecently Updated
General

AIWolfPK - AI狼人杀

四个AI互相猜疑,你坐着看戏。每局30秒,到底谁是狼? Four AIs play Werewolf while you watch. 30s per round. Spot the wolf before they do.

Registry SourceRecently Updated
General

Project Analyzer

Analyze any project directory and produce a detailed report covering what the project does, its tech stack, folder structure, entry points, how to run it, an...

Registry SourceRecently Updated