← 返回 Skills 市场
158
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sunsetbot-monitor-cn
功能描述
查询中国国内火烧云预报(sunsetbot.top)。当用户询问某城市的火烧云/晚霞预报,或需要设置定时火烧云通知时使用此 skill。
安全使用建议
This skill appears to do exactly what it says: scrape sunsetbot.top in a headless browser, log results locally, and optionally send messages via Feishu. Before installing: 1) Confirm you trust the external site (https://sunsetbot.top) that the skill visits. 2) If you enable cron and notifications, configure the Feishu/OpenClaw messaging integration carefully — the skill will call feishu_im_user_message via OpenClaw, so ensure tokens/OpenIDs are correct. 3) Review the headless-Chrome guide: it recommends disabling the Chrome sandbox (noSandbox), which weakens process isolation on the host — only do this in environments where you accept that risk. 4) If you will accept free-form city inputs from untrusted sources, review/escape inputs because city values are interpolated into inline JS passed to the browser evaluate call (could break or cause unexpected behavior). 5) Check the data/ directory for logs (sunsetbot-monitor.log) and ensure retention/permissions meet your policy.
功能分析
Type: OpenClaw Skill
Name: sunsetbot-monitor-cn
Version: 1.0.0
The skill is a legitimate tool for querying sunset forecasts from sunsetbot.top and sending notifications via Feishu. It uses OpenClaw's built-in browser automation and messaging functions as intended, with clear logic in scripts/check.js for DOM manipulation and local logging, and no evidence of malicious intent or unauthorized data access.
能力评估
Purpose & Capability
Name/description (查询火烧云预报 + 定时通知) match the provided code and SKILL.md: the script navigates to https://sunsetbot.top, extracts page values, writes local logs, and sends notifications via a messaging channel. Required resources (browser support, an optional Feishu OpenID in config) are appropriate for that purpose.
Instruction Scope
SKILL.md keeps scope to fetching forecast pages and sending notifications. It instructs use of OpenClaw's browser() and cron. Two notes: (1) the script injects user-supplied strings (city, date types) into inline JS passed to browser.evaluate — this is a robustness/input-sanitization concern (could break or behave unexpectedly for maliciously-crafted inputs), and (2) the instructions advise enabling headless Chrome with no-sandbox in OpenClaw config, which increases runtime risk for the overall environment (explained in guidance). The skill does not instruct reading unrelated files or env vars.
Install Mechanism
No install spec is present (instruction-only with code included), so nothing is downloaded or installed by an install hook. The included headless Chromium guide references downloading Chrome from an official Google URL and Playwright commands — those are normal for enabling the browser tool but are not executed by the skill itself.
Credentials
The skill does not declare or require any environment variables or secrets. It does rely on an OpenClaw-provided messenger function (feishu_im_user_message) and a local config file (config/config.json) containing a userOpenId; these are proportional to notification functionality. There is no request for unrelated credentials. Ensure that your OpenClaw instance's messaging integrations (Feishu tokens) are intentionally configured.
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges or modify other skills. It writes logs under its own data/ directory only.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sunsetbot-monitor-cn - 安装完成后,直接呼叫该 Skill 的名称或使用
/sunsetbot-monitor-cn触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - 中国国内火烧云预报查询与监控,支持飞书通知
元数据
常见问题
Sunset Bot (国内火烧云预报) 是什么?
查询中国国内火烧云预报(sunsetbot.top)。当用户询问某城市的火烧云/晚霞预报,或需要设置定时火烧云通知时使用此 skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 Sunset Bot (国内火烧云预报)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sunsetbot-monitor-cn」即可一键安装,无需额外配置。
Sunset Bot (国内火烧云预报) 是免费的吗?
是的,Sunset Bot (国内火烧云预报) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sunset Bot (国内火烧云预报) 支持哪些平台?
Sunset Bot (国内火烧云预报) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sunset Bot (国内火烧云预报)?
由 FrankMei(@neverland83)开发并维护,当前版本 v1.0.0。
推荐 Skills