Official CLI for building, validating, and publishing Agent Zero skills to the ZeroForge marketplace
Project description
zforge
The official CLI for building, validating, and publishing AgentZero skills to the ZeroForge marketplace.
███████╗███████╗ ██████╗ ██████╗ ██████╗ ███████╗
╚══███╔╝██╔════╝██╔═══██╗██╔══██╗██╔════╝ ██╔════╝
███╔╝ █████╗ ██║ ██║██████╔╝██║ ███╗█████╗
███╔╝ ██╔══╝ ██║ ██║██╔══██╗██║ ██║██╔══╝
███████╗██║ ╚██████╔╝██║ ██║╚██████╔╝███████╗
╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝
What is zforge?
zforge is a command-line tool for AgentZero skill developers. It helps you:
- 🏗️ Scaffold new skills from a standard template
- ✅ Validate skills against the AgentZero SKILL.md standard
- 📦 Build distributable skill packages
- 🚀 Publish skills to the ZeroForge marketplace
- 🧪 Test skill behaviour before release
Installation
pip install zforge
Or use the one-liner:
curl -fsSL https://zero-forge.org/install.sh | bash
Quick Start
# Create a new skill
zforge new my-skill
# Validate your skill
zforge validate --skill my-skill/
# Build a distributable package
zforge build --skill my-skill/
# Publish to ZeroForge marketplace
zforge publish my-skill/
Commands
| Command | Description |
|---|---|
zforge new <name> |
Scaffold a new skill from template |
zforge validate --skill <dir> |
Validate skill against SKILL.md standard |
zforge build --skill <dir> |
Build a .zip skill package |
zforge publish <dir> |
Publish skill to ZeroForge marketplace |
zforge test <dir> |
Run skill tests |
zforge hello |
Verify installation and show usage |
How Certification Works
When you run zforge publish, the CLI automatically evaluates your skill quality using the APOL pipeline — an LLM-based judge that scores your SKILL.md across four dimensions:
| KPI | What is checked | Weight |
|---|---|---|
| Task Specificity | Are tasks described with precise, actionable detail? | High |
| Example Quality | Are examples concrete, realistic, and complete? | High |
| Scope Accuracy | Does the skill do what it says — no more, no less? | Medium |
| Submission Ready | Is the skill ready for production use? | Gate |
The publish flow
zforge publish my-skill/
│
├── Structural validation (required fields/sections)
│
├── APOL quality scoring
│ └── Score ≥ 0.80 → CERTIFIED badge ✅ published immediately
│
└── Score < 0.80 → You choose:
A) Publish now as UNCERTIFIED
B) Run APOL improvement pipeline
B → LLM refines documentation (intent preserved)
→ Shows diff before overwriting
→ You confirm [Y/N]
→ Score ≥ 0.80 → CERTIFIED ✅
Your intent is always protected. The APOL pipeline only improves how your skill is documented — never what it does. You review every change before it is saved.
What CERTIFIED means
A CERTIFIED badge means the skill was independently scored at ≥ 0.80 by the APOL LLM judge. It is a quality signal, not just a compliance check.
An UNCERTIFIED skill is structurally valid and usable — it just hasn't passed the quality threshold yet.
Using as an AgentZero Skill
zforge ships as an installable AgentZero skill. To install it inside Agent Zero:
Install the zforge skill from zero-forge.org/start
See SKILL.md for the full Agent Zero skill instructions.
Requirements
- Python 3.10+
typer >= 0.9.0rich >= 13.0.0
Contributing
PRs welcome. Please validate your changes with zforge validate before submitting.
License
MIT — see LICENSE
Links
- 🌐 Marketplace: zero-forge.org
- 💬 Community: zero-forge.org/zeroden
- 🚀 Get Started: zero-forge.org/start
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zforge-2.1.6.tar.gz.
File metadata
- Download URL: zforge-2.1.6.tar.gz
- Upload date:
- Size: 36.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d7f4ee3e4a5bca797b76af1dcd29e43279e56b4f96d47d91eb0922be48395cc
|
|
| MD5 |
e9bea79ee562b867854853f284881dfb
|
|
| BLAKE2b-256 |
2f27ef9d93d54f901e6269e299bcac7b2884214738c6a7d8652356bc90ee9d26
|
File details
Details for the file zforge-2.1.6-py3-none-any.whl.
File metadata
- Download URL: zforge-2.1.6-py3-none-any.whl
- Upload date:
- Size: 38.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cf44f44946126848317db994dff55063d79622cb789cd5eada0d92c31e84909
|
|
| MD5 |
e9a0fdeb74841c473fc8837e7f0af686
|
|
| BLAKE2b-256 |
321b27a38d3899eca25f656ed5a91b33e4e874416861b2322be5b10ca7967ab0
|