skills/ai-marketing-skills/content-idea-generator/SKILL.md
Generate content ideas rooted in positioning. Use when someone needs "content ideas," "what should I post," "blog topics," "LinkedIn ideas," or is stuck on what to create.
npx skillsauth add aaaaqwq/claude-code-skills content-idea-generatorInstall 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.
Content without positioning is noise. Before generating ideas, confirm positioning is clear. If not, run positioning-basics first.
Before generating any ideas, collect:
linkedin-authority-builder? Don't generate outside those pillars if they exist.Positioning gate: If the user cannot complete the positioning sentence with specifics, stop:
"Content without positioning produces random posts. Complete this first: 'I help [specific audience] achieve [specific outcome] through [unique approach].' If you need help, run
positioning-basicsfirst."
Before generating ideas, reason through:
Output a brief analysis:
"You're creating content for [audience] as a [role]. Your strongest proof point is [X]. I'll generate ideas anchored to that — the biggest content gap I see is [specific gap]."
Run a search before generating the batch:
web_search('[Topic] trending [Month Year]')
web_search('[ICP role] biggest challenges [Year]')
Use results to:
Generate ideas using these 6 frameworks:
Name the pain your audience won't admit publicly. Template: "The #1 mistake [audience] makes with [topic]"
Teach a specific process you've actually used. Template: "How to [achieve outcome] without [common obstacle]"
Challenge something everyone assumes is true. Template: "Stop [common advice]. Here's what actually works."
Show the messy reality, not the highlight reel. Template: "I [tried thing]. Here's what actually happened."
Connect dots your audience hasn't connected yet. Template: "What [experience A] taught me about [topic B]"
Curate genuinely useful tools. Template: "[Number] tools I actually use for [outcome]"
Each idea must pass all 3 tests before being included in the output:
Reject and replace any idea that fails 2 or more tests.
After generating the full batch, evaluate:
Flag and replace any ideas that don't pass: "Idea 3 ('thoughts on AI in marketing') is too broad for your positioning as a [specific role]. Replaced with: [specific angle]."
❌ "Grateful for the journey" posts — show the work instead ❌ Generic motivational quotes without a specific take ❌ Vague "thought leadership" with no actual opinion ❌ Engagement bait with no value ("Agree? Comment below") ❌ Topics outside the stated positioning
The test: Would you stop scrolling and read this if someone else posted it?
## Content Ideas: [Name] — [Date]
**Positioning used:** [one-liner]
**Freshness search:** [query + key finding]
---
### Quick Wins (Post This Week)
*5 ideas ready to create now*
**1. [Title/Angle]**
- Hook: "[First line that stops the scroll]"
- Core insight: [The one thing they'll remember]
- Platform fit: [LinkedIn / Twitter / Newsletter]
- ICP pain: [What frustration this addresses]
- Quality check: [Specific ✅ | Hook ✅ | ICP ✅]
[Repeat for ideas 2–5]
---
### Authority Builders (This Month)
*3 ideas worth the investment*
**1. [Title/Angle]**
- Hook: "[First line]"
- Core insight: [Key takeaway]
- Platform fit: [Platform]
- Research needed: [What to find first]
- Estimated production time: [X hours]
[Repeat for ideas 2–3]
---
### Self-Critique Notes
[Any ideas replaced, gaps noted, or freshness findings]
### Multi-Agent Handoff
For each approved idea → pass to Scribe with format:
[Idea title] | [Platform] | [Hook] | [Framework type] | [ICP pain addressed]
Skill by Brian Wagner | AI Marketing Architect | brianrwagner.com
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密钥(如有)。