{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawboss",
    "name": "ClawBoss - AI Productivity Coach",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Paitesanshi/clawboss",
    "canonicalUrl": "https://clawhub.ai/Paitesanshi/clawboss",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawboss",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawboss",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/coaching-questions.js",
      "scripts/heartbeat-handler.js",
      "scripts/index.js",
      "scripts/persona-selector.js",
      "scripts/personas.js"
    ],
    "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/clawboss"
    },
    "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/clawboss",
    "agentPageUrl": "https://openagent3.xyz/skills/clawboss/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawboss/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawboss/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": "ClawBoss Skill",
        "body": "Description: AI productivity coach using professional coaching techniques (GROW model, powerful questions, adaptive accountability)\n\nVersion: 1.0.0\n\nAuthor: ClawBoss Contributors"
      },
      {
        "title": "What It Does",
        "body": "ClawBoss transforms your OpenClaw agent into a productivity coach that:\n\nGuides goal setting using the GROW coaching model\nTracks progress with non-judgmental accountability\nAdapts intensity based on your momentum\nFacilitates reflection for continuous improvement\nMaintains memory of your patterns and insights\n\nUnlike traditional task managers, ClawBoss uses coaching questions to help you discover your own solutions and stay motivated."
      },
      {
        "title": "1. clawboss-breakdown",
        "body": "Description: Interactive GROW model session for goal setting and task breakdown\n\nUsage:\n\nUse the clawboss-breakdown tool to guide goal setting with coaching questions.\n\nProcess:\n\nGoal Discovery - \"What do you want to achieve?\"\nReality Check - \"Where are you now?\"\nOptions Exploration - \"What are possible approaches?\"\nAction Commitment - \"What will you do first?\"\n\nOutput:\n\nCreates memory/tasks/{goal-name}.md with structured plan\nUpdates memory/clawboss-state.json\nSets up progress tracking"
      },
      {
        "title": "2. clawboss-check",
        "body": "Description: Coaching-style progress review with adaptive questioning\n\nUsage:\n\nUse the clawboss-check tool to review progress on active tasks.\n\nProcess:\n\nRead active tasks from state\nCompare planned vs actual progress\nAsk appropriate coaching questions:\n\nCompleted → \"What helped you succeed?\"\nPartial → \"What happened? How can we adjust?\"\nNot started → \"What's blocking you?\"\n\n\nUpdate task file and momentum state\n\nOutput:\n\nUpdated task progress\nCoaching feedback\nAdjusted momentum score"
      },
      {
        "title": "3. clawboss-reflect",
        "body": "Description: Weekly/monthly deep reflection session\n\nUsage:\n\nUse the clawboss-reflect tool for weekly or monthly review.\nSpecify period: \"week\" or \"month\"\n\nProcess:\n\nReview all tasks in the period\nIdentify patterns (successes, blockers, time-of-day effectiveness)\nAsk reflection questions:\n\n\"What did you learn about yourself?\"\n\"What strategies worked?\"\n\"What needs to change?\"\n\n\nUpdate long-term insights\n\nOutput:\n\nReflection summary\nUpdated insights in state\nRecommendations for next period"
      },
      {
        "title": "4. clawboss-state",
        "body": "Description: Read or update ClawBoss state (momentum, goals, insights)\n\nUsage:\n\nUse clawboss-state to read current momentum, goals, and insights.\n\nOutput:\n\nCurrent momentum level (high/medium/low)\nActive goals summary\nRecent insights"
      },
      {
        "title": "memory/clawboss-state.json",
        "body": "Central state file tracking:\n\nUser preferences\nCurrent momentum (with trend)\nActive goals\nCheck-in timestamps\nLong-term insights"
      },
      {
        "title": "memory/tasks/{goal-name}.md",
        "body": "Individual task files with:\n\nGoal statement and motivation\nCurrent reality assessment\nAction plan\nDaily progress log\nLessons learned"
      },
      {
        "title": "GROW Model",
        "body": "Goal - What do you want?\nReality - Where are you now?\nOptions - What could you do?\nWill - What will you do?"
      },
      {
        "title": "Powerful Questions",
        "body": "Instead of:\n\n❌ \"Did you finish?\"\n❌ \"Why didn't you do it?\"\n\nAsk:\n\n✅ \"What helped you complete this?\"\n✅ \"What got in the way?\"\n✅ \"What will you try differently?\""
      },
      {
        "title": "Adaptive Intensity",
        "body": "High Momentum (5+ consecutive days)\n\nChallenge with bigger goals\nCelebrate wins\nPush boundaries\n\nMedium Momentum (steady progress)\n\nMaintain current pace\nGentle encouragement\nConsistent check-ins\n\nLow Momentum (3+ days no progress)\n\nReduce to tiny first steps\nExplore blockers\nReframe setbacks as learning"
      },
      {
        "title": "Heartbeat Integration",
        "body": "ClawBoss uses OpenClaw's heartbeat system for automatic check-ins:\n\nMorning (09:00-10:00)\n\nReview today's plans\nSet intention\nQuick motivation\n\nEvening (19:00-21:00)\n\nProgress review\nCoaching questions\nUpdate momentum\n\nWeekly (Sunday 19:00)\n\nDeep reflection\nPattern analysis\nNext week planning\n\nSee HEARTBEAT.md for configuration."
      },
      {
        "title": "Installation",
        "body": "Automatic via npx:\n\nnpx clawboss@latest\n\nManual:\n\nCopy this skill to ~/.openclaw/skills/clawboss/\nAdd to openclaw.json:\n{\n  \"skills\": {\n    \"entries\": {\n      \"clawboss\": {\n        \"enabled\": true\n      }\n    }\n  }\n}\n\n\nInject templates into workspace files\nRestart OpenClaw"
      },
      {
        "title": "Requirements",
        "body": "OpenClaw >= 1.0.0\nNode.js >= 18\nNo external API keys required"
      },
      {
        "title": "Privacy",
        "body": "All data stored locally in ~/.openclaw/workspace/memory/:\n\nNo cloud sync\nNo external services\nUser owns all data"
      },
      {
        "title": "License",
        "body": "MIT"
      },
      {
        "title": "Learn More",
        "body": "Coaching techniques: See docs/coaching-guide.md\nExample workflows: See docs/examples.md\nGitHub: https://github.com/Paitesanshi/ClawBoss"
      }
    ],
    "body": "ClawBoss Skill\n\nDescription: AI productivity coach using professional coaching techniques (GROW model, powerful questions, adaptive accountability)\n\nVersion: 1.0.0\n\nAuthor: ClawBoss Contributors\n\nWhat It Does\n\nClawBoss transforms your OpenClaw agent into a productivity coach that:\n\nGuides goal setting using the GROW coaching model\nTracks progress with non-judgmental accountability\nAdapts intensity based on your momentum\nFacilitates reflection for continuous improvement\nMaintains memory of your patterns and insights\n\nUnlike traditional task managers, ClawBoss uses coaching questions to help you discover your own solutions and stay motivated.\n\nTools\n1. clawboss-breakdown\n\nDescription: Interactive GROW model session for goal setting and task breakdown\n\nUsage:\n\nUse the clawboss-breakdown tool to guide goal setting with coaching questions.\n\n\nProcess:\n\nGoal Discovery - \"What do you want to achieve?\"\nReality Check - \"Where are you now?\"\nOptions Exploration - \"What are possible approaches?\"\nAction Commitment - \"What will you do first?\"\n\nOutput:\n\nCreates memory/tasks/{goal-name}.md with structured plan\nUpdates memory/clawboss-state.json\nSets up progress tracking\n2. clawboss-check\n\nDescription: Coaching-style progress review with adaptive questioning\n\nUsage:\n\nUse the clawboss-check tool to review progress on active tasks.\n\n\nProcess:\n\nRead active tasks from state\nCompare planned vs actual progress\nAsk appropriate coaching questions:\nCompleted → \"What helped you succeed?\"\nPartial → \"What happened? How can we adjust?\"\nNot started → \"What's blocking you?\"\nUpdate task file and momentum state\n\nOutput:\n\nUpdated task progress\nCoaching feedback\nAdjusted momentum score\n3. clawboss-reflect\n\nDescription: Weekly/monthly deep reflection session\n\nUsage:\n\nUse the clawboss-reflect tool for weekly or monthly review.\nSpecify period: \"week\" or \"month\"\n\n\nProcess:\n\nReview all tasks in the period\nIdentify patterns (successes, blockers, time-of-day effectiveness)\nAsk reflection questions:\n\"What did you learn about yourself?\"\n\"What strategies worked?\"\n\"What needs to change?\"\nUpdate long-term insights\n\nOutput:\n\nReflection summary\nUpdated insights in state\nRecommendations for next period\n4. clawboss-state\n\nDescription: Read or update ClawBoss state (momentum, goals, insights)\n\nUsage:\n\nUse clawboss-state to read current momentum, goals, and insights.\n\n\nOutput:\n\nCurrent momentum level (high/medium/low)\nActive goals summary\nRecent insights\nData Structure\nmemory/clawboss-state.json\n\nCentral state file tracking:\n\nUser preferences\nCurrent momentum (with trend)\nActive goals\nCheck-in timestamps\nLong-term insights\nmemory/tasks/{goal-name}.md\n\nIndividual task files with:\n\nGoal statement and motivation\nCurrent reality assessment\nAction plan\nDaily progress log\nLessons learned\nCoaching Frameworks\nGROW Model\n\nGoal - What do you want?\nReality - Where are you now?\nOptions - What could you do?\nWill - What will you do?\n\nPowerful Questions\n\nInstead of:\n\n❌ \"Did you finish?\"\n❌ \"Why didn't you do it?\"\n\nAsk:\n\n✅ \"What helped you complete this?\"\n✅ \"What got in the way?\"\n✅ \"What will you try differently?\"\nAdaptive Intensity\n\nHigh Momentum (5+ consecutive days)\n\nChallenge with bigger goals\nCelebrate wins\nPush boundaries\n\nMedium Momentum (steady progress)\n\nMaintain current pace\nGentle encouragement\nConsistent check-ins\n\nLow Momentum (3+ days no progress)\n\nReduce to tiny first steps\nExplore blockers\nReframe setbacks as learning\nHeartbeat Integration\n\nClawBoss uses OpenClaw's heartbeat system for automatic check-ins:\n\nMorning (09:00-10:00)\n\nReview today's plans\nSet intention\nQuick motivation\n\nEvening (19:00-21:00)\n\nProgress review\nCoaching questions\nUpdate momentum\n\nWeekly (Sunday 19:00)\n\nDeep reflection\nPattern analysis\nNext week planning\n\nSee HEARTBEAT.md for configuration.\n\nInstallation\n\nAutomatic via npx:\n\nnpx clawboss@latest\n\n\nManual:\n\nCopy this skill to ~/.openclaw/skills/clawboss/\nAdd to openclaw.json:\n{\n  \"skills\": {\n    \"entries\": {\n      \"clawboss\": {\n        \"enabled\": true\n      }\n    }\n  }\n}\n\nInject templates into workspace files\nRestart OpenClaw\nRequirements\nOpenClaw >= 1.0.0\nNode.js >= 18\nNo external API keys required\nPrivacy\n\nAll data stored locally in ~/.openclaw/workspace/memory/:\n\nNo cloud sync\nNo external services\nUser owns all data\nLicense\n\nMIT\n\nLearn More\nCoaching techniques: See docs/coaching-guide.md\nExample workflows: See docs/examples.md\nGitHub: https://github.com/Paitesanshi/ClawBoss"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Paitesanshi/clawboss",
    "publisherUrl": "https://clawhub.ai/Paitesanshi/clawboss",
    "owner": "Paitesanshi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawboss",
    "downloadUrl": "https://openagent3.xyz/downloads/clawboss",
    "agentUrl": "https://openagent3.xyz/skills/clawboss/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawboss/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawboss/agent.md"
  }
}