← 返回 Skills 市场
daimingvip-a11y

Content Creator Bundle

作者 daimingvip-a11y · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-creator-bundle
功能描述
自媒体矩阵套装 - 一人运营全平台,AI赋能内容创作与分发。整合多平台内容改写、定时发布、数据追踪、评论互动能力。1篇文章产出10+平台版本。定价¥149/套。
使用说明 (SKILL.md)

自媒体矩阵套装 (Content Creator Bundle)

一人运营全平台,AI赋能内容创作与分发

💼 套装定位

专为自媒体创作者、内容运营者和个人IP打造,整合内容改写、多平台发布、数据追踪和互动管理四大核心能力,实现一人管理多平台矩阵。


🎯 包含技能

1. 多平台内容改写 (humanizer / md2wechat / wechat-article-extractor)

  • 功能:AI痕迹去除、多平台适配、风格转换
  • 适用场景:一文多发、平台差异化改写、爆款文案生成
  • 价值:1篇文章产出10+平台版本

2. 定时发布 (cron / qqbot-cron)

  • 功能:多平台定时发布、内容日历、批量排期
  • 适用场景:最佳时间发布、节假日内容预埋
  • 价值:提前规划,自动执行

3. 数据追踪 (analytics / tavily-search)

  • 功能:阅读量监控、趋势分析、竞品对比
  • 适用场景:内容效果评估、爆款分析
  • 价值:数据驱动内容优化

4. 评论互动 (wechat-management / message)

  • 功能:评论自动回复、粉丝互动、私信管理
  • 适用场景:粉丝维护、评论互动
  • 价值:提升粉丝粘性

📦 套装内容

content-creator-bundle/
├── SKILL.md                      # 本文件 - 套装总览
├── config/
│   ├── platforms.yaml            # 平台配置
│   ├── content-calendar.yaml     # 内容日历模板
│   └── rewrite-rules.yaml        # 改写规则
├── examples/
│   ├── one-to-many.md            # 一文多发示例
│   ├── viral-formula.md          # 爆款公式
│   └── weekly-plan.md            # 周计划示例
└── README.md                     # 快速上手指南

🚀 快速开始

第一步:安装技能

# 内容改写
py -m clawhub install humanizer
py -m clawhub install md2wechat
py -m clawhub install wechat-article-extractor

# 定时发布
py -m clawhub install cron

# 数据追踪
py -m clawhub install tavily-search

# 评论互动
py -m clawhub install wechat-management

第二步:配置平台账号

编辑 config/platforms.yaml

platforms:
  wechat:
    name: "微信公众号"
    enabled: true
    account: "your-official-account"
    app_id: "${WECHAT_APP_ID}"
    app_secret: "${WECHAT_APP_SECRET}"
    best_post_time: ["08:00", "12:00", "20:00"]
  
  xiaohongshu:
    name: "小红书"
    enabled: true
    account: "your-xhs-account"
    best_post_time: ["07:00", "12:00", "18:00", "22:00"]
  
  zhihu:
    name: "知乎"
    enabled: true
    account: "your-zhihu-account"
    best_post_time: ["09:00", "21:00"]
  
  weibo:
    name: "微博"
    enabled: true
    account: "your-weibo-account"
    best_post_time: ["08:00", "12:00", "17:00", "21:00"]

第三步:创建内容日历

# config/content-calendar.yaml
weekly_schedule:
  monday:
    theme: "行业洞察"
    platforms: ["wechat", "zhihu"]
    format: "长文"
  
  wednesday:
    theme: "干货分享"
    platforms: ["xiaohongshu", "weibo"]
    format: "图文"
  
  friday:
    theme: "周回顾"
    platforms: ["wechat", "zhihu"]
    format: "总结"

💡 典型使用场景

场景1:一文多发

用户:帮我把这篇AI教程改写成适合多平台发布的版本

自媒体助手:
✅ 已为您生成4个平台版本:

📱 微信公众号版(1500字)
   - 标题:《2024年AI学习完全指南:从入门到精通》
   - 风格:深度、专业、结构化
   - 包含:目录、重点标注、延伸阅读

📕 小红书版(500字)
   - 标题:《AI小白必看!3个月变身AI达人🚀》
   - 风格:轻松、emoji、实用tips
   - 包含:要点提炼、视觉建议、互动引导

💡 知乎版(2000字)
   - 标题:《如何系统学习人工智能?我的实战经验分享》
   - 风格:干货、经验、理性分析
   - 包含:方法论、资源推荐、避坑指南

