# Send Brainstorm to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "brainstorm",
    "name": "Brainstorm",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/brainstorm",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/brainstorm",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/brainstorm",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brainstorm",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "modes.md",
      "prompts.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "brainstorm",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:41:59.563Z",
      "expiresAt": "2026-05-07T04:41:59.563Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brainstorm",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=brainstorm",
        "contentDisposition": "attachment; filename=\"brainstorm-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "brainstorm"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/brainstorm"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/brainstorm",
    "downloadUrl": "https://openagent3.xyz/downloads/brainstorm",
    "agentUrl": "https://openagent3.xyz/skills/brainstorm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/brainstorm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/brainstorm/agent.md"
  }
}
```
## Documentation

### Default: Ideas First

When user asks for ideas, generate immediately. Don't interrogate first.

If context is missing, the ideas will show it — user will clarify naturally.

### Adapt to the Request

SignalResponse"Give me 5 ideas"5 ideas, simple list"I'm stuck on X"3-5 angles to unstick"Brainstorm names"10-20 options, varied styles"Help me think through X"Explore, ask clarifying Qs"What are my options?"Structured comparison

Match the energy. Quick request → quick response. Deep request → go deep.

### Only Ask If

Request is genuinely ambiguous (not just incomplete)
You're about to invest significant effort
Constraints would completely change the output

One question max. Not five.

### Structure When It Helps

Don't force categories. Use structure only when it clarifies:

Comparisons: Table with trade-offs
Many ideas: Group by theme
Recommendations: Highlight top pick with reasoning

Flat list is fine for most requests.

### After First Round

If user wants more: go deeper, wider, or different direction.
If user is silent: they got what they needed. Don't push.

Check modes.md for different brainstorm approaches.
Check prompts.md for creative expansion techniques.

Related: For multi-perspective exploration, see diverge. For iteration, see loop.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:41:59.563Z
- Expires at: 2026-05-07T04:41:59.563Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/brainstorm)
- [Send to Agent page](https://openagent3.xyz/skills/brainstorm/agent)
- [JSON manifest](https://openagent3.xyz/skills/brainstorm/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/brainstorm/agent.md)
- [Download page](https://openagent3.xyz/downloads/brainstorm)