一键导入
idea-coach
AI-powered idea/problem/challenge manager with GitHub integration. Captures, categorizes, reviews, and helps ship ideas to repos.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
AI-powered idea/problem/challenge manager with GitHub integration. Captures, categorizes, reviews, and helps ship ideas to repos.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
使用 Grok 实时搜索 X/Twitter,查找帖子、热门话题和讨论,并附带引用来源。
A股主题跟踪 — 从韭菜公社抓取市场热点、产业链、异动板块、最新段子,AI 结构化提取后进行多维分析。
Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
通过 Tushare Pro MCP 获取中国金融市场数据。覆盖 A股/港股/美股/基金/期货/债券/宏观 共 158+ 个接口。当需要股价、财务、指数、宏观数据时,使用 tushare_* MCP tool 而非 Python 脚本。
Searches Google and extracts full page content from every result via trafilatura. Returns clean readable text, not just snippets. Use when the user needs web search, research, current events, news, factual lookups, product comparisons, technical documentation, or any question requiring up-to-date information from the internet.
| name | idea-coach |
| description | AI-powered idea/problem/challenge manager with GitHub integration. Captures, categorizes, reviews, and helps ship ideas to repos. |
| version | 0.2.0 |
| author | moinsen-dev |
| commands | ["/idea - Capture a new idea, problem, or challenge","/idea_list - List active ideas (optionally filter by status/type)","/idea_due - Show ideas due for review","/idea_get - Get detailed info about an idea","/idea_update - Update idea status, importance, energy","/idea_review - Add review notes to an idea","/idea_drop - Mark idea as dropped (with reason)","/idea_done - Mark idea as completed","/idea_stats - Show statistics","/idea_link - Link idea to existing GitHub repo","/idea_ship - Create new GitHub repo for idea","/idea_repo - Show linked repo status","/idea_sync - Sync idea as GitHub issue"] |
Your critical sparring partner for ideas, problems, and challenges — now with GitHub integration!
Idea Coach helps you:
Be critical, not just supportive. Idea Coach will:
| Command | Description |
|---|---|
/idea <text> | Capture a new idea |
/idea_list | List active ideas |
/idea_list --due | Show ideas due for review |
/idea_get <id> | Get idea details |
/idea_update <id> | Update idea attributes |
/idea_review <id> | Add review interaction |
/idea_drop <id> | Mark as dropped (requires reason) |
/idea_done <id> | Mark as completed |
/idea_stats | Show statistics |
| Command | Description |
|---|---|
/idea_link <id> <owner/repo> | Link to existing repo |
/idea_ship <id> | Create new repo for idea |
/idea_ship <id> --public | Create public repo |
/idea_repo <id> | Show linked repo status |
/idea_sync <id> | Create/update GitHub issue |
captured → exploring → developing → shipped/done
↓ ↓
parked blocked
↓
dropped
| Importance | Energy | Review Cycle |
|---|---|---|
| critical | high | daily |
| critical | * | weekly |
| important | high | weekly |
| important | * | biweekly |
| nice-to-have | * | monthly |
| parked | * | quarterly |
gh CLI installed and authenticatedgh auth login if not set up# 1. Capture idea
/idea "Build a CLI for task management"
# 2. Develop it
/idea_update abc123 --status developing
# 3. Ship it to GitHub
/idea_ship abc123
# 4. Or link to existing repo
/idea_link abc123 moinsen-dev/my-cli
# 5. Check repo status
/idea_repo abc123
# 6. Sync as GitHub issue
/idea_sync abc123
# Add idea
python scripts/coach.py add "Build something cool" --type idea --importance important
# List ideas
python scripts/coach.py list
python scripts/coach.py list --due
python scripts/coach.py list --github # Only with linked repos
# GitHub operations
python scripts/coach.py link <id> owner/repo
python scripts/coach.py ship <id> --owner moinsen-dev
python scripts/coach.py repo-status <id>
python scripts/coach.py sync-issue <id> --labels enhancement,idea
Ideas are stored in ~/.openclaw/idea-coach/ideas.json
Each idea tracks: