postey-video

Installation
SKILL.md

Postey Video

One video becomes a caption per platform and a draft per account. Nothing publishes without the user's explicit approval, and scheduling counts as publishing.

Why this ships its own CLI

scripts/postey.js here is a byte-identical copy of the hub's, verified by scripts/check-script-parity.js. A skill cannot rely on the path to another skill's directory — no install layout guarantees one — so the copy travels with the pack. The consequence is that this skill and the hub version-bump together whenever the CLI changes.

capability-snapshot.json sits beside it because postey.js requires it at runtime for the platform list. A copy without it crashes on require.

Routing

Installs
6
Repository
posteyai/skills
GitHub Stars
6
First Seen
Aug 27, 2026
postey-video — posteyai/skills