{
  "schemaVersion": "1.0",
  "item": {
    "slug": "superpowers-mode",
    "name": "Superpowers Mode",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Spiceman161/superpowers-mode",
    "canonicalUrl": "https://clawhub.ai/Spiceman161/superpowers-mode",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/superpowers-mode",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=superpowers-mode",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "references/plan-template.md",
      "references/spec-template.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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/superpowers-mode"
    },
    "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/superpowers-mode",
    "agentPageUrl": "https://openagent3.xyz/skills/superpowers-mode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/superpowers-mode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/superpowers-mode/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": "Superpowers Mode (On-demand)",
        "body": "Use this only when the user explicitly asks to enable/disable this mode, or when mode is already enabled for coding tasks."
      },
      {
        "title": "State file",
        "body": "Track mode in:\n\nmemory/superpowers-mode.md\n\nFormat:\n\nenabled: true|false\nupdatedAt: <ISO>\nnotes: <optional>"
      },
      {
        "title": "Commands",
        "body": "Enable phrases: включи superpowers, enable superpowers, superpowers on\n\nWrite enabled: true to the state file.\nConfirm in 1 short message.\n\n\nDisable phrases: выключи superpowers, disable superpowers, superpowers off\n\nWrite enabled: false.\nConfirm in 1 short message.\n\n\nStatus phrases: статус superpowers, superpowers status\n\nRead state and report enabled/disabled."
      },
      {
        "title": "Workflow when enabled (coding tasks only)",
        "body": "For coding/build/debug requests, follow this order:\n\nClarify objective and constraints quickly.\nProduce a short spec (chunked, easy to review).\nProduce an implementation plan with small tasks.\n(Optional, 30 sec) Run a mini risk review:\n\nHow can this fail in production?\nWhat is the weakest dependency/state assumption?\nWhat signal will show regression + how to rollback fast?\n\n\nExecute task-by-task (prefer test-first for risky changes).\nVerify against acceptance criteria, then summarize outcome + next step.\n\nUse templates from references/ when useful."
      },
      {
        "title": "Red flags (quick self-check)",
        "body": "If you notice these thoughts, slow down and apply the workflow:\n\n\"Сейчас быстро вкачу без плана\" for non-trivial changes.\n\"И так понятно, тесты потом\" on risky edits.\n\"Откат не нужен\" before touching config/auth/cron/system files.\n\"Похоже работает\" without explicit verification."
      },
      {
        "title": "Guardrails",
        "body": "Do not force this workflow for non-coding chat.\nIf user asks for speed (quick, без плана, just do it), skip to minimal plan and execute.\nKeep updates concise; avoid process spam."
      }
    ],
    "body": "Superpowers Mode (On-demand)\n\nUse this only when the user explicitly asks to enable/disable this mode, or when mode is already enabled for coding tasks.\n\nState file\n\nTrack mode in:\n\nmemory/superpowers-mode.md\n\nFormat:\n\nenabled: true|false\nupdatedAt: <ISO>\nnotes: <optional>\n\nCommands\nEnable phrases: включи superpowers, enable superpowers, superpowers on\nWrite enabled: true to the state file.\nConfirm in 1 short message.\nDisable phrases: выключи superpowers, disable superpowers, superpowers off\nWrite enabled: false.\nConfirm in 1 short message.\nStatus phrases: статус superpowers, superpowers status\nRead state and report enabled/disabled.\nWorkflow when enabled (coding tasks only)\n\nFor coding/build/debug requests, follow this order:\n\nClarify objective and constraints quickly.\nProduce a short spec (chunked, easy to review).\nProduce an implementation plan with small tasks.\n(Optional, 30 sec) Run a mini risk review:\nHow can this fail in production?\nWhat is the weakest dependency/state assumption?\nWhat signal will show regression + how to rollback fast?\nExecute task-by-task (prefer test-first for risky changes).\nVerify against acceptance criteria, then summarize outcome + next step.\n\nUse templates from references/ when useful.\n\nRed flags (quick self-check)\n\nIf you notice these thoughts, slow down and apply the workflow:\n\n\"Сейчас быстро вкачу без плана\" for non-trivial changes.\n\"И так понятно, тесты потом\" on risky edits.\n\"Откат не нужен\" before touching config/auth/cron/system files.\n\"Похоже работает\" without explicit verification.\nGuardrails\nDo not force this workflow for non-coding chat.\nIf user asks for speed (quick, без плана, just do it), skip to minimal plan and execute.\nKeep updates concise; avoid process spam."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Spiceman161/superpowers-mode",
    "publisherUrl": "https://clawhub.ai/Spiceman161/superpowers-mode",
    "owner": "Spiceman161",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/superpowers-mode",
    "downloadUrl": "https://openagent3.xyz/downloads/superpowers-mode",
    "agentUrl": "https://openagent3.xyz/skills/superpowers-mode/agent",
    "manifestUrl": "https://openagent3.xyz/skills/superpowers-mode/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/superpowers-mode/agent.md"
  }
}