# Send Idea Coach 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "idea-coach",
    "name": "Idea Coach",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/udiedrichsen/idea-coach",
    "canonicalUrl": "https://clawhub.ai/udiedrichsen/idea-coach",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/idea-coach",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=idea-coach",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CONCEPT.md",
      "README.md",
      "SKILL.md",
      "scripts/coach.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "idea-coach",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T07:58:09.310Z",
      "expiresAt": "2026-05-11T07:58:09.310Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=idea-coach",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=idea-coach",
        "contentDisposition": "attachment; filename=\"idea-coach-0.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "idea-coach"
      },
      "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/idea-coach"
    },
    "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/idea-coach",
    "downloadUrl": "https://openagent3.xyz/downloads/idea-coach",
    "agentUrl": "https://openagent3.xyz/skills/idea-coach/agent",
    "manifestUrl": "https://openagent3.xyz/skills/idea-coach/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/idea-coach/agent.md"
  }
}
```
## Documentation

### Idea Coach

Your critical sparring partner for ideas, problems, and challenges — now with GitHub integration!

### What It Does

Idea Coach helps you:

Capture ideas, problems, and challenges as they come
Categorize by type, domain, energy, urgency, and importance
Review periodically (daily → quarterly based on importance)
Ship ideas to GitHub repos when ready
Track progress and know when to let go

### Philosophy

Be critical, not just supportive. Idea Coach will:

Suggest dropping ideas that aren't worth pursuing
Ask hard questions during reviews
Track which ideas actually ship vs. rot forever

### Core Commands

CommandDescription/idea <text>Capture a new idea/idea_listList active ideas/idea_list --dueShow ideas due for review/idea_get <id>Get idea details/idea_update <id>Update idea attributes/idea_review <id>Add review interaction/idea_drop <id>Mark as dropped (requires reason)/idea_done <id>Mark as completed/idea_statsShow statistics

### GitHub Commands

CommandDescription/idea_link <id> <owner/repo>Link to existing repo/idea_ship <id>Create new repo for idea/idea_ship <id> --publicCreate public repo/idea_repo <id>Show linked repo status/idea_sync <id>Create/update GitHub issue

### Types

💡 idea — Something to build or create
🔧 problem — Something to fix or solve
🎯 challenge — Something to overcome

### Status Flow

captured → exploring → developing → shipped/done
                ↓           ↓
             parked      blocked
                ↓
             dropped

### Importance → Review Cycle

ImportanceEnergyReview Cyclecriticalhighdailycritical*weeklyimportanthighweeklyimportant*biweeklynice-to-have*monthlyparked*quarterly

### Prerequisites

gh CLI installed and authenticated
Run gh auth login if not set up

### Workflow Example

# 1. Capture idea
/idea "Build a CLI for task management"

# 2. Develop it
/idea_update abc123 --status developing

# 3. Ship it to GitHub
/idea_ship abc123

# 4. Or link to existing repo
/idea_link abc123 moinsen-dev/my-cli

# 5. Check repo status
/idea_repo abc123

# 6. Sync as GitHub issue
/idea_sync abc123

### CLI Usage

# Add idea
python scripts/coach.py add "Build something cool" --type idea --importance important

# List ideas
python scripts/coach.py list
python scripts/coach.py list --due
python scripts/coach.py list --github  # Only with linked repos

# GitHub operations
python scripts/coach.py link <id> owner/repo
python scripts/coach.py ship <id> --owner moinsen-dev
python scripts/coach.py repo-status <id>
python scripts/coach.py sync-issue <id> --labels enhancement,idea

### Data Storage

Ideas are stored in ~/.openclaw/idea-coach/ideas.json

Each idea tracks:

Basic info (title, description, type, domain)
Status and progress
Energy, urgency, importance
Review schedule and history
GitHub integration (repo, issue, sync timestamps)
Interaction log

### Tips

Capture quickly — Don't overthink the initial capture
Review honestly — Use reviews to kill stale ideas
Ship early — Create a repo as soon as an idea has momentum
Sync issues — Use GitHub issues for detailed tracking
Drop freely — A dropped idea is a decision, not a failure
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: udiedrichsen
- Version: 0.2.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-05-04T07:58:09.310Z
- Expires at: 2026-05-11T07:58:09.310Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/idea-coach)
- [Send to Agent page](https://openagent3.xyz/skills/idea-coach/agent)
- [JSON manifest](https://openagent3.xyz/skills/idea-coach/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/idea-coach/agent.md)
- [Download page](https://openagent3.xyz/downloads/idea-coach)