Skill Lab is a toolkit for deterministic analysis of AI agent skills.
It helps teams inspect skill behavior before enablement by producing structured permission and risk output.
brew tap feiyoug/tap/slabor
brew tap feiyoug/tap
brew install slabslab --helpFor other install options, please see our docs.
npm install @FeiyouG/skill-labpnpm add @FeiyouG/skill-labdeno add npm:@FeiyouG/skill-labUse in code:
import { Analyzer } from "@FeiyouG/skill-lab";slab analyze ./path/to/skill --json- Docs site:
https://skill-lab.pages.dev
packages/skillreader- skill repository readerspackages/analyzer- deterministic analysis pipelinepackages/shared- shared domain and API typespackages/cli-slabcommand-line interface
For contributor workflows, see CONTRIBUTING.md.