skill-cross-platform-publish

skill-cross-platform-publish is a skill for Claude Code, Codex from ZJU-REAL/Easel. It costs 144 tokens per session (1,221 once invoked), scanned A, original, Apache-2.0.

A tool for adapting one piece of content to several social platforms and sending it to each platform's publishing tool. It supports Xiaohongshu, Douyin, Bilibili, WeChat Official Accounts, Kuaishou, WeChat Channels, and Zhihu.

In plain words
What is it for?
Use it to publish one article, post, or video to several Chinese social platforms. It can adapt titles, text, tags, tone, and video proportions for each destination before handing off publication.
Why use it?
It removes the need to prepare and route the same content separately for every platform. It checks platform limits such as length, aspect ratio, tags, and content type before dispatching it.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions AGENTS.md; built for openclaw.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python skills/shared/scripts/manifest.py record --topic 露营攻略 \.

Good fit Use it to publish one article, post, or video to several Chinese social platforms. It can adapt titles, text, tags, tone, and video proportions for each destination before handing off publication.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ZJU-REAL/Easel
agentmods
npx agentmods add skills/zju-real/easel/skill-cross-platform-publish

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skill-cross-platform-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/zju-real/easel/skill-cross-platform-publish/github.svg)](https://agentmods.dev/skills/zju-real/easel/skill-cross-platform-publish)
Your own site
<a href="https://agentmods.dev/skills/zju-real/easel/skill-cross-platform-publish"><img src="https://agentmods.dev/badge/skills/zju-real/easel/skill-cross-platform-publish/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skill-cross-platform-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/zju-real/easel/skill-cross-platform-publish"><img src="https://agentmods.dev/badge/skills/zju-real/easel/skill-cross-platform-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,221 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00144 $0.01221
Opus 5 $0.00072 $0.00611
Sonnet 5 $0.00029 $0.00244
Haiku 4.5 $0.00014 $0.00122

Measured 11d ago against content hash d31956fea02e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

skill-cross-platform-publish scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/publish_dispatch.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openclaw/skill-cross-platform-publish/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

跨平台一键发布

一稿多发:按各平台规范适配同一份内容,再逐平台委派发布 SKILL。走 scripts/publish_dispatch.py(约束检查 + 平台→publisher 路由 + 派发计划)。 内容适配由你(LLM)完成,实际发布委派各平台 publisher SKILL。

支持平台 → 发布 SKILL

平台 publisher SKILL
xiaohongshu skill-xhs-publisher ✅
douyin skill-douyin-upload ✅
wechat(公众号) skill-wechat-publisher ✅
bilibili skill-bilibili-upload ✅
kuaishou skill-kuaishou-upload ✅
weixin-channels(视频号) skill-channels-upload ✅
zhihu skill-zhihu-publisher ✅

python <skill>/scripts/publish_dispatch.py platforms 看全部平台及约束。

输入

内容清单 manifest(JSON):

{
  "content": {"title": "...", "body": "...", "tags": ["...", "..."], "media_type": "video"},
  "platforms": ["xiaohongshu", "douyin", "bilibili"]
}

执行流程

脚本路径:skills/openclaw/skill-cross-platform-publish/scripts/publish_dispatch.py

# 1) 生成派发计划(校验各平台越限 + 路由到 publisher)
python skills/openclaw/skill-cross-platform-publish/scripts/publish_dispatch.py plan --manifest content.json
  1. 按计划为每个平台适配内容(你来做):
    • constraints_notewarnings 精简标题/正文、删减标签、调整话题格式。
    • recommend_aspect 决定是否用 video-reframe 转比例(如竖版转横版发 B站)。
    • 语气/话题按平台生态本地化(小红书亲和+emoji、B站梗、知乎专业、抖音短平快)。
  2. 发布前人设检查(有 Profile 时,见 AGENTS.md「发布前人设一致性检查」): 对适配后的各平台内容跑 skill-persona-check,评分喂 python skills/shared/scripts/persona_gate.py check --score 85—— 低于 80 分时告知分数、偏离点和修改建议,但不阻断发布;用户已明确要发布就继续执行。
  3. 逐平台发布:调用 dispatch[i].publisher 对应的发布 SKILL 执行。
  4. 发布后:skill-publish-notify 推送结果;skill-short-link 生成带 UTM 追踪短链; 并把本次发布登记进 manifest 供归因层消费:
    python skills/shared/scripts/manifest.py record --topic 露营攻略 \
      --layer publish --skill skill-cross-platform-publish --profile 户外达人 \
      --upstream outputs/露营攻略/article.md --summary "已发 小红书/抖音/B站"
    

    发布记录已由 publisher 脚本在 --exec 成功时自动落「内容日历(_schedule.json)+ skill-publish-log」,无需手动补记(重复会双记)。仅当要补 --persona-score/--persona-verdict 等元数据时,再单独调 skill-publish-log 追加。

Profile 感知

Read the full file on GitHub · 85 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 85 lines · 144 tokens per session scan A d31956fea02e

Subscribe to this mod's changes

skill-cross-platform-publish is a skill published in the GitHub repository ZJU-REAL/Easel (794 stars, last pushed yesterday), licensed Apache-2.0. It adds 144 tokens to every session and 1,221 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ppt-generation

Generate PPTX presentations from slide plan + content.

HezaoHezao/poirot · 13 tokens

chart-visualization

Generate charts: select type, extract data, render image.

HezaoHezao/poirot · 17 tokens

jacky-motion2-0-srt

A workflow for turning a Chinese spoken script and matching SRT subtitle file into a single 16:9 HTML information animation. SRT is a subtitle file that stores text with start and end times; the animation follows those times and adds recorded-screen placeholders when needed.

Jackywxsz/Jacky-motion · 127 tokens

video-podcast-maker

Use when the user gives a topic and wants an automated topic-driven narrated explainer, podcast, or knowledge-summary video (Bilibili / YouTube / Xiaohongshu / Douyin / WeChat Channels), or asks to learn visual design patterns from a reference video/image. Trigger when the user mentions creating a knowledge video…

Agents365-ai/video-podcast-maker · 214 tokens

video-podcast-maker-lite

Minimal personal narrated-video pipeline — a topic becomes a talking-head-free explainer MP4 (1080p or 4K) via script → Azure TTS (SSML) → Remotion. Use when the user wants a quick narrated video from a topic without the full video-podcast-maker machinery (no extra skills, no thumbnails/shorts/publish matrix). Do NOT…

Agents365-ai/video-podcast-maker · 96 tokens

video-podcast-maker-nano

Smallest personal narrated-explainer-video pipeline (spoken narration over visuals, not an audio podcast), fully tool-agnostic and autonomous by default — topic → research ∥ asset collection → script → TTS → video → 4K render ∥ publish info + cover. The skill defines the pipeline logic and self-verified checkpoints…

Agents365-ai/video-podcast-maker · 163 tokens