Skip to content
Discussion options

You must be logged in to vote

include_instructions = false only stops the catalogue block from being injected. Skills stay available and one the agent is pointed at by name still loads ([extension.rs](https://github.com/openai/codex/blob/main/codex-rs/ext/skills/src/extension.rs))

In practice include_instructions = false means an agent that never sees the catalogue will not reach for skills on its own and you keep the few you need by naming them in the task prompt.

I don't know of any default-off/whitelist option. SkillsConfig is just bundled, include_instructions and config, and unknown keys like default_enabled are rejected.

Enablement is deny-list only
[[skills.config]] entries with enabled = false which also cover…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by XxUnkn0wnxX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants