# Send Superpowers Mode to your agent
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
## Fast path
- Open the source page via Review source status.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/superpowers-mode",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=superpowers-mode",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "references/plan-template.md",
      "references/spec-template.md"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "superpowers-mode",
      "status": "unstable",
      "reason": "timeout",
      "recommendedAction": "retry_later",
      "checkedAt": "2026-05-01T08:44:09.095Z",
      "expiresAt": "2026-05-01T20:44:09.095Z",
      "httpStatus": null,
      "finalUrl": null,
      "contentType": null,
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=superpowers-mode",
        "error": "Timed out after 5000ms",
        "slug": "superpowers-mode"
      },
      "scope": "item",
      "summary": "Item is unstable.",
      "detail": "This item is timing out or returning errors right now. Review the source page and try again later.",
      "primaryActionLabel": "Review source status",
      "primaryActionHref": "https://clawhub.ai/Spiceman161/superpowers-mode"
    },
    "validation": {
      "installChecklist": [
        "Wait for the source to recover or retry later.",
        "Review SKILL.md only after the download returns a real package.",
        "Treat this source as transient until the upstream errors clear."
      ],
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Superpowers Mode (On-demand)

Use this only when the user explicitly asks to enable/disable this mode, or when mode is already enabled for coding tasks.

### State file

Track mode in:

memory/superpowers-mode.md

Format:

enabled: true|false
updatedAt: <ISO>
notes: <optional>

### Commands

Enable phrases: включи superpowers, enable superpowers, superpowers on

Write enabled: true to the state file.
Confirm in 1 short message.


Disable phrases: выключи superpowers, disable superpowers, superpowers off

Write enabled: false.
Confirm in 1 short message.


Status phrases: статус superpowers, superpowers status

Read state and report enabled/disabled.

### Workflow when enabled (coding tasks only)

For coding/build/debug requests, follow this order:

Clarify objective and constraints quickly.
Produce a short spec (chunked, easy to review).
Produce an implementation plan with small tasks.
(Optional, 30 sec) Run a mini risk review:

How can this fail in production?
What is the weakest dependency/state assumption?
What signal will show regression + how to rollback fast?


Execute task-by-task (prefer test-first for risky changes).
Verify against acceptance criteria, then summarize outcome + next step.

Use templates from references/ when useful.

### Red flags (quick self-check)

If you notice these thoughts, slow down and apply the workflow:

"Сейчас быстро вкачу без плана" for non-trivial changes.
"И так понятно, тесты потом" on risky edits.
"Откат не нужен" before touching config/auth/cron/system files.
"Похоже работает" without explicit verification.

### Guardrails

Do not force this workflow for non-coding chat.
If user asks for speed (quick, без плана, just do it), skip to minimal plan and execute.
Keep updates concise; avoid process spam.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Spiceman161
- Version: 1.0.1
## Source health
- Status: unstable
- Item is unstable.
- This item is timing out or returning errors right now. Review the source page and try again later.
- Health scope: item
- Reason: timeout
- Checked at: 2026-05-01T08:44:09.095Z
- Expires at: 2026-05-01T20:44:09.095Z
- Recommended action: Review source status
## Links
- [Detail page](https://openagent3.xyz/skills/superpowers-mode)
- [Send to Agent page](https://openagent3.xyz/skills/superpowers-mode/agent)
- [JSON manifest](https://openagent3.xyz/skills/superpowers-mode/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/superpowers-mode/agent.md)
- [Download page](https://openagent3.xyz/downloads/superpowers-mode)