name: content-ideas description: Generate content ideas from multiple sources. Aggregates trends from RSS feeds, Reddit, Hacker News, X/Twitter, and web search. Outputs actionable content ideas with hooks, angles, and formats. Use when you need content inspiration, trend monitoring, or building a content calendar.
Turn trends into content. Aggregate from multiple sources, filter by niche, output actionable ideas.
Ask your agent:
"Generate 10 content ideas for this week. My niche is AI automation for small businesses."
The agent should: 1. Check configured sources (RSS feeds, subreddits, etc.) 2. Search for trending topics in your niche 3. Cross-reference what's getting engagement 4. Generate ideas with specific hooks and angles
Store in content-ideas/config.json:
{ "niche": "AI automation for small businesses", "audience": "non-technical founders, solopreneurs", "platforms": ["twitter", "linkedin", "blog"], "sources": { "rss": [ "https://news.ycombinator.com/rss", "https://www.reddit.com/r/smallbusiness/.rss", "https://www.reddit.com/r/Entrepreneur/.rss" ], "subreddits": ["smallbusiness", "Entrepreneur", "SaaS", "artificial"], "twitter": { "accounts": ["@levelsio", "@marckohlbrugge", "@andrewchen"], "keywords": ["AI automation", "no-code", "solopreneur"] }, "keywords": ["AI", "automation", "productivity", "small business", "startup"] }, "filters": { "minEngagement": 100, "maxAgeDays": 7, "excludeKeywords": ["crypto", "NFT", "web3"] }, "output": { "ideasPerRun": 10, "includeHooks": true, "includeFormats": true, "includeAngles": true } }想要更强大的技能插件,就来小葱技能站7w4.net看看吧。
## Content Ideas - 2026-02-22
### Idea 1: [Title]
**Source:** r/smallbusiness trending post
**Why it's hot:** 500+ upvotes, addresses common pain point
**Your angle:** [How to spin for your audience]
**Hook options:**
- "Most small business owners waste 10 hours/week on this..."
- "I automated X and saved $2000/month. Here's how."
- "Stop doing [thing] manually. This is 2026."
**Formats:** Twitter thread, LinkedIn post, blog tutorial
**Engagement prediction:** High (solves clear pain point)
### Idea 2: [Title]
...
# Pre-configure feeds
node /root/clawd/skills/rss-reader/scripts/rss.js add "https://news.ycombinator.com/rss" --category tech
node /root/clawd/skills/rss-reader/scripts/rss.js add "https://www.reddit.com/r/Entrepreneur/.rss" --category business
Reddit exposes RSS for any subreddit:
- https://www.reddit.com/r/{subreddit}/.rss — new posts
- https://www.reddit.com/r/{subreddit}/top/.rss?t=week — top this week
https://news.ycombinator.com/rsshttps://hnrss.org/showhttps://hnrss.org/askhttps://hnrss.org/newest?q=AI+automationSearch trending topics and high-engagement posts in your niche.
Search for trending articles, news, and discussions.
Set up a daily cron to generate ideas:
Schedule: 07:00 daily
Task: Generate 5 content ideas based on overnight trends. Save to content-ideas/daily/YYYY-MM-DD.md
Schedule: Sunday 20:00
Task: Generate 15-20 content ideas for the week. Organize by platform and day. Save to content-ideas/weekly/YYYY-WW.md
"What's trending in [niche] right now? Give me 5 content ideas I can post today."
When generating ideas, include hooks:
When generating ideas, reference the brand voice profile:
1. Load brand-voice/profile.json
2. Match hooks to tone (casual vs professional)
3. Filter ideas by audience match
4. Adapt language to vocabulary preferences
这个工具的文档质量不错,提供了从趋势监测到内容创意的完整方法论,适合想系统化做内容的创作者参考使用。但它本质上更像一份操作指南而不是可独立运行的工具,需要依赖其他多个工具才能正常工作。对于普通用户来说,如果已经配置好相关环境可以用,如果没配置过其他工具则基本无法使用。建议等官方推出更完整的集成版本再使用。