git404hub

what is video-publisher-skill fr?

oil-oil/video-publisher-skill — explained in plain English

Analysis updated 2026-05-18

61JavaScriptAudience · developerComplexity · 3/5LicenseSetup · moderate

tl;dr

An automation tool for Codex and Claude Code that fills in the title, tags, and cover for a video across four Chinese platforms, stopping before you actually hit publish.

vibe map

mindmap
  root((Video Publisher))
    What it does
      Uploads video drafts
      Fills titles and tags
      Adds originality declaration
      Stops before publish
    Tech stack
      JavaScript
      Node.js
      Ego Lite browser tool
    Use cases
      Batch prep four platforms
      Recover from interrupted upload
      Reuse saved posting preferences
    Audience
      Content creators
      Automation builders
    Limitations
      Depends on platform login
      No cover or video editing

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Prepare one local video as a ready to review draft across Xiaohongshu, Douyin, Bilibili, and WeChat Channels at once.

VIBE 2

Resume a video posting task safely after an interruption without duplicating uploads.

VIBE 3

Automate filling in titles, tags, and originality declarations while keeping the final publish step manual.

VIBE 4

Extend the tool with a custom posting step for a specific platform quirk.

what's the stack?

JavaScriptNode.jsEgo Lite

how it stacks up fr

oil-oil/video-publisher-skill1utkarsh1/mcp-stdio-guardrion-wu-tech/grok-video-workflow
Stars616161
LanguageJavaScriptJavaScriptJavaScript
Setup difficultymoderateeasymoderate
Complexity3/52/52/5
Audiencedeveloperdevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Ego Lite installed and already logged into the target creator platforms.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

Video Publisher Skill is a tool built for Codex and Claude Code that helps you prepare a local video for posting to four Chinese social platforms: Xiaohongshu, Douyin, Bilibili, and WeChat Channels. Give it a video file, and it uses a browser automation tool called Ego Lite to log into the real creator pages, upload the video, fill in the title and tags, add an originality declaration, and optionally attach a cover image, for whichever platforms you choose. By default the tool never clicks the final publish button. Actual publishing only happens if you explicitly authorize it for that specific task, and that permission is not saved or carried over to future runs. As of mid July 2026, the author reports the project has been tested against all four real platforms across 19 rounds of resilience checks and 48 out of 48 automated tests, with zero accidental final publishes. Those tests cover situations like repeated reruns, stale drafts, interrupted uploads, a crashed browser tool, corrupted state files, competing tasks running at once, oversized videos, and Douyin's video length limit. Rather than running several automated steps at once and hoping for the best, the tool uses a scheduler that checks login and page state in parallel, uploads to multiple platforms at the same time, but fills in text fields like titles and tags one platform at a time to avoid input conflicts. It only reports a page as ready once it rereads the page and confirms every required piece of information is actually present. To use it you need Ego Lite installed with its ego-browser command, Node.js 18 or newer, and existing logins to whichever platforms you plan to post to. It installs into a Codex or Claude Code skills folder from a git clone, and the first time you use it, it asks which platforms you actually have accounts on before configuring anything further. Your preferences are saved locally, separate from the skill's own files. The tool does not create or edit cover images, does not transcode or edit the video itself, and depends on the platforms' web pages not changing in ways that break it. It is released under the MIT license.

prompts (copy fr)

prompt 1
Show me how to install this skill into Claude Code and connect it to Ego Lite.
prompt 2
Explain what happens if the video upload gets interrupted halfway through on one platform.
prompt 3
Help me write a custom inspect, action, verify step for an extra button this skill doesn't handle yet.
prompt 4
Walk me through the first time onboarding questions this skill will ask me.

Frequently asked questions

what is video-publisher-skill fr?

An automation tool for Codex and Claude Code that fills in the title, tags, and cover for a video across four Chinese platforms, stopping before you actually hit publish.

What language is video-publisher-skill written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Ego Lite.

What license does video-publisher-skill use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is video-publisher-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is video-publisher-skill for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.