AgentForge

Registry and trust layer for AI agent skills

Publish skills with a manifest. Permissions are explicit and machine-readable. Risk scoring is automatic and visible. Create and publish on the web or from the CLI.

Publish a skill

Share your agent skill with the registry. No CLI needed — use the web form to publish and get a public page.

Go to Publish →

Explore skills

Browse published skills. See risk, permissions, and install commands for each. Perfect for non-technical reviewers.

Browse skills →

Developer quick start

Prefer the CLI? Install agentforge-cli and use forge to init, inspect, and publish.

pip install agentforge-cli
forge init          # scaffold skill.yaml + example code
forge inspect       # show permissions + risk score
forge publish       # publish to the registry
forge search        # list skills
forge install <slug> # record an install