Skip to content

Fix Codex plugin metadata validation errors#20

Open
starfleeth wants to merge 1 commit into
mainfrom
codex-plugin-metadata-fixes
Open

Fix Codex plugin metadata validation errors#20
starfleeth wants to merge 1 commit into
mainfrom
codex-plugin-metadata-fixes

Conversation

@starfleeth

Copy link
Copy Markdown
Collaborator

Summary

Fixes three Codex marketplace validation errors on the temporal-cloud-setup skill:

  • disable-model-invocation not allowedSKILL.md had disable-model-invocation: true, which imported skills cannot set. Removed the line.
  • Missing interface in agent YAMLagents/openai.yaml was missing the required interface section. Added display_name and short_description.
  • Unsupported plugin categoryplugin.json used "Coding", which is not a valid marketplace category. Changed to "Developer Tools".

Callout

Verify that the temporal-cloud-setup skill's auto-trigger is still disabled after these changes (allow_implicit_invocation: false in openai.yaml).

@starfleeth starfleeth requested a review from a team as a code owner July 9, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant