validate_claw_skill
Validate CLAW skill manifests and configs for security issues, including permission scopes, API dependencies, file access, and plugin isolation, before publishing or in CI/CD.
Instructions
Validate a CLAW skill manifest and configuration for security best practices.
Checks:
Skill manifest.json structure and required fields
Permission scopes (are they minimal?)
External API dependencies
File system access patterns
Environment variable usage
Plugin isolation safety
Use this before publishing a skill to CLAUDE Hub or for CI/CD validation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_code | No | Optional: main skill code for deeper analysis | |
| manifest_json | Yes | The skill's manifest.json content as a string |