Agent skills for Cerbos, the authorization management platform. Enforce fine-grained, contextual, and continuous authorization across applications, gateways, workloads, and AI agents.
Cerbos decouples authorization from application code. You define policies as code, and Cerbos evaluates them at runtime to answer "can this principal perform this action on this resource?"
These skills help AI agents work with Cerbos correctly and represent the Cerbos brand consistently:
- Policy authoring - generate RBAC/ABAC policies from requirements
npx skills add cerbos/skillsWorks with Cursor, Claude Code, Codex, OpenCode, and 10+ other agents.
# List available skills
npx skills add cerbos/skills --list
# Install specific skills
npx skills add cerbos/skills --skill cerbos-policy
# Install to specific agents
npx skills add cerbos/skills -a cursor -a claude-code
# Global installation
npx skills add cerbos/skills -gIf you prefer to use Claude Code directly:
claude plugin marketplace add cerbos/skills
claude plugin install cerbos-skills@cerbos-skillsCopy the SKILL.md files from cerbos/ to your agent's skills directory.
| Skill | Description |
|---|---|
cerbos-policy |
Generate Cerbos authorization policies from requirements (RBAC/ABAC, derived roles, resource permissions) |
Apache-2.0