# Documentation

> Learn how to integrate Open Directory agent skills into your AI agents.

## Installation Methods

### CLI Installation (OpenCode, Codex, Gemini CLI, Hermes)

```
npx "@opendirectory.dev/skills" install [skill-name] --target opencode
```

Supported targets: opencode, antigravity, hermes, gemini

### skills.sh Installation

```
npx skills add Varnan-Tech/opendirectory --skill [SKILL-NAME]
```

### Claude Code (Native)

1. `/plugin marketplace add Varnan-Tech/opendirectory`
2. `/plugin install [skill-name]@opendirectory-marketplace`

### Manual Installation

Download the skill folder from GitHub and upload it to Claude Desktop via Settings > Skills.

### Manus AI

Open the skill page on opendirectory.dev and click "Install in Manus AI".

---

Full documentation with detailed steps available at [opendirectory.dev/docs](https://opendirectory.dev/docs).