Prompt and command patterns for agent-assisted SlideVids automation.
Recommended Prompt Pattern
Use SlideVids CLI for this workflow.
1) Print exact commands before running.
2) Verify auth with `slidevids whoami`.
3) Create a render for timeline tmpl_123.
4) Wait until terminal status.
5) Download output to ./artifacts.
6) Return final status + file path.
High-Confidence Command Sequence
slidevids whoami
slidevids renders create --timeline-id tmpl_123 --no-wait --json
slidevids renders wait render_xxx --interval 3 --timeout 900 --json
slidevids renders download render_xxx --output ./artifacts/render.mp4
Guardrails
- Prefer
--json when outputs are consumed by other tooling.
- Keep secrets in env vars; do not paste raw keys into prompts.
- Ask Claude Code to stop on first non-zero exit and summarize error details.