zeroforge

Discover

Build

Community

Account

Create Profile

> Get Started

Install the CLI, browse the marketplace, and add skills to your AgentZero instance in under 2 minutes.

STEP 1

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.

STEP 2

Install the CLI

Install via pip. Works on Linux, macOS, and Windows.

Option 1 — Agent Zero prompt (beginners)

install the skill from https://zero-forge.org/listing/?slug=install-zforge

Paste this into your Agent Zero chat — it handles everything automatically.

Option 2 — pip

install

pip install zforge

STEP 3

Browse & Install Skills

Search the marketplace and install any skill directly into your AgentZero skills folder.

install skill

zforge install install-zforge

Browse all available skills: zero-forge.org/listings  ·  or run zforge list in your terminal.

STEP 4

Publish Your Own

Scaffold a new skill, build it, and publish. The APOL pipeline auto-certifies quality skills.

scaffold

zforge new my-skill

validate

cd my-skill && zforge validate

publish

zforge publish .