sunsetbot-watch

v1.0.0

全自动 sunsetbot 晚霞查询,使用 agent-browser 访问 sunsetbot.top 网站,自动解析页面,输出指定城市当天晚霞的鲜艳度和气溶胶质量。触发场景:用户需要查询某个城市今天/明天晚霞概率,查询 sunsetbot 晚霞预报。

0· 160·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for weiwei106/sunsetbot-watch.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "sunsetbot-watch" (weiwei106/sunsetbot-watch) from ClawHub.
Skill page: https://clawhub.ai/weiwei106/sunsetbot-watch
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install sunsetbot-watch

ClawHub CLI

Package manager switcher

npx clawhub@latest install sunsetbot-watch
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
技能名称与描述说明的行为(使用 agent-browser 访问 sunsetbot.top、填写查询参数并提取鲜艳度/AOD)与 SKILL.md 中的运行步骤一致;package.json 只是元数据,没有额外权限或依赖。
Instruction Scope
SKILL.md 的指令限定在访问特定网页、填写查询框、点击按钮并从页面文本提取两个数值;没有要求读取本地文件、环境变量或将数据发送到除 sunsetbot.top 以外的外部端点。
Install Mechanism
无安装规范(instruction-only),因此没有下载或在宿主系统写入可执行代码的行为,风险较低。
Credentials
没有声明或要求任何环境变量、凭证或配置路径;所需权限与功能成比例。
Persistence & Privilege
flags 显示 always:false,默认允许模型调用,且没有请求长期驻留或修改其他技能/系统配置。
Assessment
这个技能看起来内部一致:它只用浏览器代理去 sunsetbot.top 抓取并格式化两个数值,所以不需要任何密钥或本地文件访问。要注意的是: - agent 会向外部站点发起网络请求(你的 IP/请求头会被目标站点记录),如果你不信任 sunsetbot.top 请不要使用。 - 抓取依赖页面结构,目标站点改版或反自动化措施会导致结果不准确或失败。 - 输出是基于公开页面的解析结果,不代表官方质量保证;对重要决策请交叉核验原始来源。 总体上此技能与其描述一致,可在你信任目标站点的前提下使用。

Like a lobster shell, security has layers — review code before you run it.

automationvk9752czpkee99cdgmyzm872sd58335sdlatestvk9752czpkee99cdgmyzm872sd58335sdsunsetvk9752czpkee99cdgmyzm872sd58335sdsunsetbotvk9752czpkee99cdgmyzm872sd58335sd
160downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Sunsetbot Watch

晚霞查询工作流程

输入格式

用户提供:城市 + 日期(如果不指定日期默认查询当天)

查询参数规则

搜索框格式:城市,YYYYMMDD,set,YYYYMMDD-118z

  • 城市 → 需要查询的城市名(如厦门)
  • YYYYMMDD → 查询的目标日期(当天)
  • set → 表示查询日落/晚霞,如果查询日出用 rise
  • YYYYMMDD-118z → 目标日期前一天的 18 点(时间序列参数固定格式)

执行步骤

  1. 使用 agent-browser 访问 https://sunsetbot.top/detailed/
  2. 点击清除按钮清空搜索框
  3. 按照上述规则填入查询参数
  4. 点击搜索按钮,等待页面加载完成
  5. 通过页面文本提取 鲜艳度气溶胶(AOD) 数值
  6. 根据数值添加等级说明,按指定格式输出结果

输出格式要求

📅 日期:xxxx-xx-xx
鲜艳度: 0.034 → 微微烧,基本不烧
气溶胶: 0.875 → 天空相当污浊,地面附近可能有霾
结论:明天 xx 地区 晚霞概率很低,空气也不太好~

等级说明

数值区间说明
鲜艳度 = 0不烧,今天没有火烧云预报
0 < 鲜艳度 < 0.1微微烧,基本不烧
0.1 ≤ 鲜艳度 < 0.3轻度烧,概率一般
0.3 ≤ 鲜艳度 < 0.6中度烧,概率不错
鲜艳度 ≥ 0.6重度烧,大概率好看
气溶胶说明
< 0.4通透,空气质量好
0.4 - 0.8一般,普通天空质量
> 0.8天空相当污浊,地面附近可能有霾

Resources

scripts/

无额外脚本,全部操作通过 agent-browser 完成

references/

无额外参考文档

assets/

无资源文件

Comments

Loading comments...