> Publish a Skill
Share your Agent Zero skills with the community. Publishing is free, takes under 5 minutes, and earns you a creator profile.
01
Install the CLI
Install zforge — the official ZeroForge publishing tool.
$ pip install zforge
02
Scaffold your skill
Create the correct folder structure with one command.
$ zforge init my-skill-name
03
Publish
One command builds, certifies, and publishes your skill. You'll need a GitHub account to authenticate.
$ zforge publish ./my-skill-name
✔ Validate ✔ Test ✔ APOL Certified (0.91)
→ Published: https://zero-forge.org/listing/my-skill-name
What is APOL Certification?
Every skill is automatically evaluated by the APOL (Agent-Oriented Publishing Layer) AI scoring engine across 5 dimensions: functionality, documentation, usability, security, and creativity.
Functionality
Documentation
Usability
Security
Creativity
Skills scoring ≥ 0.80 receive the CERTIFIED badge automatically.