🔥 微博版(300字)
   - 标题:「AI学习路线图」建议收藏!
   - 风格:简洁、话题性、可转发
   - 包含:核心要点、话题标签、互动提问

需要我帮您定时发布吗?

场景2:爆款内容追踪

用户:分析一下最近AI领域的热门话题

自媒体助手:
📊 本周AI领域热门话题分析

🔥 TOP 5 热门话题:
1. GPT-5传闻(热度:98/100)
   - 相关文章:127篇
   - 平均阅读:10万+
   - 建议角度:理性分析、技术解读

2. AI编程助手对比(热度:85/100)
   - 相关文章:89篇
   - 平均阅读:5万+
   - 建议角度:实测对比、使用教程

3. AI绘画版权争议(热度:78/100)
   - 相关文章:156篇
   - 平均阅读:3万+
   - 建议角度:法律解读、案例分析

💡 内容建议:
• 可追热点:GPT-5技术解读
• 潜力话题:AI+教育应用
• 避开红海:基础AI科普

需要我帮您生成相关内容吗?

场景3:评论互动管理

用户:帮我回复昨天的文章评论

自媒体助手:
📬 昨日文章评论汇总(23条)

🔴 需要回复(5条):
   • 用户A:询问具体操作方法
   • 用户B:提出不同观点
   • 用户C:感谢分享,求推荐工具
   • 用户D:质疑数据来源
   • 用户E:希望看到更多案例

🟢 已自动点赞(12条):
   • 正面反馈类评论

🟡 待观察(6条):
   • 广告/引流评论
   • 重复内容

✅ 已生成回复草稿:

回复用户A:
"感谢提问!具体操作步骤我整理了一份详细教程,
已私信发给您,请查收~"

回复用户C:
"谢谢支持!推荐几个我在用的工具:
1. ChatGPT - 日常问答
2. Claude - 长文写作
3. Midjourney - 图像生成
后续会出详细测评,敬请关注!"

需要我发送这些回复吗?

⚙️ 配置模板

改写规则配置

# config/rewrite-rules.yaml
rewrite_rules:
  wechat:
    style: "professional"
    tone: "informative"
    min_length: 1000
    max_length: 3000
    features:
      - "结构化标题"
      - "重点标注"
      - "延伸阅读"
    emoji: false
  
  xiaohongshu:
    style: "casual"
    tone: "friendly"
    min_length: 300
    max_length: 800
    features:
      - "emoji装饰"
      - "要点提炼"
      - "互动引导"
    emoji: true
    hashtags: 5
  
  zhihu:
    style: "analytical"
    tone: "authoritative"
    min_length: 1500
    max_length: 5000
    features:
      - "数据支撑"
      - "案例说明"
      - "资源推荐"
    emoji: false
  
  weibo:
    style: "concise"
    tone: "engaging"
    min_length: 100
    max_length: 500
    features:
      - "话题标签"
      - "核心观点"
      - "转发引导"
    emoji: true
    hashtags: 3

定时发布配置

# config/publish-schedule.yaml
scheduled_posts:
  - id: "post-001"
    content: "./drafts/ai-tutorial.md"
    platforms:
      - name: "wechat"
        time: "2026-03-22T08:00:00"
      - name: "zhihu"
        time: "2026-03-22T09:00:00"
      - name: "xiaohongshu"
        time: "2026-03-22T12:00:00"
    status: "scheduled"
  
  - id: "post-002"
    content: "./drafts/weekly-review.md"
    platforms:
      - name: "wechat"
        time: "2026-03-24T20:00:00"
    status: "draft"

💰 定价与价值

项目 传统方案 自媒体套装
内容改写 人工改写2小时/篇 AI改写5分钟/篇
多平台发布 逐个平台手动发布 一键多平台分发
热点追踪 人工浏览3小时/天 自动监控10分钟/天
评论管理 手动回复1小时/天 智能辅助20分钟/天
月度成本 ¥5000+ (助理) ¥149

套装定价:¥149/套(一次性购买,终身使用)


🛠️ 技术要求

  • OpenClaw >= 2.0
  • Windows 10/11 或 macOS 或 Linux
  • 各平台账号权限
  • 网络连接

📞 售后支持

  • 文档:https://docs.clawhub.com/content-creator
  • 社区:加入飞书群获取更新
  • 更新:购买后终身免费更新

一人运营全平台,让AI成为你的内容团队。

