Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add jaccen/AIRoute --skill cli-plugins-skills --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cli Plugins Skills?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jaccen-cli-plugins-skills)More formats (shields.io, HTML) on the badges page.
---
name: cli-plugins-skills
description: Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
---
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## Overview
Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
## Quick install
```bash
npm install -g AIRoute # or: npx AIRoute
AIRoute --version
```
## Subcommands
### `memory`
**Example:**
```bash
AIRoute memory
```
### `memory search <query>`
**Flags:**
- `--type <type>`
- `--limit <n>`
- `--api-key <key>`
- `--token-budget <n>`
**Example:**
```bash
AIRoute memory search <query>
```
### `memory add`
**Flags:**
- `--content <text>`
- `--file <path>`
- `--type <type>`
- `--metadata <json>`
- `--api-key <key>`
**Example:**
```bash
AIRoute memory add
```
### `memory clear`
**Flags:**
- `--type <type>`
- `--older-than <duration>`
- `--api-key <key>`
- `--yes`
**Example:**
```bash
AIRoute memory clear
```
### `memory list`
**Flags:**
- `--type <type>`
- `--limit <n>`
- `--api-key <key>`
**Example:**
```bash
AIRoute memory list
```
### `memory get <id>`
**Example:**
```bash
AIRoute memory get <id>
```
### `memory delete <id>`
**Flags:**
- `--yes`
**Example:**
```bash
AIRoute memory delete <id>
```
### `memory health`
**Example:**
```bash
AIRoute memory health
```
### `PLUGIN_NAME`
**Example:**
```bash
AIRoute PLUGIN_NAME
```
### `plugin plugin`
**Example:**
```bash
AIRoute plugin plugin
```
### `plugin list`
**Example:**
```bash
AIRoute plugin list
```
### `plugin install <name>`
**Flags:**
- `-y, --yes`
**Example:**
```bash
AIRoute plugin install <name>
```
### `plugin remove <name>`
**Flags:**
- `-y, --yes`
**Example:**
```bash
AIRoute plugin remove <name>
```
### `plugin info <name>`
**Example:**
```bash
AIRoute plugin info <name>
```
### `plugin search [query]`
**Example:**
```bash
AIRoute plugin search [query]
```
### `plugin update [name]`
**Example:**
```bash
AIRoute plugin update [name]
```
### `plugin scaffold <name>`
**Example:**
```bash
AIRoute plugin scaffold <name>
```
### `marketplace`
**Example:**
```bash
AIRoute marketplace
```
### `skills search [query]`
**Flags:**
- `--category <c>`
- `--tag <t>`
- `--limit <n>`
- `--sort <s>`
**Example:**
```bash
AIRoute skills search [query]
```
### `skills info <packageId>`
**Example:**
```bash
AIRoute skills info <packageId>
```
### `skills install <packageId>`
**Flags:**
- `--version <v>`
- `--enable`
- `--yes`
**Example:**
```bash
AIRoute skills install <packageId>
```
### `skills categories`
**Example:**
```bash
AIRoute skills categories
```
### `skills featured`
**Example:**
```bash
AIRoute skills featured
```
### `skills skills`
**Example:**
```bash
AIRoute skills skills
```
### `skills list`
**Flags:**
- `--type <type>`
- `--enabled`
- `--disabled`
- `--api-key <key>`
**Example:**
```bash
AIRoute skills list
```
### `skills get <id>`
**Example:**
```bash
AIRoute skills get <id>
```
### `skills install`
**Flags:**
- `--from-file <path>`
- `--from-url <url>`
- `--type <type>`
- `--enable`
**Example:**
```bash
AIRoute skills install
```
### `skills enable <id>`
**Example:**
```bash
AIRoute skills enable <id>
```
### `skills disable <id>`
**Flags:**
- `--yes`
**Example:**
```bash
AIRoute skills disable <id>
```
### `skills delete <id>`
**Flags:**
- `--yes`
**Example:**
```bash
AIRoute skills delete <id>
```
### `skills execute <id>`
**Flags:**
- `--input <json>`
- `--input-file <path>`
- `--timeout <ms>`
**Example:**
```bash
AIRoute skills execute <id>
```
### `skills executions`
**Flags:**
- `--skill <id>`
- `--limit <n>`
- `--status <s>`
**Example:**
```bash
AIRoute skills executions
```
### `skills skillssh`
**Example:**
```bash
AIRoute skills skillssh
```
### `skills list`
**Example:**
```bash
AIRoute skills list
```
### `skills install <url>`
**Example:**
```bash
AIRoute skills install <url>
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!