← 返回 Skills 市场
Omnipublisher
作者
utopiabenben
· GitHub ↗
· v1.0.0
· MIT-0
204
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install omnipublisher
功能描述
Omni 内容发布器:一篇文章适配公众号/小红书/知乎/抖音,批量生成多平台版本
安全使用建议
This skill is a small local Python tool that reads the article file you provide and writes per‑platform markdown files; it does not contact external servers or request secrets. Before installing, you may: (1) review the included source (source/omnipublisher.py) yourself—it's short and readable; (2) run it in a sandbox or test directory to confirm output and file locations; and (3) avoid feeding it files that contain sensitive secrets you don't want written to disk. If you need automated publishing (actually posting to platforms), note this tool only formats content and does not integrate with platform APIs.
功能分析
Type: OpenClaw Skill
Name: omnipublisher
Version: 1.0.0
The omnipublisher skill bundle is a straightforward content formatting tool that adapts markdown files for various social media platforms. Analysis of source/omnipublisher.py and install.sh reveals no network activity, external dependencies, or suspicious file system operations; it strictly performs local string manipulation and file I/O as described in SKILL.md.
能力评估
Purpose & Capability
Name/description (multi‑platform content formatter) matches the included Python source and SKILL.md. The code implements formatting for the listed platforms and the install script only checks for Python 3.7+. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md and the script limit actions to reading the provided article file and writing formatted output files to the output directory. There are no instructions to read unrelated files, environment variables, or send data externally.
Install Mechanism
No packaged install spec is provided (instruction-only install), and the included install.sh is a harmless check for python3. No downloads, archives, or external installers are used.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not access env vars or secrets. Requested access (file I/O for input/output) is proportional to its purpose.
Persistence & Privilege
always:false and normal agent invocation settings. The skill does not modify other skills or system configs and does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install omnipublisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/omnipublisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of omnipublisher.
- One-click conversion of a single article to formats for WeChat, Xiaohongshu, Zhihu, and Douyin.
- Ultra-fast (millisecond-level) processing.
- Pure Python implementation with no external dependencies.
- Simple CLI usage, outputs platform-specific files.
- Automatically adapts content style and formatting for each platform.
元数据
常见问题
Omnipublisher 是什么?
Omni 内容发布器:一篇文章适配公众号/小红书/知乎/抖音,批量生成多平台版本. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。
如何安装 Omnipublisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install omnipublisher」即可一键安装,无需额外配置。
Omnipublisher 是免费的吗?
是的,Omnipublisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Omnipublisher 支持哪些平台?
Omnipublisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Omnipublisher?
由 utopiabenben(@utopiabenben)开发并维护,当前版本 v1.0.0。
推荐 Skills