安全使用建议
This package appears to do what it says (automate multi-platform content creation and posting), but there are important red flags you should address before installing or running anything: 1) The SKILL.md and config templates reference platform credentials (WECHAT_APP_ID, WECHAT_APP_SECRET and other accounts) but the skill metadata does not declare required env vars — confirm which exact credentials are needed and why. 2) The README tells you to git clone a repo and run install.ps1 — inspect that script (and any install scripts) in a safe environment before executing; do not run it blindly. 3) Installing the listed sub-skills (py -m clawhub install ...) and enabling auto-post/comment-reply gives code the ability to post and message as your accounts — only provide tokens with the minimum necessary scope and consider using limited API keys or test accounts. 4) Verify the origin/trustworthiness of the 'clawhub' packages and the GitHub repo owner; review their source code/policies for data handling. 5) If unsure, run initial tests in an isolated VM or container and audit network activity and file writes. If you can, ask the publisher for an explicit list of required env vars, token scopes, and an explanation of what the install scripts do; lack of that information would keep my confidence low and is a reason to be cautious.
功能分析
Type: OpenClaw Skill Name: content-creator-bundle Version: 1.0.0 The bundle is a 'Self-Media Matrix Suite' designed to automate content distribution across multiple platforms (WeChat, Xiaohongshu, etc.). It is classified as suspicious because it requires users to input highly sensitive API credentials (e.g., app_id, app_secret) into configuration files and references an external installation script (install.ps1 in README.md) that is not provided for security review. While the requested permissions are consistent with the stated purpose, the aggregation of multiple platform secrets and the opaque installation process present a significant security risk.
能力评估
Purpose & Capability
The described capabilities (rewrite, scheduled publish, analytics, comment management) match the listed sub-skills (humanizer, cron, tavily-search, wechat-management, etc.), so the overall purpose is coherent. However, the SKILL.md expects platform APIs/credentials (WeChat app_id/secret and other platform accounts) even though the skill metadata declares no required environment variables or credentials.
Instruction Scope
Runtime instructions tell the agent to install other clawhub skills and to edit config files that include placeholders like ${WECHAT_APP_ID} / ${WECHAT_APP_SECRET} and to reference local drafts (./drafts). The skill's prose also enables autonomous actions (scheduling posts, auto-replies) that will act on external platforms — these require tokens but the skill metadata doesn't declare them. The README further instructs cloning a GitHub repo and running an install.ps1, which could execute arbitrary code if followed.
Install Mechanism
There is no formal install spec in the package metadata (instruction-only). SKILL.md uses 'py -m clawhub install ...' to pull sub-skills (reasonable if clawhub is trusted). README advises git cloning github.com/clawhub/content-creator-bundle and running ./install.ps1 — running repository scripts is inherently higher risk if you don't verify the repo and scripts. No direct downloads from untrusted shorteners or IPs are present.
Credentials
The package declares no required env vars, but the instructions and config templates explicitly reference sensitive credentials (WECHAT_APP_ID, WECHAT_APP_SECRET) and imply other platform auth. This mismatch (no declared primaryEnv or required.env) is inconsistent and may lead users to supply secrets without clear metadata about what is required or how they are used/stored.
Persistence & Privilege
The skill does not request always:true, does not declare system-wide config access, and is instruction-only. It does recommend installing sub-skills which could persist on the agent, but there is no explicit request for permanent elevated privileges in the metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install content-creator-bundle
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /content-creator-bundle 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of content-creator-bundle: - Integrates multi-platform content rewriting, scheduled publishing, analytics, and comment interaction management for self-media creators. - Enables one-click adaptation and publishing of a single article to 10+ platforms with tailored style and format. - Provides YAML-based configuration templates for platforms, content calendars, rewrite rules, and publishing schedules. - Offers best-practice examples and workflow guides for cross-platform operation, trending topic analysis, and smart comment management. - One-time purchase, lifetime use; significantly reduces manual workload for content creation and distribution.
元数据
Slug content-creator-bundle
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Content Creator Bundle 是什么?

自媒体矩阵套装 - 一人运营全平台,AI赋能内容创作与分发。整合多平台内容改写、定时发布、数据追踪、评论互动能力。1篇文章产出10+平台版本。定价¥149/套。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。

如何安装 Content Creator Bundle?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-creator-bundle」即可一键安装,无需额外配置。

Content Creator Bundle 是免费的吗?

是的,Content Creator Bundle 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Content Creator Bundle 支持哪些平台?

Content Creator Bundle 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Content Creator Bundle?

由 daimingvip-a11y(@daimingvip-a11y)开发并维护,当前版本 v1.0.0。

💬 留言讨论