OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add postplusai/postplus-skills --skill video-analysis
Analyze local or remote social videos through PostPlus, especially for TikTok/Reels shot beats, timelines, voiceover or on-screen text capture, creative strategy, and natural Markdown outputs. Use this when you need video-level analysis beyond metadata and want results linked back to source metadata.
npx skills add postplusai/postplus-skills --skill video-analysis
postplus media analyze; discover its current flags
with postplus media schema --json..mp4, .m4v, .mov, and .webm.--video. PostPlus prepares the media and runs the request;
do not pre-upload it or author a manual request object.sourceId, sourceUrl, videoFilePath, sourceMetadataPath or
dataset path, model, prompt version, and source basis so results can be joined
back to source metadata.media analyze returns the hosted analysis response. Read the analysis text
from that response and write one natural
Markdown file per source video into a stable workspace path; there is no batch
runner or summary file.postplus media analyze <model-key> --video <local-path-or-url> --prompt <analysis-prompt> --output <result.json>.
When the source video duration is known (for example from the local file),
pass --video-seconds <n> so the hosted boundary can route eligible short videos
efficiently; omit it when the duration is unknown.postplus media schema --json;
do not use another execution interface.postplus quote confirm --json --challenge-file <challenge.json> and retry with the returned token.postplus doctor --skill video-analysis.
If a command fails, report the exact error and stop. Do not bypass the
failure by answering from metadata, rewriting media, readiness probing,
or unowned fallbacks.