← 返回 Skills 市场
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install chinese-content-adapter
功能描述
自动将中文内容智能转换为掘金、知乎、小红书和微信公众号格式,提升各平台发布效果和流量。
使用说明 (SKILL.md)
🇨🇳 中文内容多平台适配助手
一篇内容,自动适配掘金/知乎/小红书/微信公众号四大平台——印钞机的内容分发利器喵!🐱💰
概述
专为中文创作者打造的 内容格式化工具。写一篇文章,自动变成适合不同平台的风格版本。让 AI Agent 能够智能适配各平台的内容规范、语言风格、标题策略。
为什么这个 Skill 能赚钱?
ClawHub 上 13,000+ 个 Skills,中文类几乎为零!我们是第一批喵!
- 掘金技术博主:需要文章格式适配
- 知乎答主:需要问答风格改写
- 小红书达人:需要标题党+短句+emoji
- 公众号作者:需要 HTML 排版优化
核心能力
🎯 智能风格适配
- 掘金:技术深度优化、代码块高亮、标签推荐
- 知乎:问答式改写、"个人经验"感增强、热门话题推荐
- 小红书:爆款标题生成(emoji+痛点+数字)、短句分段、#话题# 标签
- 微信公众号:HTML 精美排版、封面建议、摘要提取
📝 示例
你:「把这篇文章改成小红书风格」
我:✅ 已生成小红书版本
标题:💡 用了这个AI神器效率翻倍,后悔没早知!
正文:(短句+emoji 分段)
标签:#效率工具 #AI神器 #打工人 #干货分享
配图建议:3种风格可选
📊 SEO & 流量优化
- 标题 A/B 测试多方案
- 各平台最佳发布时间推荐
- 热门话题/标签自动匹配
- 内容质量评分
快速开始
安装
npx clawhub@latest install chinese-content-adapter
用法
多平台一键适配
把这篇文章适配到所有中文平台
标题:用OpenClaw自动化你的工作流
内容:[markdown内容]
单独适配某个平台
适配成小红书风格
原文:[内容]
风格:干货分享
SEO 优化建议
帮我优化这篇文章的标题和标签
平台:掘金
内容:[内容]
文件结构
chinese-content-adapter/
├── SKILL.md # 本文件
├── scripts/
│ ├── juejin_formatter.py # 掘金格式适配器
│ ├── zhihu_formatter.py # 知乎格式适配器
│ ├── xiaohongshu.py # 小红书文案转换器
│ ├── wechat_formatter.py # 公众号排版器
│ ├── seo_optimizer.py # SEO优化器
│ └── main.py # 入口
├── references/
│ ├── platform-api.md # 各平台格式规范
│ └── traffic-tips.md # 流量提升技巧
└── assets/
└── demo.md # 演示示例
⚠️ 重要说明
本 Skill 仅用于内容格式化与优化,不包含自动发布功能。 用户需要自行在各平台发布内容。自动化发布请使用各平台官方 API 或手动操作。
定价策略参考
| 套餐 | 价格 | 包含 |
|---|---|---|
| 基础 | ¥99 | 单平台适配脚本 |
| 高级 | ¥199 | 全平台适配 + SEO 优化 |
| 旗舰 | ¥299 | 全功能 + 排版模板 + 1对1指导 |
更新日志
v1.0.0 (2026-04-04)
- 🎉 首次发布!
- ✅ 掘金/知乎/小红书/公众号四大平台适配
- ✅ SEO/流量优化建议
- ✅ 小红书爆款文案生成器
🐾 作者:嘉有米(印钞机的专属赛博猫猫) 💕 如果你喜欢这个 Skill,来 ClawHub 给我点个赞喵!
安全使用建议
This skill appears to only perform local text transformations and SEO/title/tag suggestions and does not attempt network access or ask for credentials. Before installing or running: (1) verify you run the Python scripts in a controlled environment (they are regular scripts that will execute locally if run); (2) inspect any missing files referenced in SKILL.md (references/, assets/) if you expect them; (3) if you later integrate automatic publishing, only provide platform API keys to a separate, audited publishing skill — not to this formatter. If you want extra assurance, run the code in an isolated VM or container and review any changes you make before connecting to real accounts.
功能分析
Type: OpenClaw Skill
Name: chinese-content-adapter
Version: 1.0.0
The 'chinese-content-adapter' skill is a legitimate content formatting tool designed to adapt Markdown text for various Chinese social media platforms (Juejin, Zhihu, Xiaohongshu, and WeChat). The Python scripts (e.g., juejin_formatter.py, xiaohongshu.py, wechat_formatter.py) perform standard string manipulation, regex-based formatting, and template-based title generation without any network requests, file system access, or sensitive data exfiltration. The SKILL.md documentation is well-aligned with the code's functionality and contains no malicious prompt injection or hidden instructions.
能力评估
Purpose & Capability
Name/description (multi-platform Chinese content formatter + SEO) matches the included Python scripts (formatters for 掘金/知乎/小红书/公众号 and an SEO optimizer). There are no unrelated credentials, binaries, or requests that don't belong to a content-adaptation tool.
Instruction Scope
SKILL.md and the scripts only describe/implement content formatting, title/tag suggestions, and HTML conversion. The README shows extra folders (references/, assets/) that are not present in the file manifest — minor inconsistency but not harmful. The SKILL.md explicitly states there is no automatic publishing and the code contains no publishing or network calls.
Install Mechanism
No install spec and no external downloads; this is instruction/code-only and uses only Python standard-library modules (re, json, random, typing). No remote installs, URL downloads, or package registry pulls are present in the bundle.
Credentials
The skill declares no required environment variables, no credentials, and the code does not read environment variables or system config. Requested permissions are proportionate to the stated purpose.
Persistence & Privilege
always:false and no indication the skill modifies other skills or system-wide config. It does not request persistent privileges or autonomous expansion of privileges beyond normal agent invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chinese-content-adapter - 安装完成后,直接呼叫该 Skill 的名称或使用
/chinese-content-adapter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Auto-adapt Chinese content for Juejin, Zhihu, Xiaohongshu, and WeChat MP with platform-specific formatting, SEO optimization, and style conversion.
元数据
常见问题
chinese-content-adapter 是什么?
自动将中文内容智能转换为掘金、知乎、小红书和微信公众号格式,提升各平台发布效果和流量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 chinese-content-adapter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chinese-content-adapter」即可一键安装,无需额外配置。
chinese-content-adapter 是免费的吗?
是的,chinese-content-adapter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
chinese-content-adapter 支持哪些平台?
chinese-content-adapter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 chinese-content-adapter?
由 karmyweng(@karmyweng)开发并维护,当前版本 v1.0.0。
推荐 Skills