video-publisher

video-publisher is a skill for Claude Code, Codex from sunshineLixun/video-publish-skill. It costs 80 tokens per session (6,102 once invoked), scanned A, original, Apache-2.0.

A workflow for preparing video posts as drafts on Xiaohongshu, Douyin, Bilibili, and WeChat Channels. It collects the video, accompanying text, tags, cover, and platform choices before uploading.

In plain words
What is it for?
It helps configure available accounts, choose platforms, prepare captions and tags, schedule uploads, recover drafts, declare original content when truthful, and upload provided covers.
Why use it?
Publishing the same video to several creator platforms requires different settings, copy, tags, and upload checks. This organizes the package and verifies that drafts are ready.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps configure available accounts, choose platforms, prepare captions and tags, schedule uploads, recover drafts, declare original content when truthful, and upload provided covers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sunshinelixun/video-publish-skill/ego-publisher
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sunshineLixun/video-publish-skill --skill ego-publisher
Clone the repo
git clone --depth 1 https://github.com/sunshineLixun/video-publish-skill

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 video-publisher

README.md
[![agentmods](https://agentmods.dev/badge/skills/sunshinelixun/video-publish-skill/ego-publisher/github.svg)](https://agentmods.dev/skills/sunshinelixun/video-publish-skill/ego-publisher)
Your own site
<a href="https://agentmods.dev/skills/sunshinelixun/video-publish-skill/ego-publisher"><img src="https://agentmods.dev/badge/skills/sunshinelixun/video-publish-skill/ego-publisher/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 video-publisher

Your own site · 80×15
<a href="https://agentmods.dev/skills/sunshinelixun/video-publish-skill/ego-publisher"><img src="https://agentmods.dev/badge/skills/sunshinelixun/video-publish-skill/ego-publisher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,102 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.00080 $0.06102
Opus 5 $0.00040 $0.03051
Sonnet 5 $0.00016 $0.01220
Haiku 4.5 $0.00008 $0.00610

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

Security

Grade A, and why

video-publisher 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 12d ago.

The scan reads SKILL.md. This mod also ships 22 executable files (scripts/check-package.mjs, scripts/config.mjs, scripts/find-video.mjs, …), 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/prepare-video-publish/scripts/ego-publisher/SKILL.md · 247 lines

How it starts

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

Video Publisher

Prepare one confirmed video package and drive selected creator platforms to a verified draft state. Use Ego Lite for all live creator-page work.

Configuration And Onboarding

At the start of every invocation, before inspecting a video or opening a browser, run:

node scripts/config.mjs status

If onboardingRequired is true, stop the publishing flow and onboard the user. Ask first which supported creator platforms the user actually has; require at least one and never assume all four. Then ask which of those available platforms should run by default, proposing all available platforms as the default subset. Ask for Douyin topics only when Douyin is available and Bilibili automatic tags only when Bilibili is available. Collect the source directory, shared copy/tag preferences, and whether every video may truthfully be declared original; keep concurrency 4/4 and platform cover as proposed defaults unless the user changes them. Summarize the choices before writing. Save available accounts with repeatable --available-platform flags and defaults with repeatable --platform flags, run validate, and continue only when onboardingRequired is false.

Configuration is per user at $XDG_CONFIG_HOME/video-publisher/config.json, or $HOME/.config/video-publisher/config.json. VIDEO_PUBLISHER_CONFIG overrides the path. Never put a user's configuration inside the shareable Skill folder.

An explicit current request overrides the package; explicit package fields override configuration defaults. A current request may select any configured available platform, but it cannot silently add an unavailable platform: update onboarding and confirm that account first. The onboarding configuration may persist the user's truthful standing originality policy and declared platform availability, but never cookies, credentials, video-specific paths, or final-publish authorization. Read references/configuration.md for the schema and onboarding command.

Read the full file on GitHub · 247 lines

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. 12d ago First seen · 247 lines · 80 tokens per session scan A 76005f9538bf

Subscribe to this mod's changes

video-publisher is a skill published in the GitHub repository sunshineLixun/video-publish-skill (22 stars, last pushed 8d ago), licensed Apache-2.0. It adds 80 tokens to every session and 6,102 once invoked, about $0.0004 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.