Habit Quest Logger

v1.0.0

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...

0· 72·0 current·0 all-time
byhaidong@harrylabsj

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for harrylabsj/habit-quest-logger.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Habit Quest Logger" (harrylabsj/habit-quest-logger) from ClawHub.
Skill page: https://clawhub.ai/harrylabsj/habit-quest-logger
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install habit-quest-logger

ClawHub CLI

Package manager switcher

npx clawhub@latest install habit-quest-logger
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk973j19x29kffnzgwjdqyqrh2d84xe7n
72downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

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.

Comments

Loading comments...