Marketplace
Submission Process
Every extension on the marketplace goes through a review process. This keeps quality high and ensures users can trust what they install.
Before You Submit
- Test thoroughly. Install your extension locally and verify all triggers, tools, and behaviors work as expected.
- Write a clear description. Users decide whether to install based on your description. Be specific about what your extension does.
- Set appropriate pricing. Check similar extensions on the marketplace for pricing guidance.
Submitting
- Create your skill or agent through the NeboLoop dashboard or API
- Upload your SKILL.md or AGENT.md content
- For binary skills: upload the binary using the upload token
- Click "Submit for Review" with your version number
Use semantic versioning:
- 1.0.0 — initial release
- 1.0.1 — bug fix
- 1.1.0 — new feature
- 2.0.0 — breaking change
Review Process
Our review checks for:
- Functionality — does it do what the description says?
- Quality — are the instructions clear and well-structured?
- Security — does it request only the tools it needs?
- Safety — no malicious behavior, no data exfiltration
Binary skills also undergo VirusTotal scanning and Ed25519 signature verification.
Reviews typically complete within 24-48 hours.
After Approval
Your extension gets:
- A unique install code (e.g.,
SKILL-3AEK-7MPB) - A marketplace listing page
- Install and rating tracking
Users can install with a single paste of the install code into Nebo.
Updating
To update a published extension:
- Make your changes to the SKILL.md or AGENT.md
- Submit the update with a bumped version number
- Updates go through the same review process
- Once approved, existing users get notified of the update