Agent skill · Content & Marketing

intelligent-content-system

智能内容创作与发布全流程系统。根据用户需求自动识别场景, 编排调用网页采集、智能配图、小红书图文生成、热点内容创作、多平台发布等技能, 实现从内容获取到发布的一站式自动化。 支持场景: - 网页内容采集与再创作(采集→配图→发布) - 热点内容创作(热点采集→AI生成→多平台发布) - 原创内容优化(配图→小红书图文→发布) - 单一功能调用(采集/配图/图文/发布) 支持平台:微信公众号、小红书、X/Twitter、B站

anbeimegithub.com/anbeimeGitHub ↗
claude-code
Install
npx skills add anbeime/skill --skill intelligent-content-system --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/intelligent-content-system/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 智能内容创作与发布系统 ## 任务目标 - 本技能用于:从内容获取到多平台发布的智能化全流程 - 能力包含: - 自动识别用户需求场景 - 智能编排技能调用链 - 网页内容采集与转换 - 文章智能配图 - 小红书图文生成 - 热点内容创作 - 多平台自动发布 - 触发条件:用户提出内容创作或发布相关需求 ## 核心特性 ### 1. 智能场景识别 系统会自动分析用户输入,识别以下场景: | 场景代码 | 场景名称 | 触发关键词 | 技能链 | |---------|---------|-----------|--------| | **A1** | 采集并发布 | "采集+发布"、"抓取+推送" | url-to-markdown → format → illustrator → publish | | **A2** | 采集并配图 | "采集+配图"、"抓取+插图" | url-to-markdown → illustrator | | **A3** | 采集转小红书 | "采集+小红书"、"网页转小红书" | url-to-markdown → xhs-images | | **B1** | 热点文章生成 | "热点+文章"、"爆款+公众号" | wechat-hotspot-publisher | | **B2** | 热点图文生成 | "热点+小红书"、"爆款+图文" | wechat-hotspot → xhs-images | | **B3** | 热点多平台发布 | "热点+多平台" | wechat-hotspot → multi-publish | | **C1** | 文章配图 | "配图"、"插图"、"加图" | article-illustrator | | **C2** | 转小红书图文 | "转小红书"、"生成图文" | xhs-images | | **C3** | 多平台发布 | "发布到"、"推送到" | format → publish | | **D1** | 仅采集网页 | "采集"、"抓取"、"保存网页" | url-to-markdown | | **D2** | 仅配图 | "配图"(单独) | article-illustrator | | **D3** | 仅小红书图文 | "小红书图文"(单独) | xhs-images | | **D4** | 仅发布 | "发布"(单独) | publish | 详细识别规则见:[references/scenario-detection.md](references/scenario-detection.md) ### 2. 自动参数收集 系统会根据场景自动收集必需参数: - **URL**:网页地址(用于采集场景) - **关键词**:热点话题关键词(用于热点

What's inside
Steps it walks through
  1. 任务目标
  2. 核心特性
  3. 1. 智能场景识别
  4. 2. 自动参数收集
  5. 3. 进度实时反馈
  6. 操作步骤
  7. 标准流程
  8. 可选分支
  9. 场景详解
  10. 场景A:网页内容采集与再创作
  11. 场景B:热点内容创作
  12. 场景C:原创内容优化与发布
  13. 场景D:单一功能调用
  14. 资源索引
Ships with 3 files
  • README.md
  • references/quick-reference.md
  • references/scenario-detection.md
Commands it runs
node --version
chrome --version
python --version
More from skill
All skills →
About this skill
What does the intelligent-content-system skill do?

智能内容创作与发布全流程系统。根据用户需求自动识别场景, 编排调用网页采集、智能配图、小红书图文生成、热点内容创作、多平台发布等技能, 实现从内容获取到发布的一站式自动化。 支持场景: - 网页内容采集与再创作(采集→配图→发布) - 热点内容创作(热点采集→AI生成→多平台发布) - 原创内容优化(配图→小红书图文→发布) - 单一功能调用(采集/配图/图文/发布) 支持平台:微信公众号、小红书、X/Twitter、B站

How do I install it?

Run `npx skills add anbeime/skill --skill intelligent-content-system --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going