بنقرة واحدة
skill-with-allowed-tools-list
A test skill that declares allowed-tools as a YAML list
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
A test skill that declares allowed-tools as a YAML list
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
A test skill that declares allowed-tools as a space-separated string
A test skill with BOTH frontmatter mcp-servers AND a companion mcp.json (tests mcp.json precedence)
A test skill with MCP servers configured via companion mcp.json file
A test skill with both stdio and HTTP MCP server examples in frontmatter
A test skill with multiple Python tool examples in frontmatter
A simple example skill that demonstrates the basic structure and functionality. Use when you need to show how skills work or test skill loading.
استنادا إلى تصنيف SOC المهني
| 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"] |
This skill demonstrates allowed-tools declared as a YAML list (not a space-separated string).
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.
| Format | Example |
|---|---|
| List | ["bash", "read", "grep"] (this file) |
| String | "bash read grep" (complementary fixture) |
Use this skill when testing the allowed-tools list normalization validator.