zeroforge

Discover

Build

Community

Account

Create Profile

> About

ZeroForge is the open marketplace where creators publish skills, templates, and tools for AgentZero — and users discover, install, and build with them.

Our mission

AgentZero is one of the most capable open-source AI agent frameworks available. But capability without a skill ecosystem is just potential.

ZeroForge exists to build that ecosystem — a trusted, quality-gated marketplace where every skill is verified to actually run before it earns the CERTIFIED badge.

✦ What is APOL Certification?

APOL (Agent Performance & Operational Linting) is our open certification standard. Every published skill is automatically scored across five dimensions:

KPI-1 Documentation quality — is the SKILL.md complete and clear?
KPI-2 Metadata completeness — are name, description, tags all present?
KPI-3 Code structure — does the skill follow AgentZero conventions?
KPI-4 Script functionality — does main.py actually run?
KPI-5 Test coverage — are there meaningful tests in SkillTest.md?

Skills scoring ≥ 0.80 earn the CERTIFIED badge automatically. Lower scores trigger an AI-assisted improvement loop before re-evaluation.

Open source

The zforge CLI is fully open source under MIT license. The marketplace is free to use. Creators keep 100% of any premium listings they publish.

Start building

Publish your first skill in under 10 minutes.

terminal

pip install zforge && zforge new my-skill

Full guide →