Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

content-ideas内容创意

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

17,569

周安装

747

GitHub Stars

公开资料未说明

下载量

6,155
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:content-ideas(内容创意)
来源仓库:https://github.com/dimitripantzos/content-ideas
安装命令:
openclaw skills install content-ideas
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install content-ideas

简介

聚合 RSS、Reddit、Twitter 等平台趋势信息,生成内容创意。

  • 提供可操作的选题建议与内容日历规划,激发创作灵感。
  • 支持多源数据整理,确保创意来源广泛且实时更新。content-ideas 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适用于博主、营销团队及需要持续产出原创内容的个人。
  • 输出结果包含标题、关键词与发布建议,便于直接使用。

SKILL.md

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.

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:

{
  "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]
...

Source Integration

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.

Workflow

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."

Idea Categories

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:

  1. Problem-Agitate: "Most [audience] waste [time/money] on [thing]..."
  2. Curiosity Gap: "The one thing [successful people] do that nobody talks about..."
  3. Social Proof: "How [person] went from [A] to [B] in [time]..."
  4. Contrarian: "Unpopular opinion: [common belief] is wrong. Here's why..."
  5. How-To: "How to [achieve result] in [timeframe] (step-by-step)"
  6. List: "[Number] [things] every [audience] needs to know about [topic]"
  7. 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

  1. Quality over quantity — 5 good ideas beat 20 mediocre ones
  2. Cross-platform — One idea can be a thread, post, AND article
  3. Timeliness matters — Trending topics have a 24-48 hour window
  4. Your angle — Don't just report trends, add unique perspective
  5. Save rejects — Ideas that don't fit now might work later
  6. Track performance — What ideas convert to engagement?

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.1%
按下载量换算4,315

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills