AI Toolkits
The Vengtoo toolkit is a set of skills and tools for AI coding agents, giving your agent built-in knowledge of Vengtoo so it can set up the SDK, build a policy model, authorize AI agent tool calls, debug access decisions, and more. It also auto-wires the Vengtoo MCP Server so your agent can interact with your Vengtoo cloud account directly from the chat.
Install
- Claude Code
- GitHub Copilot CLI
/plugin marketplace add https://github.com/vengtoo/vengtoo-toolkit
/plugin install vengtoo@vengtoo-toolkit
/plugin marketplace add https://github.com/vengtoo/vengtoo-toolkit
/plugin install vengtoo@vengtoo-toolkit
Skills
Once installed, the following slash commands are available in any session:
| Command | What it does |
|---|---|
/vengtoo | Install the SDK and wire the first authorization check (Node.js, Python, Go) |
/vengtoo-migrate | Migrate off an existing system (OPA/Rego, AWS Cedar / Verified Permissions, Casbin, homegrown RBAC): discover → translate in a lower env → shadow-test for parity → cut over |
/vengtoo-policies | Build resource types, subjects, roles, policies, and assignments |
/vengtoo-agent | Deploy the Vengtoo Agent for local decisions on your infrastructure |
/vengtoo-mcp | Authorize MCP tool calls: Gateway and Adapter patterns |
/vengtoo-abac | Add attribute-based conditions (time windows, IP ranges, resource properties) |
/vengtoo-debug | Diagnose unexpected authorization decisions |
/vengtoo-ai-agents | Delegation chains, human-in-the-loop escalation, JIT time-boxed access |
/vengtoo-terraform | Manage the full authorization model as Terraform HCL |
Skills also respond to natural language: you don't need to know the command name. Saying "how do I set up human in the loop" or "why is my user getting denied" will trigger the right skill automatically.
MCP server
The toolkit auto-wires the Vengtoo MCP Server on install. Once connected, your agent can manage your Vengtoo cloud account directly from the chat (list subjects, create policies, evaluate access decisions) without leaving the editor.
To use MCP tools, make sure VENGTOO_API_KEY is available as an environment variable when your agent starts.
Get your key at console.vengtoo.com → Settings → API Keys.
See MCP Server for the full list of available tools.
Update
- Claude Code
- GitHub Copilot CLI
/plugin marketplace update vengtoo-toolkit
/plugin update vengtoo
/plugin marketplace update vengtoo-toolkit
/plugin update vengtoo
Remove
- Claude Code
- GitHub Copilot CLI
/plugin uninstall vengtoo
/plugin uninstall vengtoo