TopRank Skills

Home / Claw Skills / 其他 / content-ideas
Official OpenClaw rules 15%

content-ideas

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 content-ideas 技能。 若已安装,则直接安装 content-ideas 技能。

Overview

Skill Key
dimitripantzos/content-ideas
Author
dimitripantzos
Source Repo
openclaw/skills
Version
-
Source Path
skills/dimitripantzos/content-ideas
Latest Commit SHA
0da6e3c6c963ee91b1385913bd6968454b6d03e8

Extracted Content

SKILL.md excerpt

# Content Ideas Generator

Turn trends into content. Aggregate from multiple sources, filter by niche, output actionable ideas.

## How It Works

1. **Gather** — Pull from RSS, Reddit, HN, X, web search
2. **Filter** — Match to your niche and audience
3. **Analyze** — What's trending? What angle is missing?
4. **Output** — Actionable ideas with hooks and formats

## Quick Start

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

## Configuration

Store in `content-ideas/config.json`:

```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
  }
}
```

## Output Format

```markdown
## 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...

Related Claw Skills