← Back to Skills Marketplace
utopiabenben

Omnipublisher

by utopiabenben · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
204
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install omnipublisher
Description
Omni 内容发布器:一篇文章适配公众号/小红书/知乎/抖音,批量生成多平台版本
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install omnipublisher
  3. After installation, invoke the skill by name or use /omnipublisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug omnipublisher
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Omnipublisher?

Omni 内容发布器:一篇文章适配公众号/小红书/知乎/抖音,批量生成多平台版本. It is an AI Agent Skill for Claude Code / OpenClaw, with 204 downloads so far.

How do I install Omnipublisher?

Run "/install omnipublisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Omnipublisher free?

Yes, Omnipublisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Omnipublisher support?

Omnipublisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Omnipublisher?

It is built and maintained by utopiabenben (@utopiabenben); the current version is v1.0.0.

💬 Comments