一键导入
auxiliary-only-skill
// A skill that uses only shell and config code blocks for testing contamination.
// A skill that uses only shell and config code blocks for testing contamination.
Review a proposed Agent Skill for structural validity and content quality before publishing. Runs the skill-validator CLI to check for structural issues, scores the skill with an LLM judge, and interprets results to advise authors on what to address. Use when a user wants to review, validate, or quality-check an Agent Skill.
A skill with development directories that require --allow-dirs.
A skill using a flat layout with all files at the root level.
A skill that produces warnings but no errors.
A well-formed example skill for testing the validator.
A skill with code blocks and imperative instructions for testing content and contamination analysis.
| name | auxiliary-only-skill |
| description | A skill that uses only shell and config code blocks for testing contamination. |
This skill uses bash commands and config files but no application languages.
Install the required tools:
brew install jq yq
Create a config file:
server:
host: localhost
port: 8080
Alternatively use JSON:
{
"server": {
"host": "localhost",
"port": 8080
}
}
Start the service:
./start.sh --config config.yaml