ワンクリックで
skill-with-allowed-tools-string
A test skill that declares allowed-tools as a space-separated string
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A test skill that declares allowed-tools as a space-separated string
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A test skill that declares allowed-tools as a YAML list
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.
| 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 |
This skill demonstrates allowed-tools declared as a space-separated string (the traditional format).
Same as the list format — restricts the skill to only the listed tools.
| Format | Example |
|---|---|
| String | "bash read grep" (this file) |
| List | ["bash", "read", "grep"] (complementary) |
Use this skill when testing the allowed-tools string format parsing.