content-factory

> 内容工厂——从热点池批量筛选评分选题,生成内容选题卡片并推送

33 stars

Best use case

content-factory is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

> 内容工厂——从热点池批量筛选评分选题,生成内容选题卡片并推送

Teams using content-factory should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/content-factory/SKILL.md --create-dirs "https://raw.githubusercontent.com/aAAaqwq/AGI-Super-Team/main/skills/content-factory/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/content-factory/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How content-factory Compares

Feature / Agentcontent-factoryStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

> 内容工厂——从热点池批量筛选评分选题,生成内容选题卡片并推送

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# content-factory
> 内容工厂——从热点池批量筛选评分选题,生成内容选题卡片并推送

## 使用场景
- 每日内容选题自动筛选(从 10+ 平台热点池中 AI 评分 Top 10)
- 选题卡片格式化推送到 Telegram
- 内容管线核心组件,衔接 content-source-aggregator(上游采集)和内容创作(下游)

## 使用方法
```bash
# 评分今天的热点池(默认 Top 10)
python ~/clawd/skills/content-factory/scripts/topic_scorer.py

# 指定日期 / 数量
python topic_scorer.py --date 2026-03-22 --top 5

# 不推送,只输出
python topic_scorer.py --no-send

# Dry run(不调 LLM,用随机分测试)
python topic_scorer.py --dry-run

# 只评分前 N 条热点
python topic_scorer.py --limit 20

# 推送已评分的选题到 Telegram
python ~/clawd/skills/content-factory/scripts/topic_presenter.py --date 2026-03-22 --top 5
python topic_presenter.py --dry-run
```

## 评分维度(权重可配)
| 维度 | 权重 | 说明 |
|------|------|------|
| heat | 0.35 | 热度和讨论量 |
| timeliness | 0.25 | 话题新鲜度 |
| creativity | 0.40 | 创作空间(纯新闻搬运低分) |

## 配置要求
- Python 3.10+, httpx
- LLM API(DeepSeek 或 ZAI,通过 `pass show api/deepseek` 配置)
- `~/clawd/scripts/newsbot_send.py`(推送依赖)
- 热点池目录:`~/clawd/workspace/content-pipeline/hotpool/`
- 选题输出目录:`~/clawd/workspace/content-pipeline/topics/`

## 相关文件
- `scripts/topic_scorer.py` — 核心评分脚本
- `scripts/topic_presenter.py` — 选题格式化与推送
- `scripts/aggregator/` — 内容聚合子模块
- `data/topics/` — 历史评分数据
- `data/hotpool/` — 历史热点池快照

Related Skills

youtube-factory

33
from aAAaqwq/AGI-Super-Team

Generate complete YouTube videos from a single prompt - script, voiceover, stock footage, captions, thumbnail. Self-contained, no external modules. 100% free tools.

xhs-content-creator

33
from aAAaqwq/AGI-Super-Team

Generate Xiaohongshu (小红书/RED) content optimized for the platform's CES algorithm. Use when: (1) creating xiaohongshu/小红书 posts, (2) writing Chinese social media content for RED, (3) generating content with xiaohongshu SEO optimization, (4) planning xiaohongshu content calendars. Supports diary-style, tutorial, review, and list formats with proper AI content labeling.

web-content-capture

33
from aAAaqwq/AGI-Super-Team

为内容生产提供**网页截图和素材采集**能力。所有内容生成类 skill 在素材阶段应调用本 skill。

video-content-analyzer

33
from aAAaqwq/AGI-Super-Team

下载视频并用AI分析内容 - 支持B站/抖音/YouTube等平台,提取语音内容并分析视频结构

theme-factory

33
from aAAaqwq/AGI-Super-Team

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

social-content

33
from aAAaqwq/AGI-Super-Team

When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn...

seo-content-writer

33
from aAAaqwq/AGI-Super-Team

Write SEO blog posts, articles, landing pages with keyword integration, header optimization, and snippet targeting. SEO文章写作/内容优化

geo-content-optimizer

33
from aAAaqwq/AGI-Super-Team

Use when the user asks to "optimize for AI", "get cited by ChatGPT", "AI optimization", "appear in AI answers", "GEO optimization", "get cited by AI", "show up in ChatGPT answers", "AI does not mention my brand", or "make content AI-quotable". Optimizes content for Generative Engine Optimization (GEO) to increase chances of being cited by AI systems like ChatGPT, Claude, Perplexity, and Google AI Overviews. Makes content AI-friendly while maintaining SEO value. For SEO-focused writing, see seo-content-writer. For entity and brand presence, see entity-optimizer.

daily-xhs-content — 小红书每日内容生产

33
from aAAaqwq/AGI-Super-Team

> Cron: `daily-xhs-content` | 每日 21:00 | agentId: content

daily-gzh-content — 公众号每日内容生产

33
from aAAaqwq/AGI-Super-Team

> Cron: `daily-gzh-content` | 每日 21:30 | agentId: content

daily-douyin-content — 抖音每日内容生产

33
from aAAaqwq/AGI-Super-Team

> Cron: `daily-douyin-content` | 每日 22:00 | agentId: content

create-viral-content

33
from aAAaqwq/AGI-Super-Team

This skill synthesizes findings from 40 documented research sources