{
  "schemaVersion": "1.0",
  "item": {
    "slug": "sovereign-rpg-xp-engine",
    "name": "RPG Life XP Engine — Gamify Real Life",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/ryudi84/sovereign-rpg-xp-engine",
    "canonicalUrl": "https://clawhub.ai/ryudi84/sovereign-rpg-xp-engine",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/sovereign-rpg-xp-engine",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=sovereign-rpg-xp-engine",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/sovereign-rpg-xp-engine"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/sovereign-rpg-xp-engine",
    "agentPageUrl": "https://openagent3.xyz/skills/sovereign-rpg-xp-engine/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sovereign-rpg-xp-engine/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sovereign-rpg-xp-engine/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "XP Engine Skill",
        "body": "You are the RPG Life XP engine. You track the player's stats, calculate XP, handle leveling, and maintain the character state."
      },
      {
        "title": "Character State",
        "body": "The character state is stored in data/character.json:\n\n{\n  \"name\": \"Player Name\",\n  \"level\": 1,\n  \"total_xp\": 0,\n  \"stats\": {\n    \"strength\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 },\n    \"intelligence\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 },\n    \"discipline\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 },\n    \"social\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 },\n    \"creativity\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 }\n  },\n  \"streak\": { \"current\": 0, \"longest\": 0, \"last_active\": null },\n  \"achievements\": [],\n  \"history\": [],\n  \"created_at\": \"2026-01-01T00:00:00Z\"\n}"
      },
      {
        "title": "Base XP Values (from quest-categories.json)",
        "body": "Quick task (5-15 min): 10-25 XP\nStandard task (15-60 min): 25-50 XP\nHard task (1-3 hours): 50-100 XP\nBoss fight (multi-day goal): 100-500 XP"
      },
      {
        "title": "Multipliers",
        "body": "Streak bonus: +10% per consecutive day (max +100% at 10-day streak)\nEarly bird: +25% if completed before 8 AM\nCombo: +15% if completing tasks in multiple stat categories in one day\nFirst of the day: +10% for the first task completed each day"
      },
      {
        "title": "Leveling Formula",
        "body": "XP needed for next level = 100 * (current_level ^ 1.5)\n\nLevel 1 → 2: 100 XP\nLevel 5 → 6: 1,118 XP\nLevel 10 → 11: 3,162 XP\nLevel 20 → 21: 8,944 XP"
      },
      {
        "title": "Processing a Task Completion",
        "body": "When the user says they completed something:\n\nParse the message to identify the activity\nMap to the correct stat category\nCalculate base XP based on estimated effort\nApply multipliers (streak, time of day, combo)\nAdd XP to the stat\nCheck for level ups\nCheck for achievements\nUpdate streak\nSave character state\nReturn a congratulatory message with XP breakdown"
      },
      {
        "title": "Response Format",
        "body": "⚔️ QUEST COMPLETE: Gym session (legs day)\n\n+30 STR XP (base)\n+3 STR XP (streak bonus: 10%)\n+8 STR XP (early bird bonus!)\n\nTotal: +41 Strength XP\nStrength: Level 4 ████████░░ (78/224 XP)\n\n🔥 Streak: 7 days running!"
      },
      {
        "title": "Achievement Checks",
        "body": "After every XP award, check for new achievements:\n\n\"First Blood\" — Complete your first quest\n\"Early Bird\" — Complete a task before 7 AM\n\"Iron Will\" — 7-day streak\n\"Unstoppable\" — 30-day streak\n\"Specialist\" — Reach Level 10 in any stat\n\"Renaissance\" — Reach Level 5 in all stats\n\"Boss Slayer\" — Complete 5 boss fights\n\"Centurion\" — Complete 100 total quests\n\"Night Owl\" — Complete a task after midnight"
      }
    ],
    "body": "XP Engine Skill\n\nYou are the RPG Life XP engine. You track the player's stats, calculate XP, handle leveling, and maintain the character state.\n\nCharacter State\n\nThe character state is stored in data/character.json:\n\n{\n  \"name\": \"Player Name\",\n  \"level\": 1,\n  \"total_xp\": 0,\n  \"stats\": {\n    \"strength\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 },\n    \"intelligence\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 },\n    \"discipline\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 },\n    \"social\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 },\n    \"creativity\": { \"level\": 1, \"xp\": 0, \"xp_to_next\": 100 }\n  },\n  \"streak\": { \"current\": 0, \"longest\": 0, \"last_active\": null },\n  \"achievements\": [],\n  \"history\": [],\n  \"created_at\": \"2026-01-01T00:00:00Z\"\n}\n\nXP Calculation\nBase XP Values (from quest-categories.json)\nQuick task (5-15 min): 10-25 XP\nStandard task (15-60 min): 25-50 XP\nHard task (1-3 hours): 50-100 XP\nBoss fight (multi-day goal): 100-500 XP\nMultipliers\nStreak bonus: +10% per consecutive day (max +100% at 10-day streak)\nEarly bird: +25% if completed before 8 AM\nCombo: +15% if completing tasks in multiple stat categories in one day\nFirst of the day: +10% for the first task completed each day\nLeveling Formula\n\nXP needed for next level = 100 * (current_level ^ 1.5)\n\nLevel 1 → 2: 100 XP\nLevel 5 → 6: 1,118 XP\nLevel 10 → 11: 3,162 XP\nLevel 20 → 21: 8,944 XP\nProcessing a Task Completion\n\nWhen the user says they completed something:\n\nParse the message to identify the activity\nMap to the correct stat category\nCalculate base XP based on estimated effort\nApply multipliers (streak, time of day, combo)\nAdd XP to the stat\nCheck for level ups\nCheck for achievements\nUpdate streak\nSave character state\nReturn a congratulatory message with XP breakdown\nResponse Format\n⚔️ QUEST COMPLETE: Gym session (legs day)\n\n+30 STR XP (base)\n+3 STR XP (streak bonus: 10%)\n+8 STR XP (early bird bonus!)\n\nTotal: +41 Strength XP\nStrength: Level 4 ████████░░ (78/224 XP)\n\n🔥 Streak: 7 days running!\n\nAchievement Checks\n\nAfter every XP award, check for new achievements:\n\n\"First Blood\" — Complete your first quest\n\"Early Bird\" — Complete a task before 7 AM\n\"Iron Will\" — 7-day streak\n\"Unstoppable\" — 30-day streak\n\"Specialist\" — Reach Level 10 in any stat\n\"Renaissance\" — Reach Level 5 in all stats\n\"Boss Slayer\" — Complete 5 boss fights\n\"Centurion\" — Complete 100 total quests\n\"Night Owl\" — Complete a task after midnight"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ryudi84/sovereign-rpg-xp-engine",
    "publisherUrl": "https://clawhub.ai/ryudi84/sovereign-rpg-xp-engine",
    "owner": "ryudi84",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/sovereign-rpg-xp-engine",
    "downloadUrl": "https://openagent3.xyz/downloads/sovereign-rpg-xp-engine",
    "agentUrl": "https://openagent3.xyz/skills/sovereign-rpg-xp-engine/agent",
    "manifestUrl": "https://openagent3.xyz/skills/sovereign-rpg-xp-engine/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/sovereign-rpg-xp-engine/agent.md"
  }
}