← 返回 Skills 市场
yang1002378395-cmyk

Content Monetizer

作者 yang1002378395-cmyk · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
350
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install content-monetizer
功能描述
分析文章、视频或代码内容,评估价值并推荐最佳平台与变现方式,实现多渠道内容收益最大化。
使用说明 (SKILL.md)

content-monetizer

描述

内容变现助手 - 分析你的内容(文章/视频/代码),推荐最佳变现方式。适合:创作者、博主、开发者。

功能

  • 内容价值评估(预计收入)
  • 平台推荐(掘金/知乎/B站/YouTube)
  • 变现方式建议(广告/付费/会员/咨询)
  • 竞品对标分析
  • SEO 优化建议

使用场景

  1. 写文章前 - 先评估哪个平台收益最高
  2. 内容复用 - 一篇内容多平台分发策略
  3. 定价咨询 - 该收多少钱?
  4. 流量分析 - 为什么没人看?

命令示例

# 分析单篇文章
openclaw run content-monetizer analyze article.md

# 推荐平台
openclaw run content-monetizer recommend --type article --topic "AI"

# 生成分发计划
openclaw run content-monetizer distribute article.md

# 竞品分析
openclaw run content-monetizer compare "AI 教程"

# 收入预测
openclaw run content-monetizer predict --views 10000 --topic "编程"

配置

~/.openclaw/config/content-monetizer.json 中设置:

{
  "platforms": {
    "juejin": { "weight": 0.3 },
    "zhihu": { "weight": 0.25 },
    "bilibili": { "weight": 0.2 },
    "wechat": { "weight": 0.15 },
    "youtube": { "weight": 0.1 }
  },
  "contentTypes": ["article", "video", "code", "course"]
}

变现方式分析

📝 内容分析报告

主题:DeepSeek API 教程
字数:3000 字
预估价值:¥500-2000

推荐平台:
1. 掘金(⭐⭐⭐⭐⭐)
   - 受众匹配度高
   - 预计阅读:2000-5000
   - 潜在收入:¥100-500(广告/付费)

2. 知乎(⭐⭐⭐⭐)
   - 搜索流量大
   - 预计阅读:1000-3000
   - 潜在收入:¥50-200

3. 公众号(⭐⭐⭐)
   - 需要私域运营
   - 潜在收入:¥200-1000(咨询转化)

变现建议:
- 短期:掘金发布 + 接咨询
- 中期:整理成付费课程
- 长期:建立社群/会员

行动计划:
1. 今天:发布掘金,添加微信引流
2. 本周:知乎同步,回答相关问题
3. 本月:整理成电子书,定价 ¥29

注意事项

  • 收入预测仅供参考
  • 实际收益取决于内容质量和运营
  • 建议配合 content-creator-cn 使用
安全使用建议
This skill is an instruction-only helper and appears coherent with its purpose. Before using it: (1) don't pass highly sensitive files (the agent will read any content files you provide); (2) review and, if desired, edit ~/.openclaw/config/content-monetizer.json to set platform weights to your comfort; (3) be aware the agent may send content to whatever LLM or analysis back-end your OpenClaw agent is configured to use — if you need strict privacy, run analysis locally or avoid uploading private content. If you plan to combine it with other skills (e.g., content-creator-cn), review those skills' permissions as well.
功能分析
Type: OpenClaw Skill Name: content-monetizer Version: 1.1.0 The skill bundle contains only metadata and documentation (SKILL.md) for a content monetization assistant. The instructions are consistent with the stated purpose of analyzing content for revenue potential and platform recommendations, and there is no evidence of malicious code, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description (content monetization) match the instructions and examples. Required resources are minimal (none) and the single config path (~/.openclaw/config/content-monetizer.json) is coherent for user-configurable platform weights.
Instruction Scope
SKILL.md contains only content-analysis and recommendation workflows (examples call analyze/distribute/compare on user content files). It does not instruct reading unrelated system files, accessing secrets, or sending data to unexpected external endpoints.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing will be downloaded or written by an installer.
Credentials
No environment variables, credentials, or external tokens are requested. The only persistent data is an optional config file under ~/.openclaw, which is appropriate for user preferences.
Persistence & Privilege
always is false and the skill does not request elevated or cross-skill configuration changes. Storing user preferences in its own OpenClaw config path is reasonable.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install content-monetizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /content-monetizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
优化功能,修复问题
v1.0.2
content-monetizer 1.0.2 - No user-facing changes; documentation and functionality remain unchanged in this release.
v1.0.7
优化安装说明
v1.0.6
优化文档和示例
v1.0.1
Version 1.0.1 of content-monetizer - No file changes detected; documentation and features remain consistent with previous version. - No new functionality, commands, or configuration updates have been introduced in this release.
v1.0.0
content-monetizer 1.0.0 – 初始版本上线 - 支持对文章、视频、代码等内容进行价值评估及预估收入预测 - 智能推荐最优内容分发平台(掘金、知乎、B站、YouTube、公众号等) - 提供多种变现方式建议(广告、付费、会员、咨询等) - 内置竞品对标分析、平台分发计划和SEO优化建议 - 丰富命令行用法与配置选项,开箱即用
元数据
Slug content-monetizer
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

Content Monetizer 是什么?

分析文章、视频或代码内容,评估价值并推荐最佳平台与变现方式,实现多渠道内容收益最大化。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 350 次。

如何安装 Content Monetizer?

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

Content Monetizer 是免费的吗?

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

Content Monetizer 支持哪些平台?

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

谁开发了 Content Monetizer?

由 yang1002378395-cmyk(@yang1002378395-cmyk)开发并维护,当前版本 v1.1.0。

💬 留言讨论