# CLI Plugins Skills

> ---

- Skill: `jaccen/cli-plugins-skills` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jaccen/cli-plugins-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jaccen/cli-plugins-skills/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jaccen (https://skillmd.com/u/jaccen)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jaccen/cli-plugins-skills

---

﻿---
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>
```

