{
  "schemaVersion": "1.0",
  "item": {
    "slug": "six-thinking-hats",
    "name": "Six Thinking Hats",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/ivangdavila/six-thinking-hats",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/six-thinking-hats",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/six-thinking-hats",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=six-thinking-hats",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "hats.md",
      "memory-template.md",
      "setup.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/six-thinking-hats"
    },
    "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/six-thinking-hats",
    "agentPageUrl": "https://openagent3.xyz/skills/six-thinking-hats/agent",
    "manifestUrl": "https://openagent3.xyz/skills/six-thinking-hats/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/six-thinking-hats/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": "Setup",
        "body": "If ~/six-thinking-hats/ doesn't exist, or memory shows setup incomplete, read setup.md first."
      },
      {
        "title": "When to Use",
        "body": "User needs to analyze a decision, problem, or idea thoroughly. Agent applies De Bono's Six Thinking Hats method to explore all angles systematically."
      },
      {
        "title": "Architecture",
        "body": "Memory lives in ~/six-thinking-hats/. See memory-template.md for structure.\n\n~/six-thinking-hats/\n├── memory.md       # Preferences + past analyses\n└── archive/        # Completed analyses"
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileSetup processsetup.mdMemory templatememory-template.mdHat detailshats.md"
      },
      {
        "title": "The Six Hats",
        "body": "HatFocusKey QuestionWhiteFacts, dataWhat do we know? What data is missing?RedEmotions, intuitionHow do I feel about this? Gut reaction?BlackRisks, problemsWhat could go wrong? Why might this fail?YellowBenefits, valueWhat are the advantages? Best case?GreenCreativity, alternativesWhat else is possible? New ideas?BlueProcess, controlWhat's the next step? Summary?"
      },
      {
        "title": "1. One Hat at a Time",
        "body": "Wear only ONE hat at each moment\nComplete that perspective before switching\nAnnounce hat changes explicitly"
      },
      {
        "title": "2. Sequence Matters",
        "body": "Standard sequence for decisions:\n\nBlue — Define the problem\nWhite — Gather facts\nGreen — Generate options\nYellow — Evaluate benefits (per option)\nBlack — Evaluate risks (per option)\nRed — Gut check\nBlue — Conclude and decide"
      },
      {
        "title": "3. Keep It Parallel",
        "body": "Everyone thinks in the same direction\nNo arguing or defending\nEach hat gets its full moment"
      },
      {
        "title": "4. Red Hat Is Brief",
        "body": "Emotions only, no justification\n30 seconds max\n\"I feel excited\" not \"I feel excited because...\""
      },
      {
        "title": "5. Black Hat Is Not Negative",
        "body": "Critical thinking, not negativity\nIdentifies risks to ADDRESS, not to reject\nPaired with Yellow for balance"
      },
      {
        "title": "6. Green Hat Forces Output",
        "body": "Generate at least 3 alternatives\nNo judgment during Green\nQuantity over quality first"
      },
      {
        "title": "7. Blue Hat Owns the Process",
        "body": "Opens and closes the session\nSummarizes each hat's findings\nMakes the meta-decisions"
      },
      {
        "title": "Output Format",
        "body": "When analyzing a decision, structure output as:\n\n## Analysis: [Topic]\n\n### Blue Hat: Framing\n[Problem statement, scope, goal]\n\n### White Hat: Facts\n[Known data, missing information, sources]\n\n### Green Hat: Options\n1. [Option A]\n2. [Option B]\n3. [Option C]\n\n### Yellow Hat: Benefits\n| Option | Benefits |\n|--------|----------|\n| A | [benefits] |\n| B | [benefits] |\n| C | [benefits] |\n\n### Black Hat: Risks\n| Option | Risks |\n|--------|-------|\n| A | [risks] |\n| B | [risks] |\n| C | [risks] |\n\n### Red Hat: Gut Check\n[Brief emotional response to each option]\n\n### Blue Hat: Conclusion\n[Summary, recommendation, next steps]"
      },
      {
        "title": "Common Traps",
        "body": "Mixing hats → analysis becomes confused, key perspectives missed\nSkipping Red → ignoring intuition that might catch what logic misses\nBlack without Yellow → decisions feel negative, good options get rejected\nGreen without constraints → impractical ideas waste time\nNo Blue at end → analysis without actionable conclusion"
      },
      {
        "title": "Related Skills",
        "body": "Install with clawhub install <slug> if user confirms:\n\ndecide — decision frameworks\nbrainstorm — creative idea generation\nfirst-principles-thinking — foundational analysis"
      },
      {
        "title": "Feedback",
        "body": "If useful: clawhub star six-thinking-hats\nStay updated: clawhub sync"
      }
    ],
    "body": "Setup\n\nIf ~/six-thinking-hats/ doesn't exist, or memory shows setup incomplete, read setup.md first.\n\nWhen to Use\n\nUser needs to analyze a decision, problem, or idea thoroughly. Agent applies De Bono's Six Thinking Hats method to explore all angles systematically.\n\nArchitecture\n\nMemory lives in ~/six-thinking-hats/. See memory-template.md for structure.\n\n~/six-thinking-hats/\n├── memory.md       # Preferences + past analyses\n└── archive/        # Completed analyses\n\nQuick Reference\nTopic\tFile\nSetup process\tsetup.md\nMemory template\tmemory-template.md\nHat details\thats.md\nThe Six Hats\nHat\tFocus\tKey Question\nWhite\tFacts, data\tWhat do we know? What data is missing?\nRed\tEmotions, intuition\tHow do I feel about this? Gut reaction?\nBlack\tRisks, problems\tWhat could go wrong? Why might this fail?\nYellow\tBenefits, value\tWhat are the advantages? Best case?\nGreen\tCreativity, alternatives\tWhat else is possible? New ideas?\nBlue\tProcess, control\tWhat's the next step? Summary?\nCore Rules\n1. One Hat at a Time\nWear only ONE hat at each moment\nComplete that perspective before switching\nAnnounce hat changes explicitly\n2. Sequence Matters\n\nStandard sequence for decisions:\n\nBlue — Define the problem\nWhite — Gather facts\nGreen — Generate options\nYellow — Evaluate benefits (per option)\nBlack — Evaluate risks (per option)\nRed — Gut check\nBlue — Conclude and decide\n3. Keep It Parallel\nEveryone thinks in the same direction\nNo arguing or defending\nEach hat gets its full moment\n4. Red Hat Is Brief\nEmotions only, no justification\n30 seconds max\n\"I feel excited\" not \"I feel excited because...\"\n5. Black Hat Is Not Negative\nCritical thinking, not negativity\nIdentifies risks to ADDRESS, not to reject\nPaired with Yellow for balance\n6. Green Hat Forces Output\nGenerate at least 3 alternatives\nNo judgment during Green\nQuantity over quality first\n7. Blue Hat Owns the Process\nOpens and closes the session\nSummarizes each hat's findings\nMakes the meta-decisions\nOutput Format\n\nWhen analyzing a decision, structure output as:\n\n## Analysis: [Topic]\n\n### Blue Hat: Framing\n[Problem statement, scope, goal]\n\n### White Hat: Facts\n[Known data, missing information, sources]\n\n### Green Hat: Options\n1. [Option A]\n2. [Option B]\n3. [Option C]\n\n### Yellow Hat: Benefits\n| Option | Benefits |\n|--------|----------|\n| A | [benefits] |\n| B | [benefits] |\n| C | [benefits] |\n\n### Black Hat: Risks\n| Option | Risks |\n|--------|-------|\n| A | [risks] |\n| B | [risks] |\n| C | [risks] |\n\n### Red Hat: Gut Check\n[Brief emotional response to each option]\n\n### Blue Hat: Conclusion\n[Summary, recommendation, next steps]\n\nCommon Traps\nMixing hats → analysis becomes confused, key perspectives missed\nSkipping Red → ignoring intuition that might catch what logic misses\nBlack without Yellow → decisions feel negative, good options get rejected\nGreen without constraints → impractical ideas waste time\nNo Blue at end → analysis without actionable conclusion\nRelated Skills\n\nInstall with clawhub install <slug> if user confirms:\n\ndecide — decision frameworks\nbrainstorm — creative idea generation\nfirst-principles-thinking — foundational analysis\nFeedback\nIf useful: clawhub star six-thinking-hats\nStay updated: clawhub sync"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/six-thinking-hats",
    "publisherUrl": "https://clawhub.ai/ivangdavila/six-thinking-hats",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/six-thinking-hats",
    "downloadUrl": "https://openagent3.xyz/downloads/six-thinking-hats",
    "agentUrl": "https://openagent3.xyz/skills/six-thinking-hats/agent",
    "manifestUrl": "https://openagent3.xyz/skills/six-thinking-hats/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/six-thinking-hats/agent.md"
  }
}