Overview
Publishing to the ArgentOS marketplace lets you share your extensions with the community. This guide covers creating a package, testing it locally, and publishing it.Package Structure
Every marketplace package follows this structure:Manifest
Theargent.plugin.json manifest describes your package:
Required Fields
Development Workflow
1
Create the Package
2
Develop Locally
Install from a local directory to test:Test the skill by interacting with your agent.
3
Validate
4
Publish
Best Practices
- Write a good README — Include examples and usage instructions
- Declare all permissions — Users need to know what your package accesses
- Use semantic versioning — Follow semver for version numbers
- Include a LICENSE — Required for marketplace listing
- Test thoroughly — Validate on a clean ArgentOS installation
- Keep it focused — One capability per package is better than a kitchen sink
Updating Published Packages
argent marketplace update.
