{
  "schemaVersion": "1.0",
  "item": {
    "slug": "adaptive-reasoning",
    "name": "Adaptive Reasoning",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/enzoricciulli/adaptive-reasoning",
    "canonicalUrl": "https://clawhub.ai/enzoricciulli/adaptive-reasoning",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/adaptive-reasoning",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=adaptive-reasoning",
    "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/adaptive-reasoning"
    },
    "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/adaptive-reasoning",
    "agentPageUrl": "https://openagent3.xyz/skills/adaptive-reasoning/agent",
    "manifestUrl": "https://openagent3.xyz/skills/adaptive-reasoning/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/adaptive-reasoning/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": "Adaptive Reasoning",
        "body": "Self-assess complexity before responding. Adjust reasoning level dynamically."
      },
      {
        "title": "Quick Assessment (run mentally on every request)",
        "body": "Score the request 0-10 on these dimensions:\n\nSignalWeightExamplesMulti-step logic+3Planning, proofs, debugging chainsAmbiguity+2Nuanced questions, trade-offs, \"it depends\"Code architecture+2System design, refactoring, security reviewMath/formal reasoning+2Calculations, algorithms, logic puzzlesNovel problem+1No clear pattern, requires creativityHigh stakes+1Production changes, irreversible actions\n\nSubtract:\n\nRoutine/repetitive task: -2\nClear single answer: -2\nSimple lookup/fetch: -3"
      },
      {
        "title": "Decision Thresholds",
        "body": "ScoreAction≤2Stay fast. No reasoning needed.3-5Standard response. Light internal deliberation.6-7Consider /reasoning on or pause to think explicitly.≥8Activate extended thinking. Complex problem warrants it."
      },
      {
        "title": "Activation (Automatic)",
        "body": "Do not ask. Just activate.\n\nScoreAction≤5Respond normally. No change.6-7Enable reasoning silently. Add 🧠 at end of response.≥8Enable reasoning. Add 🧠🔥 at end of response."
      },
      {
        "title": "Visual Indicator",
        "body": "Always append the reasoning icon at the very end of your response:\n\nScore 6-7: 🧠 (thinking mode active)\nScore ≥8: 🧠🔥 (deep thinking mode)\nScore ≤5: No icon (fast mode)"
      },
      {
        "title": "How to Activate",
        "body": "Use session_status tool or /reasoning on command internally before responding:\n\n/reasoning on\n\nOr via tool:\n\n{\"action\": \"session_status\", \"reasoning\": \"on\"}\n\nAfter completing a complex task, optionally disable to save tokens on follow-ups:\n\n/reasoning off"
      },
      {
        "title": "Examples",
        "body": "Low complexity (score: 1)\n\n\"What time is it in Tokyo?\"\n→ Simple lookup. Answer immediately. No icon.\n\nMedium complexity (score: 4)\n\n\"Refactor this function to be more readable\"\n→ Standard response with brief explanation. No icon.\n\nHigh complexity (score: 7)\n\n\"Design a caching strategy for this API with these constraints...\"\n→ Enable reasoning. Thoughtful response ends with: 🧠\n\nVery high complexity (score: 9)\n\n\"Debug why this distributed system has race conditions under load\"\n→ Enable extended thinking. Deep analysis ends with: 🧠🔥"
      },
      {
        "title": "Integration",
        "body": "This skill runs as mental preprocessing. No external tools needed.\n\nFor explicit control:\n\n/reasoning on — Enable extended thinking\n/reasoning off — Disable (faster responses)\n/status — Check current reasoning state"
      },
      {
        "title": "When NOT to Escalate",
        "body": "User explicitly wants quick answer (\"just tell me\", \"quick\", \"tldr\")\nTime-sensitive requests where speed matters more than depth\nConversational/social messages (banter, greetings)\nAlready in reasoning mode for this session\nUser previously disabled reasoning in this conversation"
      },
      {
        "title": "Auto-Downgrade",
        "body": "After completing a complex task (score ≥6), if the next message is simple (score ≤3):\n\nSilently disable reasoning to save tokens\nResume normal fast responses"
      }
    ],
    "body": "Adaptive Reasoning\n\nSelf-assess complexity before responding. Adjust reasoning level dynamically.\n\nQuick Assessment (run mentally on every request)\n\nScore the request 0-10 on these dimensions:\n\nSignal\tWeight\tExamples\nMulti-step logic\t+3\tPlanning, proofs, debugging chains\nAmbiguity\t+2\tNuanced questions, trade-offs, \"it depends\"\nCode architecture\t+2\tSystem design, refactoring, security review\nMath/formal reasoning\t+2\tCalculations, algorithms, logic puzzles\nNovel problem\t+1\tNo clear pattern, requires creativity\nHigh stakes\t+1\tProduction changes, irreversible actions\n\nSubtract:\n\nRoutine/repetitive task: -2\nClear single answer: -2\nSimple lookup/fetch: -3\nDecision Thresholds\nScore\tAction\n≤2\tStay fast. No reasoning needed.\n3-5\tStandard response. Light internal deliberation.\n6-7\tConsider /reasoning on or pause to think explicitly.\n≥8\tActivate extended thinking. Complex problem warrants it.\nActivation (Automatic)\n\nDo not ask. Just activate.\n\nScore\tAction\n≤5\tRespond normally. No change.\n6-7\tEnable reasoning silently. Add 🧠 at end of response.\n≥8\tEnable reasoning. Add 🧠🔥 at end of response.\nVisual Indicator\n\nAlways append the reasoning icon at the very end of your response:\n\nScore 6-7: 🧠 (thinking mode active)\nScore ≥8: 🧠🔥 (deep thinking mode)\nScore ≤5: No icon (fast mode)\nHow to Activate\n\nUse session_status tool or /reasoning on command internally before responding:\n\n/reasoning on\n\n\nOr via tool:\n\n{\"action\": \"session_status\", \"reasoning\": \"on\"}\n\n\nAfter completing a complex task, optionally disable to save tokens on follow-ups:\n\n/reasoning off\n\nExamples\n\nLow complexity (score: 1)\n\n\"What time is it in Tokyo?\" → Simple lookup. Answer immediately. No icon.\n\nMedium complexity (score: 4)\n\n\"Refactor this function to be more readable\" → Standard response with brief explanation. No icon.\n\nHigh complexity (score: 7)\n\n\"Design a caching strategy for this API with these constraints...\" → Enable reasoning. Thoughtful response ends with: 🧠\n\nVery high complexity (score: 9)\n\n\"Debug why this distributed system has race conditions under load\" → Enable extended thinking. Deep analysis ends with: 🧠🔥\n\nIntegration\n\nThis skill runs as mental preprocessing. No external tools needed.\n\nFor explicit control:\n\n/reasoning on — Enable extended thinking\n/reasoning off — Disable (faster responses)\n/status — Check current reasoning state\nWhen NOT to Escalate\nUser explicitly wants quick answer (\"just tell me\", \"quick\", \"tldr\")\nTime-sensitive requests where speed matters more than depth\nConversational/social messages (banter, greetings)\nAlready in reasoning mode for this session\nUser previously disabled reasoning in this conversation\nAuto-Downgrade\n\nAfter completing a complex task (score ≥6), if the next message is simple (score ≤3):\n\nSilently disable reasoning to save tokens\nResume normal fast responses"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/enzoricciulli/adaptive-reasoning",
    "publisherUrl": "https://clawhub.ai/enzoricciulli/adaptive-reasoning",
    "owner": "enzoricciulli",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/adaptive-reasoning",
    "downloadUrl": "https://openagent3.xyz/downloads/adaptive-reasoning",
    "agentUrl": "https://openagent3.xyz/skills/adaptive-reasoning/agent",
    "manifestUrl": "https://openagent3.xyz/skills/adaptive-reasoning/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/adaptive-reasoning/agent.md"
  }
}