Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aaaaqwq avatar

Content Factory

  • 12 installs
  • 82 repo stars
  • Updated August 2, 2026
  • aaaaqwq/agi-super-skills

content-factory is a Claude Code skill that runs an automated content pipeline from hot-topic aggregation through LLM scoring, multi-platform content generation, review, and auto-publishing.

About

content-factory is a Claude Code skill implementing an automated content production and distribution pipeline. It aggregates hot topics from 10+ platforms (Bilibili, GitHub Trending, Reddit, YouTube, Weibo, Zhihu, and more), scores topics with an LLM to surface a Top 10, generates platform-specific content for Xiaohongshu, WeChat, and Twitter, reviews drafts, and auto-publishes. It bundles Python scripts for each pipeline stage and uses OpenAI-compatible LLM APIs (DeepSeek for scoring, GLM for generation). The docs are primarily in Chinese.

  • Aggregates hot topics from 10+ platforms (Bilibili, GitHub, Reddit, YouTube, Weibo, Zhihu)
  • LLM-scores topics into a Top 10, then generates multi-platform content
  • Bundles Python scripts for aggregation, scoring, generation, review, and publishing

Content Factory by the numbers

  • 12 all-time installs (skills.sh)
  • Ranked #1,455 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

content-factory capabilities & compatibility

Requires an OpenAI-compatible LLM API key (default DeepSeek + GLM) and optionally Telegram/Playwright for review and publishing.

Capabilities
content generation · topic aggregation · copywriting
Works with
github · linkedin
Use cases
copywriting · marketing · web scraping
Pricing
Bring your own API key
From the docs

What content-factory says it does

从热点采集到内容生成到多平台发布的全流程自动化。
SKILL.md
热点采集(10+平台) → AI选题评分 → 推送Top10给用户
SKILL.md
npx skills add https://github.com/aaaaqwq/agi-super-skills --skill content-factory

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12
repo stars82
Last updatedAugust 2, 2026
Repositoryaaaaqwq/agi-super-skills

What it does

A developer or creator uses this skill when they want an end-to-end pipeline that aggregates trending topics and generates and publishes content across platforms.

Who is it for?

Running a daily topic-to-publish content pipeline across multiple platforms.

Skip if: GEO/AI-search ranking or pure SEO keyword work, which the docs route to other skills.

When should I use this skill?

The user wants to aggregate hot topics, generate content, or run the content-factory pipeline.

What you get

A ranked Top 10 topic list plus generated, reviewed, and published platform content.

By the numbers

  • aggregates from 10+ platforms
  • scores topics into a Top 10
  • 3 platform templates (Xiaohongshu, WeChat, Twitter)

Files

SKILL.mdMarkdownGitHub ↗

Content Factory — 内容自动生产分发工厂

  • Author: Daniel Li
  • Copyright © Daniel Li. All rights reserved.

从热点采集到内容生成到多平台发布的全流程自动化。Daniel 每天只需 2 分钟挑选主题。

核心流程

热点采集(10+平台) → AI选题评分 → 推送Top10给用户
                                    ↓
                          用户选择主题(或自定义)
                                    ↓
                          多平台内容生成(LLM)
                                    ↓
                          草稿审核 → 确认发布
                                    ↓
                          自动发布 → 数据追踪

使用场景

USE when:

  • "今日热点有什么" / "采集今天的热门话题"
  • "帮我生成内容" / "写篇小红书文章"
  • "选题评分" / "推荐今天该写什么"
  • "发布到小红书/微信/Twitter"
  • "运行内容工厂流水线" / "跑一遍完整流程"
  • "看看今天的草稿" / "审核内容"

DON'T use when:

  • GEO优化(AI搜索排名)→ 用 geo-agent
  • 纯SEO关键词优化 → 用 SEO 技能
  • 单次写作(无流水线需求)→ 用 content-creator

数据目录

data/
├── hotpool/          # 每日热点池 (YYYY-MM-DD.json)
├── topics/           # 评分选题 (YYYY-MM-DD.json)
├── drafts/           # 生成草稿 (YYYY-MM-DD/)
├── reviewed/         # 审核通过
├── published/        # 已发布记录
├── config/           # 运行配置
│   └── sources.json  # 采集源配置
├── templates/        # 平台模板
│   ├── xiaohongshu.md
│   ├── wechat.md
│   └── twitter.md
└── assets/           # 图片等素材

脚本说明

脚本功能依赖
scripts/aggregator/fetch_all.py10+平台热点采集curl, python3
scripts/topic_scorer.pyAI选题评分(Top10)LLM API (DeepSeek/GLM)
scripts/content_generator.py多平台内容生成LLM API
scripts/draft_reviewer.py草稿审核推送Telegram API
scripts/auto_publisher.py自动发布playwright (optional)
scripts/topic_presenter.py选题卡片推送Telegram API
scripts/run_daily.sh全流程串联bash
scripts/paths.py路径配置(可移植)-

采集源 (10+)

平台方式内容类型
B站热榜API视频/动态
GitHub TrendingAPI开源项目
RedditAPI讨论/新闻
YouTubeAPI视频
微博热搜API社交热点
知乎热榜API深度讨论
头条API新闻资讯
抖音API短视频
Twitter/XSyndicationKOL动态
LinuxDoAPI技术社区

安装依赖

cd ~/clawd/skills/content-factory
pip install -r requirements.txt

完整流水线

# 手动执行全流程
bash scripts/run_portable.sh

# 或分步执行
python3 scripts/aggregator/fetch_all.py          # Step 1: 热点采集
python3 scripts/topic_scorer.py       # Step 2: AI评分
python3 scripts/topic_presenter.py    # Step 3: 推送选题
python3 scripts/content_generator.py --top 3  # Step 4: 内容生成
python3 scripts/draft_reviewer.py --all       # Step 5: 草稿审核
# python3 scripts/auto_publisher.py   # Step 6: 发布(需确认)

与 Ralph CEO Loop 配合

内容工厂可以通过 Ralph CEO Loop 进行持续迭代:

  • 小data: 热点采集 + 数据清洗
  • 小research: 话题深度调研
  • 小content: 内容生成 + 文案优化
  • 小pm: 流程协调 + 质量验收
  • 小market: 发布策略 + 渠道优化

配置

采集源配置 (data/config/sources.json)

可启用/禁用各平台,配置关注的账号、频道等。

LLM 配置

评分和生成使用 OpenAI-compatible API:

  • 默认: DeepSeek (评分) + GLM-5 (生成)
  • 通过环境变量 LLM_API_KEY / LLM_BASE_URL 覆盖

Related skills

FAQ

Which platforms does it aggregate from?

10+ platforms including Bilibili, GitHub Trending, Reddit, YouTube, Weibo, Zhihu, and Twitter.

Which LLMs does it use by default?

It defaults to DeepSeek for topic scoring and GLM for content generation via OpenAI-compatible APIs.

Automation & Workflowscontentdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.