Loading...
Loading...
Claims-based authorization for agents and operations. Grant, revoke, and verify permissions for secure multi-agent coordination. Use when: permission management, access control, secure operations, authorization checks. Skip when: open access, no security requirements, single-agent local work.
npx skill4agent add ruvnet/claude-flow claims| Claim | Description |
|---|---|
| Read file access |
| Write file access |
| Command execution |
| Agent spawning |
| Memory access |
| Network access |
| Administrative operations |
npx claude-flow claims check --agent agent-123 --claim writenpx claude-flow claims grant --agent agent-123 --claim write --scope "/src/**"npx claude-flow claims revoke --agent agent-123 --claim writenpx claude-flow claims list --agent agent-123| Pattern | Description |
|---|---|
| All resources |
| All files in src |
| TOML files in config |
| Patterns namespace |
| Level | Claims |
|---|---|
| read only |
| read, write, execute |
| + spawn, memory |
| all claims |