skills/ai-marketing-skills/go-mode/SKILL.md
# 🎯 Go Mode — Autonomous Goal Execution Give me a goal. I'll plan it, confirm with you, execute it, and report back. You steer — I drive. ## How It Works ``` GOAL → PLAN → CONFIRM → EXECUTE → REPORT ``` ### Phase 1: PLAN When given a goal, break it down: 1. **Parse the goal** — What's the desired outcome? What does "done" look like? 2. **Break into steps** — Ordered task list, each step concrete and actionable 3. **Identify tools** — Which skills, APIs, agents, or CLI tools are needed? 4.
npx skillsauth add aaaaqwq/claude-code-skills skills/ai-marketing-skills/go-modeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Give me a goal. I'll plan it, confirm with you, execute it, and report back. You steer — I drive.
GOAL → PLAN → CONFIRM → EXECUTE → REPORT
When given a goal, break it down:
Output a structured plan:
## 🎯 Goal: [restated goal]
### Definition of Done
[What success looks like]
### Plan
| # | Step | Tool/Skill | Est. Time | Cost | Risk |
|---|------|-----------|-----------|------|------|
| 1 | ... | ... | ... | ... | ... |
### Total Estimate
- **Time:** X minutes
- **API Cost:** ~$X.XX
- **Human Checkpoints:** [list]
### Guardrails Triggered
- [ ] External communication (needs approval)
- [ ] Financial spend > $1
- [ ] Irreversible action
Present the plan and wait for approval:
Never skip confirmation. This is the human's steering wheel.
Run each step sequentially:
When all steps complete:
## ✅ Goal Complete: [goal]
### What Was Done
- Step 1: [result]
- Step 2: [result]
- ...
### Outputs
- [List of files, links, artifacts created]
### What Was Learned
- [Insights discovered during execution]
### Recommended Next Steps
- [What to do with the results]
- [Follow-up opportunities]
### Stats
- Total time: Xm
- API calls: X
- Est. cost: $X.XX
When planning, draw from this toolkit:
| Tool | Use For |
|------|---------|
| web_search | Quick web lookups |
| web_fetch | Read full web pages |
| qmd search | Search Obsidian vault knowledge base |
| content-research-writer skill | Deep research + writing |
| research-coordinator skill | Multi-source research |
| Tool | Use For |
|------|---------|
| content-atomizer skill | Turn 1 piece → 13+ posts |
| direct-response-copy skill | Sales copy |
| seo-content skill | SEO articles |
| newsletter skill | Newsletter editions |
| email-sequences skill | Email flows |
| nano-banana skill | Image generation (Gemini) |
| Tool | Use For |
|------|---------|
| positioning-angles skill | Find hooks that sell |
| keyword-research skill | SEO keyword strategy |
| business-prospecting skill | Lead research |
| landing-page-design skill | Landing pages |
| page-cro skill | Conversion optimization |
| Tool | Use For |
|------|---------|
| bird CLI | Twitter/X (read, post, reply) |
| Gmail | Email (read, send) |
| Notion | Pages and databases |
| Telegram | Messaging |
| Tool | Use For |
|------|---------|
| exec | Shell commands |
| codex | Code generation (GPT) |
| claude | Code generation (Claude) |
| File tools | Read, write, edit files |
Goal: "Research our top 3 competitors in the AI assistant space and build a comparison page"
Plan:
1. Identify top 3 competitors (web search) — 5min
2. Research each: pricing, features, reviews — 15min
3. Build comparison matrix — 10min
4. Write comparison page copy — 15min
5. Create visual comparison table — 5min
Total: ~50min, ~$0.50 API cost
Goal: "Take my latest blog post and turn it into a week of social content"
Plan:
1. Read and analyze the blog post — 2min
2. Extract key themes and quotes — 5min
3. Generate 5 Twitter threads — 15min
4. Generate 5 LinkedIn posts — 15min
5. Create 3 image prompts + generate visuals — 10min
6. Build content calendar — 5min
Total: ~52min, ~$1.00 API cost
Goal: "Find 20 potential clients in the SaaS space who might need our marketing services"
Plan:
1. Define ideal client profile — 5min
2. Search for SaaS companies (web) — 15min
3. Research each company's marketing gaps — 20min
4. Score and rank prospects — 10min
5. Build outreach-ready prospect list — 10min
6. Draft personalized intro messages [NEEDS APPROVAL] — 15min
Total: ~75min, ~$0.75 API cost
Goal: "Create 3 SEO-optimized blog posts for our target keywords"
Plan:
1. Review target keyword list — 2min
2. Research top-ranking content for each keyword — 15min
3. Create outlines using SEO skill — 10min
4. Write article 1 — 15min
5. Write article 2 — 15min
6. Write article 3 — 15min
7. Add internal links and meta descriptions — 10min
Total: ~82min, ~$2.00 API cost
Goal: "Prepare everything needed to launch our new product next Tuesday"
Plan:
1. Audit what exists (landing page, emails, social) — 10min
2. Identify gaps — 5min
3. Write launch email sequence (3 emails) — 20min
4. Create social media posts (Twitter, LinkedIn) — 15min
5. Generate launch graphics — 10min
6. Build launch day timeline — 5min
7. Draft press/outreach messages [NEEDS APPROVAL] — 15min
Total: ~80min, ~$2.50 API cost
Goal: "Review this week's metrics, summarize wins/losses, and plan next week's priorities"
Plan:
1. Pull metrics from available sources — 10min
2. Summarize key wins — 5min
3. Identify what didn't work — 5min
4. Review upcoming calendar — 5min
5. Propose next week's top 3 priorities — 10min
6. Create actionable task list — 5min
Total: ~40min, ~$0.25 API cost
Just tell the agent your goal in natural language:
"Take the wheel: Research the top 5 AI newsletter tools, compare them, and recommend the best one for a solopreneur"
"Take the wheel: Build a complete email welcome sequence for new subscribers — 5 emails over 2 weeks"
"Take the wheel: Audit our Twitter presence and create a 30-day content strategy"
The agent will plan, confirm, execute, and report. You stay in control at every checkpoint.
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。