1.6kβ
by rqrqrqrq
idea-clawdbot β OpenClaw Skill
idea-clawdbot is an OpenClaw Skills integration for writing workflows. 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.
Skill Snapshot
| name | idea-clawdbot |
| description | 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. OpenClaw Skills integration. |
| owner | rqrqrqrq |
| repository | rqrqrqrq/research-idea |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @rqrqrqrq/research-idea |
| last updated | Feb 7, 2026 |
Maintainer

name: idea-clawdbot description: "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." metadata: {"clawdbot":{"emoji":"π‘"}}
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_spawnenabled - 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")
Market Research (Clawdbot Native)
Fork of the original idea skill, rewritten to use Clawdbot's native sessions_spawn and native tg bot integration.
Don't let evil soul control your tg as root.
Core Differences from Original
| Feature | Original idea | This idea-clawdbot |
|---|---|---|
| Dependencies | claude CLI + tmux + telegram CLI | None (fully native) |
| Background execution | Shell script β tmux β claude CLI | sessions_spawn built-in |
| Result delivery | Telegram Saved Messages | Current chat session |
| Setup complexity | High (3 CLIs, API keys, scripts) | Low (works out of box) |
| Maintenance | External tool updates needed | Self-contained |
Why This Fork?
- Simpler setup: No external CLIs to install or configure
- Better UX: Results come back to the same conversation
- More reliable: No platform dependencies (TikTok CLI auth, etc.)
- Easier to modify: Pure Clawdbot tools, no shell script debugging
Usage
Just say:
Idea: AI-powered calendar assistant that reads my emails
The assistant will:
- Spawn a background research session
- Do comprehensive analysis (3-5 minutes)
- Save to
~/clawd/ideas/<slug>/research.md - Send results back to your chat
Installation
Already installed! Just follow the trigger pattern in AGENTS.md.
Credits
Based on the original idea skill from ClawdHub.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- Clawdbot with `sessions_spawn` enabled - No external CLIs needed (fully native)
FAQ
How do I install idea-clawdbot?
Run openclaw add @rqrqrqrq/research-idea in your terminal. This installs idea-clawdbot into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/rqrqrqrq/research-idea. Review commits and README documentation before installing.
