← Back to Skills Marketplace
158
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sunsetbot-monitor-cn
Description
查询中国国内火烧云预报(sunsetbot.top)。当用户询问某城市的火烧云/晚霞预报,或需要设置定时火烧云通知时使用此 skill。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sunsetbot-monitor-cn - After installation, invoke the skill by name or use
/sunsetbot-monitor-cn - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - 中国国内火烧云预报查询与监控,支持飞书通知
Metadata
Frequently Asked Questions
What is Sunset Bot (国内火烧云预报)?
查询中国国内火烧云预报(sunsetbot.top)。当用户询问某城市的火烧云/晚霞预报,或需要设置定时火烧云通知时使用此 skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Sunset Bot (国内火烧云预报)?
Run "/install sunsetbot-monitor-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sunset Bot (国内火烧云预报) free?
Yes, Sunset Bot (国内火烧云预报) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sunset Bot (国内火烧云预报) support?
Sunset Bot (国内火烧云预报) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sunset Bot (国内火烧云预报)?
It is built and maintained by FrankMei (@neverland83); the current version is v1.0.0.
More Skills