From sundial-org-awesome-openclaw-skills-4
Launches background tmux sessions with Claude Code to analyze business ideas, covering market research, technical feasibility, GTM strategy, risks, and recommendations. Trigger: 'Idea: [description]'
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Launch autonomous Claude Code sessions to explore business ideas in depth. Get market research, technical analysis, GTM strategy, and actionable recommendations.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Launch autonomous Claude Code sessions to explore business ideas in depth. Get market research, technical analysis, GTM strategy, and actionable recommendations.
Trigger phrase: Say Idea: [description] and the assistant will:
~/clawd/ideas/<slug>/research.mdUser: "Idea: AI calendar assistant"
↓
┌─────────────────────────────────┐
│ 1. explore-idea.sh starts │
│ 2. Creates tmux session │
│ 3. Runs Claude Code │
│ 4. Claude analyzes & writes │
│ 5. notify-research-complete.sh │
│ → Sends file to "me" │
│ → Queues notification │
│ 6. Cron checks queue (1 min) │
│ 7. Notifies user in chat │
└─────────────────────────────────┘
claude CLI (Claude Code)tmuxtelegram CLI (supertelegram)See ~/clawd/scripts/explore-idea.sh for the full implementation.
Key components:
--dangerously-skip-permissions# Cron job to check notification queue every minute
{
name: "Check notification queue",
sessionTarget: "isolated",
wakeMode: "now",
payload: {
kind: "agentTurn",
message: "Check ~/.clawdbot/notify-queue/ for .json files...",
deliver: true,
channel: "telegram",
to: "YOUR_CHAT_ID"
},
schedule: { kind: "every", everyMs: 60000 }
}
**When user says "Idea: [description]":**
1. Extract the idea description
2. Execute: `CLAWD_SESSION_KEY="main" ~/clawd/scripts/explore-idea.sh "[idea]"`
3. Confirm: "Idea exploration started. You'll be notified when complete."
The exploration covers:
~/clawd/ideas/ai-calendar-assistant/
├── metadata.txt
├── prompt.txt
├── run-claude.sh
└── research.md # 400-500 line comprehensive analysis
tmux attach -t idea-<slug>-<timestamp>~/.clawdbot/notify-queue/ for stuck notifications