← 返回 Skills 市场
1267
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install d4-world-boss
功能描述
暗黑4世界BOSS刷新时间查询。使用 @D4世界boss 或询问暗黑4世界boss时触发。自动获取踩蘑菇地图的世界BOSS刷新时间,并询问是否设置定时提醒。
使用说明 (SKILL.md)
暗黑4世界BOSS查询
使用方式
触发方式:
@D4世界boss暗黑4世界bossD4世界boss刷新时间
执行:
cd ~/.openclaw/skills/d4-world-boss && python3 scripts/fetch_boss.py
输出格式
BOSS 即将刷新时:
🔥 暗黑4 世界BOSS
【当前BOSS】"诅咒之金"贪魔
【状态】🔄 刷新倒计时
【倒计时】30分19秒
📊 数据来源: https://map.caimogu.cc/d4.html
💡 需要设置刷新提醒吗?
BOSS 正在出现时:
🔥 暗黑4 世界BOSS
【当前BOSS】"诅咒之金"贪魔
【状态】⚔️ BOSS已出现,战斗中
【倒计时】12分12秒
📊 数据来源: https://map.caimogu.cc/d4.html
⚠️ BOSS正在出现中,无需设置提醒
定时提醒逻辑
- 刷新倒计时/等待出现:显示"需要设置刷新提醒吗?"
- 正在出现:显示"BOSS正在出现中,无需设置提醒"
- 避免在BOSS已出现时设置无意义的提醒
定时提醒
查询后询问用户是否需要设置定时提醒。如果需要,使用 cron 工具在刷新前提醒:
- 提醒时间:预计刷新前 15 分钟
- 消息示例:"🔥 暗黑4 世界BOSS 即将刷新!预计时间:2026-02-09 14:30"
安全使用建议
This skill is small and does what it says: it uses curl (via the script) to fetch a public page (map.caimogu.cc) and prints boss times. Before installing, confirm you trust the external site (map.caimogu.cc) because the script displays data from it. Ensure python3 and curl are available on the agent runtime (they are assumed but not declared). If you agree to set timed reminders, be aware that creating cron jobs requires system access/permission — the skill does not create cron entries itself, so any reminder setup will be an explicit, separate action you or the agent must perform.
功能分析
Type: OpenClaw Skill
Name: d4-world-boss
Version: 1.0.3
The skill is classified as suspicious due to its explicit instruction in `SKILL.md` to use the `cron` tool for setting reminders, which involves modifying the host system's scheduled tasks. Additionally, the `scripts/fetch_boss.py` script utilizes `subprocess.run` to execute `curl` for network access to `https://map.caimogu.cc/d4.html`. While the stated purpose of fetching data and setting reminders appears benign, the use of `cron` represents a high-risk system modification capability, and `subprocess.run` for network calls is a powerful primitive, making the overall behavior suspicious rather than clearly benign.
能力评估
Purpose & Capability
The skill's code and instructions match the stated purpose (fetching and displaying world boss times from https://map.caimogu.cc/d4.html). Minor inconsistency: the registry metadata lists no required binaries, but the SKILL.md and script assume python3 is available and the script calls curl via subprocess. Those runtime requirements are reasonable for this purpose but should be declared.
Instruction Scope
SKILL.md directs the agent to run the included Python script from the skill directory. The script only downloads the specified webpage, parses a JSON-like object, and prints formatted messages. Instructions mention offering to set a cron reminder, but the code does not itself modify cron or other system files.
Install Mechanism
There is no install spec (instruction-only plus a small included script). No downloads or external installers are executed during installation, so nothing is written to disk beyond the skill files already present.
Credentials
The skill requests no environment variables or credentials. The script uses network access to fetch a public web page, which is appropriate for the stated purpose. No secrets or unrelated service tokens are requested.
Persistence & Privilege
The skill is not always-enabled and does not autonomously persist configuration. It suggests using cron for reminders but does not programmatically modify cron itself; if the user or agent were to set up reminders, that would require additional system permissions outside the skill's current code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install d4-world-boss - 安装完成后,直接呼叫该 Skill 的名称或使用
/d4-world-boss触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Improve status message: 'BOSS已出现,战斗中'
v1.0.2
Add status detection: only suggest reminder when boss is not active
v1.0.1
Update: show only countdown data
v1.0.0
Initial release
元数据
常见问题
D4 World Boss Tracker 是什么?
暗黑4世界BOSS刷新时间查询。使用 @D4世界boss 或询问暗黑4世界boss时触发。自动获取踩蘑菇地图的世界BOSS刷新时间,并询问是否设置定时提醒。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1267 次。
如何安装 D4 World Boss Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install d4-world-boss」即可一键安装,无需额外配置。
D4 World Boss Tracker 是免费的吗?
是的,D4 World Boss Tracker 完全免费(开源免费),可自由下载、安装和使用。
D4 World Boss Tracker 支持哪些平台?
D4 World Boss Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 D4 World Boss Tracker?
由 Crazzies(@crazzies)开发并维护,当前版本 v1.0.3。
推荐 Skills