Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove curated Sora skill package#361

Open
xl-openai wants to merge 1 commit intomainfrom
dev/codex/remove-sora-skills-entirely
Open

Remove curated Sora skill package#361
xl-openai wants to merge 1 commit intomainfrom
dev/codex/remove-sora-skills-entirely

Conversation

@xl-openai
Copy link
Copy Markdown
Collaborator

Motivation

  • Remove the Sora skill and all associated assets, docs, and CLI tool to fully eliminate the curated Sora integration from the skills catalog.
  • Ensure there are no remaining references or runtime artifacts that could surface Sora-specific workflows in the repo.

Description

  • Deleted the entire skills/.curated/sora directory including SKILL.md, scripts/sora.py, agents/openai.yaml, assets/ images, and all references/ documentation files.
  • Removal affects 14 files (the bundled CLI, skill metadata, agent configuration, images, and multiple reference docs) and the Sora skill package was removed from the curated skills list.
  • Change is scoped to skills/.curated/sora and does not modify other skill packages or global docs outside that directory.

Testing

  • Ran test ! -d skills/.curated/sora && echo 'sora dir removed' which reported the directory is absent (success).
  • Searched the tree with rg -uu -n ".curated/sora" to verify there are no lingering .curated/sora references (no matches found; success).
  • Inspected repository changes with git diff --stat / git status --short to confirm the deletion scope and file removals (verified expected deletions; success).

Codex Task

@xl-openai xl-openai requested a review from a team April 21, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant