Research Idea

v0.1.0

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.

2· 2k·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (idea research via background sessions) matches the instructions: spawn sub-agents with sessions_spawn, run a research template, save results, and return them to chat. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
The runtime instructions direct sub-agents to use web_search, produce a comprehensive markdown report, write files to ~/clawd/ideas/{IDEA_SLUG}/research.md, and send the file to the chat. These behaviors are coherent for a research skill but worth noting: it will perform network lookups (web_search), create files under your home directory, and rely on the platform's messaging integration to deliver results.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install footprint. Nothing will be downloaded or written during install.
Credentials
The skill declares no required env vars or credentials (which is consistent). Be aware it implicitly depends on Clawdbot's platform integrations (sessions_spawn, web_search, and the bot's ability to post to Telegram). Those platform credentials are not requested by the skill but will be used by the platform when executing it.
Persistence & Privilege
always is false and the skill does not request permanent platform-level privileges or modifications to other skills. The AGENTS.md instructs spawned sessions to be kept for review ('cleanup: keep'), which is a local session retention choice and not a platform privilege escalation.
Assessment
This skill appears to do exactly what it says: spawn background Clawdbot sessions, run web searches, write a research.md under ~/clawd/ideas/<slug>/, and send the result back to the chat. Before installing or enabling it, consider: 1) Do you trust the Clawdbot instance and its messaging integration? The skill will use the platform's existing ability to post to Telegram (no new tokens are requested, but the platform's bot credentials will be used). 2) The skill writes files to your home directory (~/clawd/ideas/...). If you have sensitive files or strict disk policies, review that location and permissions. 3) The spawned sub-agents perform web_search (network access) and may include external links/quoted data — treat outputs like any other web-researched content and validate sources. If any of these are concerns, restrict or review platform integrations or run the skill in an isolated environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk970v90djde0ktd887xs056ghs7zzew0

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

💡 Clawdis

Comments