Skip to content

FeiyouG/skill-lab

Repository files navigation

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 permissions and risks output for review and automation.
  • Aggregate score, riskLevel, and summary for fast triage.

📖 Documentation

Install the CLI (slab)

Homebrew

brew tap feiyoug/tap/slab

Or:

brew tap feiyoug/tap
brew install slab

Verify installation:

slab --help

For other install options, see CLI Installation.

Install the library

npm

npm install @FeiyouG/skill-lab

pnpm

pnpm add @FeiyouG/skill-lab

Deno

deno add npm:@FeiyouG/skill-lab

Use in code:

import { Analyzer } from "@FeiyouG/skill-lab";

Quick example

slab analyze ./path/to/skill --json

The target directory should contain SKILL.md at its root.

About

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors