← Back to Skills Marketplace
Content Monetizer
by
yang1002378395-cmyk
· GitHub ↗
· v1.1.0
· MIT-0
350
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install content-monetizer
Description
分析文章、视频或代码内容,评估价值并推荐最佳平台与变现方式,实现多渠道内容收益最大化。
README (SKILL.md)
content-monetizer
描述
内容变现助手 - 分析你的内容(文章/视频/代码),推荐最佳变现方式。适合:创作者、博主、开发者。
功能
- 内容价值评估(预计收入)
- 平台推荐(掘金/知乎/B站/YouTube)
- 变现方式建议(广告/付费/会员/咨询)
- 竞品对标分析
- SEO 优化建议
使用场景
- 写文章前 - 先评估哪个平台收益最高
- 内容复用 - 一篇内容多平台分发策略
- 定价咨询 - 该收多少钱?
- 流量分析 - 为什么没人看?
命令示例
# 分析单篇文章
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 使用
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install content-monetizer - After installation, invoke the skill by name or use
/content-monetizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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优化建议
- 丰富命令行用法与配置选项,开箱即用
Metadata
Frequently Asked Questions
What is Content Monetizer?
分析文章、视频或代码内容,评估价值并推荐最佳平台与变现方式,实现多渠道内容收益最大化。 It is an AI Agent Skill for Claude Code / OpenClaw, with 350 downloads so far.
How do I install Content Monetizer?
Run "/install content-monetizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Content Monetizer free?
Yes, Content Monetizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Content Monetizer support?
Content Monetizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Content Monetizer?
It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.1.0.
More Skills