| name | skill-with-allowed-tools-list |
| description | A test skill that declares allowed-tools as a YAML list |
| allowed-tools | ["bash","read","grep","glob","write","edit"] |
Skill with Allowed Tools as List
This skill demonstrates allowed-tools declared as a YAML list (not a space-separated string).
Behavior
When allowed-tools is set, the skill's instructions are wrapped in a filtering wrapper
that only allows the listed tools to be invoked. Tools not in the list are blocked.
Both Formats
| Format | Example |
|---|
| List | ["bash", "read", "grep"] (this file) |
| String | "bash read grep" (complementary fixture) |
Usage
Use this skill when testing the allowed-tools list normalization validator.