← Back to Skills Marketplace
harrylabsj

Daily Dungeon Challenger

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
76
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install daily-dungeon-challenger
Description
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...
README (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

  1. Collect the user's available time, energy bar, required tasks, and optional progress tasks.
  2. Map the day into one main dungeon, one to three side quests, a supply phase, and a failure floor.
  3. For each dungeon element, define the title, win condition, time budget, reward drop, and retreat rule.
  4. If surprise tasks arrive or energy collapses, rewrite the run as a simplified dungeon mode.
  5. 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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-dungeon-challenger
  3. After installation, invoke the skill by name or use /daily-dungeon-challenger
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug daily-dungeon-challenger
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.

How do I install Daily Dungeon Challenger?

Run "/install daily-dungeon-challenger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Daily Dungeon Challenger free?

Yes, Daily Dungeon Challenger is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Daily Dungeon Challenger support?

Daily Dungeon Challenger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Daily Dungeon Challenger?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments