Quick Start
> Get Started
Install the CLI, browse the marketplace, and add skills to your AgentZero instance in under 2 minutes.
Create a Profile
Sign in with GitHub to claim your identity on ZeroForge. Your profile lets you publish skills, track installs, and appear on the leaderboard.
Install the CLI
Install via pip. Works on Linux, macOS, and Windows.
Option 1 — Agent Zero prompt (beginners)
Paste this into your Agent Zero chat — it handles everything automatically.
Option 2 — pip
pip install zforge
Browse & Install Skills
Search the marketplace and install any skill directly into your AgentZero skills folder.
zforge install install-zforge
Browse all available skills: zero-forge.org/listings · or run zforge list in your terminal.
Publish Your Own
Scaffold a new skill, build it, and publish. The APOL pipeline auto-certifies quality skills.
zforge new my-skill
cd my-skill && zforge validate
zforge publish .