Research Idea

Launch background Clawdbot sessions to explore and analyze business ideas. Say 'Idea: [description]' to trigger. Fork of 'idea' skill rewritten to use sessions_spawn instead of claude CLI + tmux + telegram CLI. Results sent to current chat, not Saved Messages. Zero external dependencies.

התקנה
$clawhub install research-idea

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:

  1. Spawn a background sub-agent session using sessions_spawn

  2. Research and analyze the idea comprehensively

  3. Save results to ~/clawd/ideas/<slug>/research.md

  4. 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:

  1. Core Concept Analysis - Problem, assumptions, uniqueness

  2. Market Research - Users, TAM/SAM/SOM, competitors

  3. Technical Implementation - Stack, MVP scope, challenges

  4. Business Model - Revenue, pricing, unit economics

  5. Go-to-Market Strategy - Launch, acquisition, partnerships

  6. Risks & Challenges - Technical, competitive, regulatory

  7. 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")

פרטים

גרסה
v0.1.0
הורדות
1,639
כוכבים
1

Skills פופולריים

Automation Workflows
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
diagram-generator
生成和编辑各种类型的图表(drawio、mermaid、excalidraw)。支持流程图、时序图、类图、ER图、思维导图、架构图、网络拓扑图等常见图表类型。能够根据自然语言描述创建新图表,也能读取并修改已有的 drawio/mermaid/excalidraw 文件。使用独立的 MCP server (mcp-diagram-generator) 生成图表文件,减少 token 消耗并保证输出一致性。支持自动配置管理,默认输出路径为项目目录下的 diagrams/{format}/,支持自定义路径和自动创建目录。
Stock Analysis
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.