← 返回 Skills 市场
jerryaction

Weather Assistant

作者 JerryAction · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
61
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install weather-assistant
功能描述
天气助手。查询任意城市天气、编辑城市配置、定时推送天气到微信(附名人名言)。当用户提到天气、查天气、天气推送、每日天气、城市配置、weather 时触发。使用前需配置城市列表和微信推送参数。
安全使用建议
This skill appears to do only what it says: read its own config, read a local quotes file, fetch weather from wttr.in, and output formatted messages for delivery to the configured WeChat channel. Before enabling: (1) ensure curl is available on the agent host (SKILL.md uses curl though the registry lists no required binaries); (2) confirm ~/.qclaw/skills/weather-assistant/config.json and ~/workspace/名人名言.md contain only data you want the agent to read (the skill will read those files); (3) do not run the README's manual Gateway/token commands unless you trust the environment — the get-token.sh example could expose local tokens if misused; (4) verify the delivery channel settings (openclaw-weixin target/accountId) are correct so messages go to the intended recipient. If you want higher assurance, request the author to declare curl as a required binary and remove or clarify the manual Gateway/token debug instructions.
功能分析
Type: OpenClaw Skill Name: weather-assistant Version: 1.1.0 The weather-assistant skill utilizes shell commands (curl, cat) and file system operations to fetch weather data and manage city configurations, as defined in SKILL.md and README.md. These capabilities involve high-risk actions such as network access to wttr.in and modification of local configuration files (config.json), which are plausibly needed for the stated purpose but represent a significant attack surface. No evidence of intentional malice, such as exfiltration of sensitive data or unauthorized remote control, was found.
能力评估
Purpose & Capability
Skill claims weather queries and WeChat push and indeed only reads a local config and a local quotes file and calls wttr.in. Minor mismatch: SKILL.md requires using curl but the registry metadata lists no required binaries.
Instruction Scope
Runtime instructions are narrowly scoped to reading ~/.qclaw/skills/weather-assistant/config.json and ~/workspace/名人名言.md and calling wttr.in; it does not instruct reading unrelated system files or exfiltrating data to unknown endpoints.
Install Mechanism
Instruction-only skill with no install spec or archived downloads — lowest install risk.
Credentials
Skill declares no environment/credential requirements (appropriate). README includes optional manual debug examples referencing a local get-token.sh and localhost Gateway API — those are not required by the SKILL.md but could be sensitive if a user follows the debug instructions.
Persistence & Privilege
Skill is not always-enabled and requests no elevated/system-wide privileges; cron-based scheduled runs are normal for this purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Merged daily-weather-push: added daily cron push with quote, clothing advice, and full cron config
v1.0.0
Initial release: weather query with city config and cron push
元数据
Slug weather-assistant
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Weather Assistant 是什么?

天气助手。查询任意城市天气、编辑城市配置、定时推送天气到微信(附名人名言)。当用户提到天气、查天气、天气推送、每日天气、城市配置、weather 时触发。使用前需配置城市列表和微信推送参数。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 Weather Assistant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-assistant」即可一键安装,无需额外配置。

Weather Assistant 是免费的吗?

是的,Weather Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Weather Assistant 支持哪些平台?

Weather Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weather Assistant?

由 JerryAction(@jerryaction)开发并维护,当前版本 v1.1.0。

💬 留言讨论