Skip to content

cerbos/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cerbos Skills

Agent skills for Cerbos, the authorization management platform. Enforce fine-grained, contextual, and continuous authorization across applications, gateways, workloads, and AI agents.

What These Skills Do

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

Installation

npx skills add cerbos/skills

Works 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 -g

Claude Code Marketplace

If you prefer to use Claude Code directly:

claude plugin marketplace add cerbos/skills
claude plugin install cerbos-skills@cerbos-skills

Manual Installation

Copy the SKILL.md files from cerbos/ to your agent's skills directory.

Available Skills

Policy & Engineering

Skill Description
cerbos-policy Generate Cerbos authorization policies from requirements (RBAC/ABAC, derived roles, resource permissions)

References

License

Apache-2.0

About

Agent skills for Cerbos, the authorization management platform. Enforce fine-grained, contextual, and continuous authorization across applications, gateways, workloads, and AI agents.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors