@feiyoug/skill-lab
v0.0.2
Published
Skill Lab library exports for analyzer and skill readers
Readme
Skill Lab
Skill Lab is a toolkit for analyzing and understanding AI agent skills.
It helps to inspect skill behavior before enablement by producing deterministic permission and risk output.
The project is still experimental. Feedback and PRs are welcome.
What it provides
- Deterministic static analysis for skills from local paths or GitHub.
- Structured
permissionsandrisksoutput for review and automation. - Aggregate
score,riskLevel, andsummaryfor fast triage.
Install the CLI (slab)
Homebrew
brew tap feiyoug/tap/slabOr:
brew tap feiyoug/tap
brew install slabVerify installation:
slab --helpFor other install options, see CLI Installation.
Install the library
npm
npm install @FeiyouG/skill-labpnpm
pnpm add @FeiyouG/skill-labDeno
deno add npm:@FeiyouG/skill-labUse in code:
import { Analyzer } from "@FeiyouG/skill-lab";Quick example
slab analyze ./path/to/skill --jsonThe target directory should contain SKILL.md at its root.
