## Summary
- Refreshes the Sora skill to match the latest Sora docs and changelog,
including support guidance for non-human reusable characters, `16`/`20`
second clips, `1920x1080` and `1080x1920` on `sora-2-pro`, extensions,
JSON/file image references, and clearer local queue vs official Batch
API guidance.
- Simplifies the supported skill surface so it only advertises broadly
available workflows: create videos, create non-human character
references, extend completed videos, edit existing generated videos by
ID, and manage/download/list/delete jobs.
- Removes eligibility-gated paths and messaging from the skill:
uploaded-video editing is no longer exposed in the CLI or docs, and the
docs no longer mention account-manager/sales escalation or
human-likeness eligibility.
## Implementation details
- Updated `skills/.curated/sora/scripts/sora.py` to add the new Sora
flows and limits, while narrowing `edit` to `--id` only and rejecting
the old `--video-file` path.
- Updated `skills/.curated/sora/SKILL.md` plus the
CLI/API/troubleshooting references to reflect the current supported
workflow and non-human character boundary.
- Regenerated the Sora agent metadata so the UI description/prompt
matches the expanded but non-gated skill surface.
## Summary
- align the `.system` and `.curated` `latest-model.md` references
- update the text model rows to use `gpt-5.4-mini` and `gpt-5.4-nano`
- clarify that `gpt-5.4` and `gpt-5.4-mini` are suitable for coding
use-cases
- remove outdated no-reasoning and Codex-specific rows from the table
## Testing
- Not run (not requested)