بنقرة واحدة
test-with-args
A skill that accepts arguments for testing parameter passing and input validation across protocols
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
A skill that accepts arguments for testing parameter passing and input validation across protocols
التثبيت باستخدام 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 both stdio and HTTP MCP server examples in frontmatter
A test skill with multiple Python tool examples in frontmatter
| name | test-with-args |
| description | A skill that accepts arguments for testing parameter passing and input validation across protocols |
| license | Apache-2.0 |
| compatibility | 1.0.0 |
| allowed-tools | bash, read, grep |
| metadata | {"category":"testing","complexity":"intermediate"} |
A skill that accepts arguments for testing parameter passing
Apache-2.0
1.0.0
bash, read, grep
This skill demonstrates argument handling and parameter validation.
When invoked with arguments, process them appropriately:
With single argument:
agentpool skill test-with-args "my test input"
With multiple arguments:
agentpool skill test-with-args arg1 arg2 arg3
Expected output:
Argument Passing: Verify arguments are correctly passed through:
Input Validation: Test validation behavior with:
Protocol-Specific Format Verification: