This site is private. Enter the password to continue.
Download a package from the registry, extract it to ~/.ark/packages/, and run its installer script.
ark install <package-name> [--code <activation-code>] [--version <version>] [--dry-run] | Flag | Description |
|---|---|
| --code | Activation code for paid packages (format: ARK-XXXX-YYYY) |
| --version | Install a specific version (defaults to latest) |
| --dry-run | Show what would happen without installing |
| --no-verify | Skip post-install verification (not recommended) |
$ ark install voice-writer Fetching voice-writer@2.1.0... ✓ Downloaded (24.7 KB) ✓ Extracted to ~/.ark/packages/voice-writer/ ✓ Installer ran (bin/install.sh) ✓ Verified (bin/verify.sh) voice-writer is ready. Add it to your CLAUDE.md: @~/.ark/packages/voice-writer/CLAUDE.md
Purchase the package on getark.dev to receive an activation code, then:
$ ark install agent-comptable --code ARK-7F3A-2B19 Verifying activation code... ✓ Code valid (agent-comptable, 1 use remaining) Fetching agent-comptable@3.0.1... ✓ Downloaded (87.2 KB) ✓ Extracted to ~/.ark/packages/agent-comptable/ ✓ Installer ran (2 min, interactive setup) ✓ Verified
$ ark install voice-writer --version 1.4.0
Installed packages expose a CLAUDE.md in their directory. Load it in your project's CLAUDE.md to activate the skills or agents:
# My Project ## Installed packages @~/.ark/packages/voice-writer/CLAUDE.md @~/.ark/packages/daily-recap/CLAUDE.md