> ## Documentation Index
> Fetch the complete documentation index at: https://docs.argentos.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 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

<CardGroup cols={2}>
  <Card title="Skills" icon="wand-magic-sparkles">
    Bundled tools + prompts for specific capabilities (e.g., `@argentos/research`, `@argentos/code-review`)
  </Card>

  <Card title="Plugins" icon="plug">
    Low-level runtime extensions (e.g., `response-validator`, `tts-enforcer`)
  </Card>

  <Card title="Avatars" icon="user-astronaut">
    Live2D or static avatar models for the dashboard
  </Card>

  <Card title="Templates" icon="file-lines">
    System prompt templates and identity presets
  </Card>
</CardGroup>

## Quick Start

```bash theme={null}
# Search the marketplace
argent marketplace search "research"

# Install a package
argent marketplace install @argentos/research

# List installed packages
argent marketplace list
```

## Marketplace URL

Browse packages at [marketplace.argentos.ai](https://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

<Warning>
  Community packages are user-contributed and should be reviewed before installation.
</Warning>

* Official packages (`@argentos/`) are reviewed and maintained by the team
* Packages declare their required permissions in their manifest
* The CLI shows permission requirements before installation

## Related Pages

* [Browsing](/marketplace/browsing) -- Searching and installing packages
* [Publishing](/marketplace/publishing) -- Creating and sharing your own packages
