# Send Research Idea 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": "research-idea",
    "name": "Research Idea",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rqrqrqrq/research-idea",
    "canonicalUrl": "https://clawhub.ai/rqrqrqrq/research-idea",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/research-idea",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=research-idea",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "templates/idea-exploration-prompt.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/research-idea"
    },
    "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/research-idea",
    "downloadUrl": "https://openagent3.xyz/downloads/research-idea",
    "agentUrl": "https://openagent3.xyz/skills/research-idea/agent",
    "manifestUrl": "https://openagent3.xyz/skills/research-idea/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/research-idea/agent.md"
  }
}
```
## Documentation

### Idea Exploration Skill (Clawdbot Native)

Launch autonomous background sessions to explore business ideas in depth. Get market research, technical analysis, GTM strategy, and actionable recommendations—all using built-in Clawdbot features.

### Quick Start

Trigger phrase: Say Idea: [description] and the assistant will:

Spawn a background sub-agent session using sessions_spawn
Research and analyze the idea comprehensively
Save results to ~/clawd/ideas/<slug>/research.md
Send the file + summary back to this Telegram chat

### How It Works

User: "Idea: AI calendar assistant"
       ↓
┌─────────────────────────────────┐
│  1. Detect "Idea:" trigger      │
│  2. sessions_spawn background   │
│  3. Sub-agent researches        │
│  4. Writes research.md          │
│  5. Returns to main chat        │
│  6. Sends file + summary        │
└─────────────────────────────────┘

### Prerequisites

Clawdbot with sessions_spawn enabled
No external CLIs needed (fully native)

### AGENTS.md Integration

Add this to your AGENTS.md:

## Idea Exploration

**When user says "Idea: [description]":**

1. Extract the idea description
2. Create a slug from the idea (lowercase, hyphens)
3. Use \`sessions_spawn\` to launch a background research session:
   - **task**: Use the template from \`skills/idea-clawdbot/templates/idea-exploration-prompt.md\`
   - **label**: \`idea-research-<slug>\`
   - **cleanup**: keep (so we can review the session later)
4. Confirm: "🔬 Research started for: [idea]. I'll ping you when done (usually 3-5 minutes)."
5. When the sub-agent completes, send the research file to the chat

**Result handling:**
- Research saved to: \`~/clawd/ideas/<slug>/research.md\`
- Send file as document via Telegram
- Include brief summary of verdict (🟢/🟡/🟠/🔴)

### Analysis Framework

The exploration covers:

Core Concept Analysis - Problem, assumptions, uniqueness
Market Research - Users, TAM/SAM/SOM, competitors
Technical Implementation - Stack, MVP scope, challenges
Business Model - Revenue, pricing, unit economics
Go-to-Market Strategy - Launch, acquisition, partnerships
Risks & Challenges - Technical, competitive, regulatory
Verdict & Recommendations - Clear yes/no with action plan

### Verdict Types

🟢 STRONG YES - Clear opportunity, pursue aggressively
🟡 CONDITIONAL YES - Promising but needs validation
🟠 PIVOT RECOMMENDED - Core insight good, execution needs work
🔴 PASS - Too many red flags

### Example Output

~/clawd/ideas/ai-calendar-assistant/
├── metadata.txt
├── research.md    # 400-500 line comprehensive analysis

### Tips

Ideas typically take 3-5 minutes to analyze
Check session progress: clawdbot sessions list --kinds spawn
Monitor sub-agent: clawdbot sessions history <session-key>
Results come back to the same chat automatically

### Template Variables

When spawning the sub-agent, replace these in the prompt template:

{IDEA_DESCRIPTION}: The actual idea text
{IDEA_SLUG}: URL-friendly version (e.g., "ai-powered-calendar")
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rqrqrqrq
- Version: 0.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/research-idea)
- [Send to Agent page](https://openagent3.xyz/skills/research-idea/agent)
- [JSON manifest](https://openagent3.xyz/skills/research-idea/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/research-idea/agent.md)
- [Download page](https://openagent3.xyz/downloads/research-idea)