postplusai/postplus-skills634 installs
subtitle-packager
Convert normalized timed transcript data into subtitle artifacts such as SRT and ASS. Use this when a stable normalized transcript JSON already exists and the main job is subtitle chunking, timing normalization, and export packaging.
How do I install this agent skill?
npx skills add https://github.com/postplusai/postplus-skills --skill subtitle-packagerIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is safe. It provides tools for processing transcripts into subtitle formats like SRT and ASS, and it integrates with the PostPlusAI cloud ecosystem using standard authentication and media management methods.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Subtitle Packager
Use When
- A stable timed transcript already exists and the job is subtitle chunking, SRT/ASS generation, readable caption packaging, or editor handoff.
- This skill packages transcripts. It must not call speech-to-text or video analysis models.
Do Not Use When
- The task belongs to ideation, QA, or another released skill listed in the handoff section.
- Required inputs are missing and guessing would change the result.
Input Boundary
- Primary input is
normalized-transcript.jsonfromaudio-transcriptionorvideo-transcriptionwith stable timing. - If timing is missing or invalid, stop and say so plainly. Do not invent timing unless the user explicitly asks for heuristic timing.
- Preserve source transcript path, subtitle mode, output path, and source basis in handoff notes or intermediate JSON.
Path And Handoff
- Keep chunking inputs, intermediate subtitle JSON, and render artifacts under
.postplus/subtitle-packagerwhen they are internal state. - Keep final user-facing
.srt,.ass, and editor handoff files outside.postplus. - Start with one normalized transcript before broader batch packaging.
- Return final subtitle paths, source transcript path, selected chunk mode, and any profile path used.
Stop Conditions
- Stop when required user intent, source evidence, or owned input artifacts are missing and guessing would change the result.
- If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools.
Public Command Boundary
- Choose the smallest matching command or workflow from the user input and run it directly.
- If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/postplusai/postplus-skills/subtitle-packager">View subtitle-packager on skillZs</a>