← Back to Skills Marketplace
harrylabsj

Habit Quest Logger

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install habit-quest-logger
Description
Turn habit building into a quest log with daily mission tiers, streak feedback, fallback actions, and recovery guidance after missed days. Use when the user...
README (SKILL.md)

Habit Quest Logger

Chinese name: 习惯养成任务日志

Purpose

Turn dull habit tracking into a quest log with clear mission tiers, visible streak feedback, and a shame-free reset path. This skill is descriptive only. It does not create reminders, sync data, or call external APIs.

Use this skill when

  • The user wants to track 1 to 5 habits in a more motivating way.
  • The user keeps quitting after one missed day and needs a recovery loop.
  • The user wants a daily mission board instead of vague habit intentions.
  • The user needs a low-friction way to restart consistency.

Inputs to collect

  • Habit name
  • Frequency or cadence
  • Target duration or minimum version
  • Main difficulty or friction point
  • Current streak or recent consistency
  • Today's energy, time, or constraints

Workflow

  1. Collect up to 5 habits and clarify frequency, duration, difficulty, and current streak.
  2. Rewrite each habit as a main quest, side quest, and minimum fallback quest.
  3. Pick only one main quest for today and keep the rest as support or backup actions.
  4. Define how experience points are earned, what counts as success, and what the user should do after a miss.
  5. If the user has been using the system for several days, add streak protection, difficulty adjustment, and a return-to-game rule.

Output Format

  • Today's quest log with the exact action and completion line.
  • Streak status with current days, current level, and next level condition.
  • Failure recovery move with the smallest comeback action.
  • End-of-day settlement line with short positive reinforcement.

Quality bar

  • Default to one main quest and only a small number of fallback actions.
  • Every habit must have a concrete completion standard.
  • Always include a recovery mechanism after misses.
  • Keep the plan within the user's real capacity for today.

Edge cases and limits

  • If the user lists too many habits, compress scope and keep only the highest-value ones active.
  • If the goal is vague, translate it into observable behavior before building the quest log.
  • Do not position this skill as therapy, medical care, or hard accountability enforcement.

Compatibility notes

  • Accepts free-form Chinese or English input, plus semi-structured habit details.
  • Works for one-off daily planning or repeated day-by-day iteration.
  • Can pair conceptually with habit-tracker or daily-dungeon-challenger, but it does not depend on other tools.
Usage Guidance
This package appears low-risk and behaves as a local, read-only formatter for the included SKILL.md. If you plan to install: (1) inspect handler.py yourself or run the included tests to confirm behavior; (2) note the skill's source/homepage is unknown—prefer packages from maintainers you trust; (3) no credentials or network access are requested, but if you do not want the agent to call the skill autonomously, disable autonomous invocation in your agent settings.
Capability Analysis
Type: OpenClaw Skill Name: habit-quest-logger Version: 1.0.0 The habit-quest-logger skill is a purely descriptive tool designed to help users gamify habit tracking. The Python logic in handler.py is limited to reading its own SKILL.md file and parsing markdown sections via regex to generate a formatted guidance card; it contains no network activity, shell execution, or sensitive data access. The instructions in SKILL.md are well-defined and lack any prompt-injection attempts or malicious directives.
Capability Assessment
Purpose & Capability
The name and description match the code and SKILL.md. The handler only loads SKILL.md, parses sections, and formats a descriptive guidance card — no unrelated capabilities (cloud, git, etc.) are requested.
Instruction Scope
SKILL.md contains only guidance for generating a quest-style habit plan. The handler implements that: it reads the local SKILL.md and the provided user input, then returns a formatted text. There are no instructions to read arbitrary system files, access other config paths, or transmit data externally.
Install Mechanism
There is no install spec (instruction-only). Although code files are included for local execution and testing, nothing in the package downloads or installs external artifacts or writes to atypical system locations.
Credentials
No environment variables, secrets, or credentials are required. The handler does not read environment variables beyond its function arguments and the bundled SKILL.md.
Persistence & Privilege
The skill is not set to always:true and does not modify other skills or system-wide configuration. It can be invoked autonomously by the agent (platform default), but that is reasonable given its limited, local behavior.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install habit-quest-logger
  3. After installation, invoke the skill by name or use /habit-quest-logger
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release—turn habit building into a quest log for better motivation and recovery. - Guides users to frame up to 5 habits as quests with daily mission tiers and fallback actions. - Provides streak feedback, visible progress, and a shame-free recovery path after missed days. - Outputs a clear quest log, streak status, and end-of-day reinforcement. - Helps compress vague or excessive goals into manageable, concrete daily actions. - Designed for descriptive planning only; does not set reminders or sync data.
Metadata
Slug habit-quest-logger
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Habit Quest Logger?

Turn habit building into a quest log with daily mission tiers, streak feedback, fallback actions, and recovery guidance after missed days. Use when the user... It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install Habit Quest Logger?

Run "/install habit-quest-logger" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Habit Quest Logger free?

Yes, Habit Quest Logger is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Habit Quest Logger support?

Habit Quest Logger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Habit Quest Logger?

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

💬 Comments