/cli-plugins-skills
Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
$ npx -y skills add diegosouzapw/OmniRoute --skill cli-plugins-skills --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/cli-plugins-skills
Context preview
The summary Claude sees to decide when to auto-load this skill.
Manage Omni Skills (list, install, test, remove), plugins (create, configure), and persistent memory (search, add, clear) from the CLI.
SKILL.md
cli-plugins-skills.SKILL.mdname: 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
npm install -g omniroute # or: npx omniroute
omniroute --version
Subcommands
`memory`
**Example:**
omniroute memory
`memory search <query>`
**Flags:**
- `--type <type>`
- `--limit <n>`
- `--api-key <key>`
- `--token-budget <n>`
**Example:**
omniroute memory search <query>
`memory add`
**Flags:**
- `--content <text>`
- `--file <path>`
- `--type <type>`
- `--metadata <json>`
- `--api-key <key>`
**Example:**
omniroute memory add
`memory clear`
**Flags:**
- `--type <type>`
- `--older-than <duration>`
- `--api-key <key>`
- `--yes`
**Example:**
omniroute memory clear
`memory list`
**Flags:**
- `--type <type>`
- `--limit <n>`
- `--api-key <key>`
**Example:**
omniroute memory list
`memory get <id>`
**Example:**
omniroute memory get <id>
`memory delete <id>`
**Flags:**
- `--yes`
**Example:**
omniroute memory delete <id>
`memory health`
**Example:**
omniroute memory health
`PLUGIN_NAME`
**Example:**
omniroute PLUGIN_NAME
`plugin plugin`
**Example:**
omniroute plugin plugin
`plugin list`
**Example:**
omniroute plugin list
`plugin install <name>`
**Flags:**
- `-y, --yes`
**Example:**
omniroute plugin install <name>
`plugin remove <name>`
**Flags:**
- `-y, --yes`
**Example:**
omniroute plugin remove <name>
`plugin info <name>`
**Example:**
omniroute plugin info <name>
`plugin search [query]`
**Example:**
omniroute plugin search [query]
`plugin update [name]`
**Example:**
omniroute plugin update [name]
`plugin scaffold <name>`
**Example:**
omniroute plugin scaffold <name>
`marketplace`
**Example:**
omniroute marketplace
`skills search [query]`
**Flags:**
- `--category <c>`
- `--tag <t>`
- `--limit <n>`
- `--sort <s>`
**Example:**
omniroute skills search [query]
`skills info <packageId>`
**Example:**
omniroute skills info <packageId>
`skills install <packageId>`
**Flags:**
- `--version <v>`
- `--enable`
- `--yes`
**Example:**
omniroute skills install <packageId>
`skills categories`
**Example:**
omniroute skills categories
`skills featured`
**Example:**
omniroute skills featured
`skills skills`
**Example:**
omniroute skills skills
`skills list`
**Flags:**
- `--type <type>`
- `--enabled`
- `--disabled`
- `--api-key <key>`
**Example:**
omniroute skills list
`skills get <id>`
**Example:**
omniroute skills get <id>
`skills install`
**Flags:**
- `--from-file <path>`
- `--from-url <url>`
- `--type <type>`
- `--enable`
**Example:**
omniroute skills install
`skills enable <id>`
**Example:**
omniroute skills enable <id>
`skills disable <id>`
**Flags:**
- `--yes`
**Example:**
omniroute skills disable <id>
`skills delete <id>`
**Flags:**
- `--yes`
**Example:**
omniroute skills delete <id>
`skills execute <id>`
**Flags:**
- `--input <json>`
- `--input-file <path>`
- `--timeout <ms>`
**Example:**
omniroute skills execute <id>
`skills executions`
**Flags:**
- `--skill <id>`
- `--limit <n>`
- `--status <s>`
**Example:**
omniroute skills executions
`skills skillssh`
**Example:**
omniroute skills skillssh
`skills list`
**Example:**
omniroute skills list
`skills install <url>`
**Example:**
omniroute skills install <url>
Read more
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
npm install -g omniroute # or: npx omniroute omniroute --version
Subcommands
`memory`
**Example:**
omniroute memory
`memory search <query>`
**Flags:**
- `--type <type>`
- `--limit <n>`
- `--api-key <key>`
- `--token-budget <n>`
**Example:**
omniroute memory search <query>
`memory add`
**Flags:**
- `--content <text>`
- `--file <path>`
- `--type <type>`
- `--metadata <json>`
- `--api-key <key>`
**Example:**
omniroute memory add
`memory clear`
**Flags:**
- `--type <type>`
- `--older-than <duration>`
- `--api-key <key>`
- `--yes`
**Example:**
omniroute memory clear
`memory list`
**Flags:**
- `--type <type>`
- `--limit <n>`
- `--api-key <key>`
**Example:**
omniroute memory list
`memory get <id>`
**Example:**
omniroute memory get <id>
`memory delete <id>`
**Flags:**
- `--yes`
**Example:**
omniroute memory delete <id>
`memory health`
**Example:**
omniroute memory health
`PLUGIN_NAME`
**Example:**
omniroute PLUGIN_NAME
`plugin plugin`
**Example:**
omniroute plugin plugin
`plugin list`
**Example:**
omniroute plugin list
`plugin install <name>`
**Flags:**
- `-y, --yes`
**Example:**
omniroute plugin install <name>
`plugin remove <name>`
**Flags:**
- `-y, --yes`
**Example:**
omniroute plugin remove <name>
`plugin info <name>`
**Example:**
omniroute plugin info <name>
`plugin search [query]`
**Example:**
omniroute plugin search [query]
`plugin update [name]`
**Example:**
omniroute plugin update [name]
`plugin scaffold <name>`
**Example:**
omniroute plugin scaffold <name>
`marketplace`
**Example:**
omniroute marketplace
`skills search [query]`
**Flags:**
- `--category <c>`
- `--tag <t>`
- `--limit <n>`
- `--sort <s>`
**Example:**
omniroute skills search [query]
`skills info <packageId>`
**Example:**
omniroute skills info <packageId>
`skills install <packageId>`
**Flags:**
- `--version <v>`
- `--enable`
- `--yes`
**Example:**
omniroute skills install <packageId>
`skills categories`
**Example:**
omniroute skills categories
`skills featured`
**Example:**
omniroute skills featured
`skills skills`
**Example:**
omniroute skills skills
`skills list`
**Flags:**
- `--type <type>`
- `--enabled`
- `--disabled`
- `--api-key <key>`
**Example:**
omniroute skills list
`skills get <id>`
**Example:**
omniroute skills get <id>
`skills install`
**Flags:**
- `--from-file <path>`
- `--from-url <url>`
- `--type <type>`
- `--enable`
**Example:**
omniroute skills install
`skills enable <id>`
**Example:**
omniroute skills enable <id>
`skills disable <id>`
**Flags:**
- `--yes`
**Example:**
omniroute skills disable <id>
`skills delete <id>`
**Flags:**
- `--yes`
**Example:**
omniroute skills delete <id>
`skills execute <id>`
**Flags:**
- `--input <json>`
- `--input-file <path>`
- `--timeout <ms>`
**Example:**
omniroute skills execute <id>
`skills executions`
**Flags:**
- `--skill <id>`
- `--limit <n>`
- `--status <s>`
**Example:**
omniroute skills executions
`skills skillssh`
**Example:**
omniroute skills skillssh
`skills list`
**Example:**
omniroute skills list
`skills install <url>`
**Example:**
omniroute skills install <url>
Never stop coding. Free MIT AI gateway: one endpoint, 290+ providers (90+ free), 500+ models — Kimi, Claude, GPT, OpenAI, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, Cline & Copilot. Quota-aware auto-fallback, RTK+Caveman compression saves 15-95% tokens, MCP/A2A, Desktop/PWA. Built by 500+ contributors
Repo: diegosouzapw/OmniRoute
Other skills on omniroute.
- /cli-a2a
Interact with the OmniRoute A2A server from the CLI. Send tasks, inspect skill execution history, and test the JSON-RPC 2.0 agent-to-agent protocol interactively.
Open skill - /cli-backup-sync
Backup and restore OmniRoute data from the CLI. Trigger incremental snapshots, sync to cloud storage, manage backup schedules, and restore from archive files.
Open skill - /cli-batches
Submit and monitor batch inference jobs from the CLI. Upload and manage files for batch processing, retrieve results, and integrate batch pipelines with CI/CD workflows.
Open skill - /cli-chat
Send chat completions, stream responses, and start an interactive REPL session from the CLI. Supports all OmniRoute providers, combo routing, and system prompt configuration.
Open skill - /cli-compression
Configure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts.
Open skill - /cli-contexts
Manage context engineering configurations, RTK filter sets, and conversation sessions from the CLI. Apply context-relay settings and inspect active context pipelines.
Open skill

