How to install claims
npx skills add https://github.com/ruvnet/ruflo --skill claimsClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from ruvnet/ruflo.
name: claims description: > 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.
Claims Authorization Skill
Purpose
Claims-based authorization for secure agent operations and access control.
Claim Types
| Claim | Description |
|---|---|
read | Read file access |
write | Write file access |
execute | Command execution |
spawn | Agent spawning |
memory | Memory access |
network | Network access |
admin | Administrative operations |
Commands
Check Claim
npx claude-flow claims check --agent agent-123 --claim write
Grant Claim
npx claude-flow claims grant --agent agent-123 --claim write --scope "/src/**"
Revoke Claim
npx claude-flow claims revoke --agent agent-123 --claim write
List Claims
npx claude-flow claims list --agent agent-123
Scope Patterns
| Pattern | Description |
|---|---|
* | All resources |
/src/** | All files in src |
/config/*.toml | TOML files in config |
memory:patterns | Patterns namespace |
Security Levels
| Level | Claims |
|---|---|
minimal | read only |
standard | read, write, execute |
elevated | + spawn, memory |
admin | all claims |
Best Practices
- Follow principle of least privilege
- Scope claims to specific resources
- Audit claim usage regularly
- Revoke claims when no longer needed
Related skills
More from ruvnet/ruflo and the wider catalog.
CR

cron-schedule
ruvnet/ruflo
Schedule persistent background workers via CronCreate
667 installsAudited
DE

deep-research
ruvnet/ruflo
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
656 installs
EM

embeddings
ruvnet/ruflo
>
904 installsAudited
FL

flow-nexus-neural
ruvnet/ruflo
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus
863 installs
FL

flow-nexus-platform
ruvnet/ruflo
Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges
858 installs
FL

flow-nexus-swarm
ruvnet/ruflo
Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform
867 installs