بنقرة واحدة
skill-with-mcp-servers
A test skill with both stdio and HTTP MCP server examples in frontmatter
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
A test skill with both stdio and HTTP MCP server examples in frontmatter
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
A test skill that declares allowed-tools as a YAML list
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 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-mcp-servers |
| description | A test skill with both stdio and HTTP MCP server examples in frontmatter |
| mcp-servers | {"filesystem-server":{"command":"npx","args":["-y","@modelcontextprotocol/server-filesystem","/tmp"]}} |
This skill demonstrates mcp-servers frontmatter configuration with both stdio-based (local)
and HTTP-based (remote) MCP server examples.
| Type | Fields | Use Case |
|---|---|---|
| stdio | command + args | Local subprocess (npx, uvx, etc) |
| HTTP | url + headers | Remote server, shared deployment |
Use this skill when you need filesystem or remote API access via MCP.
null for HTTP.null for stdio.