社区热度榜

weather

Current weather 和 forecasts 结合 web_fetch, falling back 到 wttr。

分类
调试工具
榜单排名
#6
GitHub Stars
380,125

它能做什么

中文摘要

「weather」的原始 GitHub SKILL.md 将它定位为:Current weather and forecasts with web_fetch, falling back to wttr.in curl for locations, rain, temperature, travel planning.。它的核心价值是强化 Agent 的规划、分工、浏览器操作和自主调试能力;把内容定位、转化路径、品牌语气和增长实验整理成可复用流程。文档重点章节包括「Preferred: web_fetch」「Fallback: curl」「Notes」。

为什么推荐

推荐理由

推荐它,是因为它在「调试工具」分类里热度靠前(GitHub Stars 380,125),同时原始文档信息密度足够高。原文列出的执行要点包括:`current_condition[0].weatherDesc[0].value`: condition;`current_condition[0].temp_C` / `temp_F`: temperature。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。

什么时候用

适用场景

  • 提升 Agent 的规划、调试、浏览器自动化和多代理协作能力
  • 做内容增长、SEO、品牌表达、营销实验和转化优化
  • 围绕「调试工具」任务给 Agent 增加可复用的领域流程

使用前先看

主要亮点

  • 01

    Current weather 和 forecasts 结合 web_fetch, falling back 到 wttr。

  • 02

    原文摘录:Current weather 和 forecasts 结合 web_fetch, fallin

  • 03

    原文要点:current_condition[0].weatherDesc[0].value: condition

  • 04

    补充线索:current_condition[0].temp_C/temp_F: temperature

原始文档

原文摘录

Current weather and forecasts with web_fetch, falling back to wttr.in curl for locations, rain, temperature, travel planning.