bad-allowed-tools

star 52

Use when you need to test a skill with allowed-tools as a YAML list.

8ddieHu0314 By 8ddieHu0314 schedule Updated 3/18/2026

name: bad-allowed-tools description: Use when you need to test a skill with allowed-tools as a YAML list. allowed-tools: - Read - Write - Bash

The allowed-tools field must be a space-delimited string, not a YAML list.

Correct format: allowed-tools: "Read Write Bash" Wrong format: the YAML list above

Expected failure: frontmatter.allowed-tools-format [moderate]

Install via CLI
npx skills add https://github.com/8ddieHu0314/Skill-Lab --skill bad-allowed-tools
Repository Details
star Stars 52
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator