# Send Content Ideas to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "content-ideas",
    "name": "Content Ideas",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/DimitriPantzos/content-ideas",
    "canonicalUrl": "https://clawhub.ai/DimitriPantzos/content-ideas",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/content-ideas",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-ideas",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "content-ideas",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T02:19:05.553Z",
      "expiresAt": "2026-05-09T02:19:05.553Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-ideas",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-ideas",
        "contentDisposition": "attachment; filename=\"content-ideas-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "content-ideas"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/content-ideas"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/content-ideas",
    "downloadUrl": "https://openagent3.xyz/downloads/content-ideas",
    "agentUrl": "https://openagent3.xyz/skills/content-ideas/agent",
    "manifestUrl": "https://openagent3.xyz/skills/content-ideas/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/content-ideas/agent.md"
  }
}
```
## Documentation

### Content Ideas Generator

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

### How It Works

Gather — Pull from RSS, Reddit, HN, X, web search
Filter — Match to your niche and audience
Analyze — What's trending? What angle is missing?
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:

Check configured sources (RSS feeds, subreddits, etc.)
Search for trending topics in your niche
Cross-reference what's getting engagement
Generate ideas with specific hooks and angles

### Configuration

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

### Output Format

## 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]
...

### RSS Feeds (via rss-reader skill)

# 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 (public RSS)

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

### Hacker News

Front page: https://news.ycombinator.com/rss
Show HN: https://hnrss.org/show
Ask HN: https://hnrss.org/ask
By keyword: https://hnrss.org/newest?q=AI+automation

### X/Twitter (via bird or x-twitter skills)

Search trending topics and high-engagement posts in your niche.

### Web Search (via web_search tool)

Search for trending articles, news, and discussions.

### Daily Ideas (Cron)

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

### Weekly Content Calendar

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

### On-Demand Research

"What's trending in [niche] right now? Give me 5 content ideas I can post today."

### Reactive (Trending Now)

Breaking news response
Hot take on viral post
"Here's what everyone's missing about X"

### Evergreen (Always Relevant)

How-to tutorials
Tool comparisons
Beginner guides
Common mistakes

### Personal (Your Experience)

Behind-the-scenes
Lessons learned
Case studies
Failures and wins

### Contrarian (Stand Out)

Unpopular opinions
Myth-busting
"Why I don't do X"

### Hook Formulas

When generating ideas, include hooks:

Problem-Agitate: "Most [audience] waste [time/money] on [thing]..."
Curiosity Gap: "The one thing [successful people] do that nobody talks about..."
Social Proof: "How [person] went from [A] to [B] in [time]..."
Contrarian: "Unpopular opinion: [common belief] is wrong. Here's why..."
How-To: "How to [achieve result] in [timeframe] (step-by-step)"
List: "[Number] [things] every [audience] needs to know about [topic]"
Story: "I [did thing] and [result]. Here's what happened..."

### Integration with Brand Voice

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

### Tips

Quality over quantity — 5 good ideas beat 20 mediocre ones
Cross-platform — One idea can be a thread, post, AND article
Timeliness matters — Trending topics have a 24-48 hour window
Your angle — Don't just report trends, add unique perspective
Save rejects — Ideas that don't fit now might work later
Track performance — What ideas convert to engagement?
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: DimitriPantzos
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T02:19:05.553Z
- Expires at: 2026-05-09T02:19:05.553Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/content-ideas)
- [Send to Agent page](https://openagent3.xyz/skills/content-ideas/agent)
- [JSON manifest](https://openagent3.xyz/skills/content-ideas/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/content-ideas/agent.md)
- [Download page](https://openagent3.xyz/downloads/content-ideas)