| name | skill-with-allowed-tools-string |
| description | A test skill that declares allowed-tools as a space-separated string |
| allowed-tools | bash read grep write edit |
Skill with Allowed Tools as String
This skill demonstrates allowed-tools declared as a space-separated string (the traditional format).
Behavior
Same as the list format — restricts the skill to only the listed tools.
Both Formats
| Format | Example |
|---|
| String | "bash read grep" (this file) |
| List | ["bash", "read", "grep"] (complementary) |
Usage
Use this skill when testing the allowed-tools string format parsing.