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 Veezee tools. All packs live in veezeehq/veezee-skills on GitHub and ship inside the @veezee/sdk npm package.
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#
- prospect-enrich: enrich known prospects with current role, company, and experience data, with per-run credit budget rules. SKILL.md
- candidate-sourcing: turn a role spec (title, company, school) into a ranked, enriched shortlist. SKILL.md
- company-enrichment: enrich a batch of companies (URLs, slugs, or website domains) with firmographics. SKILL.md
- account-research: one-account pre-outreach briefing: company facts, key people, recent posts. SKILL.md
- post-voice-research: what a person or company posts about: topics, tone, cadence. SKILL.md
- reddit-monitoring: watch subreddits and comment chatter for a brand, product, or topic, with budget rules. SKILL.md
- launch-sentiment-sweep: one-shot Reddit and X reaction readout for a launch or announcement: volume, quotes, themes, notable accounts. SKILL.md
- outreach-list-builder: turn an ICP spec into a ranked outbound sales list with company context and opener hooks. SKILL.md
Both installs carry all eight packs (the npm package ships them as of SDK 0.7.0).
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 shipped tools actually do; every pack is validated in CI (frontmatter shape, forbidden-vocabulary scan).