Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

D4 World Boss Tracker

暗黑4世界BOSS刷新时间查询。使用 @D4世界boss 或询问暗黑4世界boss时触发。自动获取踩蘑菇地图的世界BOSS刷新时间,并询问是否设置定时提醒。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 1k · 0 current installs · 2 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

Current versionv1.0.3
Download zip
latestvk97f6d8rz2fpgfzxvrya380zv580t4xa

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

暗黑4世界BOSS查询

使用方式

触发方式

  • @D4世界boss
  • 暗黑4世界boss
  • D4世界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"

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…