← Back to Skills Marketplace
1267
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install d4-world-boss
Description
暗黑4世界BOSS刷新时间查询。使用 @D4世界boss 或询问暗黑4世界boss时触发。自动获取踩蘑菇地图的世界BOSS刷新时间,并询问是否设置定时提醒。
README (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"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install d4-world-boss - After installation, invoke the skill by name or use
/d4-world-boss - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is D4 World Boss Tracker?
暗黑4世界BOSS刷新时间查询。使用 @D4世界boss 或询问暗黑4世界boss时触发。自动获取踩蘑菇地图的世界BOSS刷新时间,并询问是否设置定时提醒。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1267 downloads so far.
How do I install D4 World Boss Tracker?
Run "/install d4-world-boss" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is D4 World Boss Tracker free?
Yes, D4 World Boss Tracker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does D4 World Boss Tracker support?
D4 World Boss Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created D4 World Boss Tracker?
It is built and maintained by Crazzies (@crazzies); the current version is v1.0.3.
More Skills