weather
Current weather 和 forecasts 结合 web_fetch, falling back 到 wttr。
原文场景:current_condition[0].weatherDesc[0].value: c
安装这个 Skill
原文暂未提供标准安装命令。
为什么值得装
推荐它,是因为它在「调试工具」分类里热度靠前(GitHub Stars 380,125),同时原始文档信息密度足够高。原文列出的执行要点包括:current_condition[0].weatherDesc[0].value: condition;current_condition[0].temp_C / temp_F: temperature。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。
原文里最有价值的点
- Current weather 和 forecasts 结合 web_fetch, falling back 到 wttr。
- 原文摘录:Current weather 和 forecasts 结合 web_fetch, fallin
- 原文要点:current_condition[0].weatherDesc[0].value: condition
- 补充线索:current_condition[0].temp_C/temp_F: temperature
适合用在
- 提升 Agent 的规划、调试、浏览器自动化和多代理协作能力
- 做内容增长、SEO、品牌表达、营销实验和转化优化
- 围绕「调试工具」任务给 Agent 增加可复用的领域流程