gtm-router
v2.2.0
Published
CLI tool for GTM Router — AI agent skills & enrichment tables
Maintainers
Readme
GTM Router CLI
CLI tool for installing GTM Router AI agent skills into your project.
Skills are pre-built prompts and instructions that teach AI coding agents (Cursor, Claude Code, Windsurf, etc.) how to use the GTM Router API for data enrichment tasks like email finding, phone lookup, and bulk operations.
Installation
npx gtm-router install <skill> --agent cursorOr install globally:
npm install -g gtm-routerUsage
Install a skill
gtm-router install email-enrichment --agent cursor
gtm-router install bulk-operations --agent claude
gtm-router install phone-lookup --agent windsurfSupported agents: cursor, claude, windsurf, generic
List available skills
gtm-router list
gtm-router list --category enrichmentSearch for skills
gtm-router search "email"Update installed skills
gtm-router updateUninstall a skill
gtm-router uninstall email-enrichmentHow it works
The CLI fetches skill definitions from the GTM Router API and writes them as markdown files to your agent's skill directory:
| Agent | Directory |
|-------|-----------|
| Cursor | .cursor/skills/gtm-router/ |
| Claude Code | .claude/skills/ |
| Windsurf | .windsurf/skills/ |
| Generic | .skills/gtm-router/ |
Your AI agent reads these files as context, enabling it to make GTM Router API calls on your behalf.
Related
License
MIT
