Marketplace Overview
Browse and install skills, plugins, avatars, and templates from the ArgentOS marketplace.
Overview
The ArgentOS Marketplace is a registry of community and official packages that extend your agent's capabilities. Install skills, plugins, dashboard avatars, and prompt templates with a single command.
Package Types
| Type | Description | Example |
|---|---|---|
| Skills | Bundled tools + prompts for specific capabilities | @argentos/research, @argentos/code-review |
| Plugins | Low-level runtime extensions | response-validator, tts-enforcer |
| Avatars | Live2D or static avatar models for the dashboard | @argentos/avatar-default |
| Templates | System prompt templates and identity presets | @argentos/template-developer |
Quick Start
# Search the marketplace
argent marketplace search "research"
# Install a package
argent marketplace install @argentos/research
# List installed packages
argent marketplace listMarketplace URL
Browse packages at marketplace.argentos.ai.
Official Packages
Packages under the @argentos/ namespace are maintained by the ArgentOS team:
| Package | Type | Description |
|---|---|---|
@argentos/research | Skill | Web research with multi-source synthesis |
@argentos/code-review | Skill | Code analysis and review |
@argentos/report-writer | Skill | Structured report generation |
@argentos/avatar-default | Avatar | Default Live2D avatar |
Community Packages
Anyone can publish packages to the marketplace. Community packages are identified by their namespace (e.g., @username/package-name).
Package Safety
- Official packages (
@argentos/) are reviewed and maintained by the team - Community packages are user-contributed and should be reviewed before installation
- Packages declare their required permissions in their manifest
- The CLI shows permission requirements before installation
Related Pages
- Browsing -- Searching and installing packages
- Publishing -- Creating and sharing your own packages