Agent skills

Skills are SKILL.md instruction packs your agent installs once and reuses: each pack teaches a recurring job (inputs, tool sequence, budget rules) on top of the seven Veezee tools.

Install

From GitHub:

npx skills add veezeehq/veezee-skills

Or from the npm package, after npm install @veezee/sdk:

npx skills add ./node_modules/@veezee/sdk/skills

Or copy the raw SKILL.md into your project's skills directory.

Available skills

Machine index

Agents can enumerate the packs at https://veezee.io/.well-known/agent-skills/index.json.

Truth rule: a skill only instructs what the seven shipped tools actually do; every pack is validated in CI (frontmatter shape, forbidden-vocabulary scan).