← 返回 Skills 市场
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-dungeon-challenger
功能描述
Reframe a day into a main dungeon and side quests with clear win conditions, time budgets, fallback modes, and reward prompts. Use for daily planning, mornin...
使用说明 (SKILL.md)
Daily Dungeon Challenger
Chinese name: 每日副本挑战
Purpose
Turn an ordinary day into a game-like dungeon run so the user can see what matters, what can wait, and how to keep moving when energy drops. This skill is descriptive only. It does not create calendar events or call external systems.
Use this skill when
- The user has too many tasks and needs a clear main challenge for today.
- The user wants a morning launch plan, midday replan, or evening rescue version.
- The user is procrastinating because the day feels shapeless.
- The user wants a realistic plan that still feels motivating.
Inputs to collect
- Available time today
- Current energy level or focus capacity
- Must-do items
- Nice-to-progress items
- Urgent interruptions or fixed constraints
- Preferred reward or rest style
Workflow
- Collect the user's available time, energy bar, required tasks, and optional progress tasks.
- Map the day into one main dungeon, one to three side quests, a supply phase, and a failure floor.
- For each dungeon element, define the title, win condition, time budget, reward drop, and retreat rule.
- If surprise tasks arrive or energy collapses, rewrite the run as a simplified dungeon mode.
- End with a minimum viable win line so the user still knows how to salvage the day.
Output Format
- Today's dungeon overview with one main dungeon and one to three side quests.
- Clear completion rules, recommended order, and time budget for each item.
- A fallback mode with minimum success criteria and damage control steps.
- At least one reward, recovery, or reflection prompt after completion.
Quality bar
- The main dungeon must be concrete enough that success is obvious.
- Total task load must match real energy and available time.
- Always include what to do if the user cannot finish the ideal version.
- Avoid fantasy scheduling and overload.
Edge cases and limits
- If the user is already overloaded, output a retreat build instead of adding more challenge.
- If urgent items interrupt the plan, allow the dungeon order to change immediately.
- Do not present this as a replacement for formal project management software.
Compatibility notes
- Works for morning planning, midday replanning, and evening rescue mode.
- Can connect conceptually with boss-battle-calendar or quest-chain-decomposer for larger arcs.
- Text only, no calendar sync required.
安全使用建议
This skill appears safe and coherent: it only reads its own SKILL.md and user input and returns a formatted textual plan. If you want extra assurance, review the SKILL.md and handler.py yourself (both are included) to confirm there are no unexpected network calls or file writes. Note that the skill can be invoked autonomously by an agent (the platform default), but here that only gives the agent permission to call this code path — the code itself does not access external systems or secrets.
功能分析
Type: OpenClaw Skill
Name: daily-dungeon-challenger
Version: 1.0.0
The skill is a productivity tool designed to reframe daily tasks into a game-like 'dungeon run' format. The code in handler.py is limited to parsing the SKILL.md file and formatting a response based on its content, with no network access, file system modifications, or execution of arbitrary code. All files, including the instructions in SKILL.md, are consistent with the stated purpose and lack any indicators of malicious intent or high-risk behavior.
能力评估
Purpose & Capability
The name/description (daily planning into a 'dungeon' metaphor) match the code and SKILL.md. The handler only parses the included SKILL.md and formats guidance; there are no unrelated requirements (no env vars, binaries, or external services).
Instruction Scope
SKILL.md instructions are limited to collecting user inputs and producing a text planning card; handler.py only reads SKILL.md and the provided input and returns a textual result. There are no instructions to read unrelated system files, access environment variables, or transmit data externally.
Install Mechanism
There is no install spec (instruction-only skill with a small handler). Nothing is downloaded or written to disk by the handler. No high-risk install mechanisms are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The code behaves consistently with that: no os.env access or secret handling is present.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system configuration. It does not persist credentials or enable itself; it simply reads local files and returns a string.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-dungeon-challenger - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-dungeon-challenger触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – turn your day into a “dungeon challenge” for clear, motivating daily planning.
- Structures the day as one main dungeon and 1-3 side quests with win conditions, time budgets, fallback plans, and reward prompts.
- Gathers your available time, energy, must-do, and nice-to-progress items.
- Adapts plans if energy drops or urgent interruptions arise, ensuring realistic and salvageable goals.
- Always provides minimum success criteria and ways to recover or reflect if things don’t go as planned.
- Text-only and works for morning, midday, or end-of-day replanning — no calendar or external system required.
元数据
常见问题
Daily Dungeon Challenger 是什么?
Reframe a day into a main dungeon and side quests with clear win conditions, time budgets, fallback modes, and reward prompts. Use for daily planning, mornin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 Daily Dungeon Challenger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-dungeon-challenger」即可一键安装,无需额外配置。
Daily Dungeon Challenger 是免费的吗?
是的,Daily Dungeon Challenger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Daily Dungeon Challenger 支持哪些平台?
Daily Dungeon Challenger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Daily Dungeon Challenger?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills