advai-cli

advai-cli is a skill for Claude Code, Codex from Advai-X/advai-skills. It costs 46 tokens per session (628 once invoked), scanned A, original, MIT.

A skill for finding, installing, updating, removing, and running external command-line tools through Advai CLI, a tool manager.

In plain words
What is it for?
Use it to discover available tools, inspect their commands, install tool definitions from GitHub, or run supported tools.
Why use it?
It keeps external command-line tools in one managed workflow and explains when required tools are missing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to discover available tools, inspect their commands, install tool definitions from GitHub, or run supported tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/advai-x/advai-skills/advai-cli
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Advai-X/advai-skills --skill advai-cli
Clone the repo
git clone --depth 1 https://github.com/Advai-X/advai-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for advai-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/advai-x/advai-skills/advai-cli/github.svg)](https://agentmods.dev/skills/advai-x/advai-skills/advai-cli)
Your own site
<a href="https://agentmods.dev/skills/advai-x/advai-skills/advai-cli"><img src="https://agentmods.dev/badge/skills/advai-x/advai-skills/advai-cli/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for advai-cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/advai-x/advai-skills/advai-cli"><img src="https://agentmods.dev/badge/skills/advai-x/advai-skills/advai-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 628 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00628
Opus 5 $0.00023 $0.00314
Sonnet 5 $0.00009 $0.00126
Haiku 4.5 $0.00005 $0.00063

Measured 10d ago against content hash 92583acd53d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

advai-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/advai-cli/SKILL.md · 94 lines

How it starts

The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Advai External CLI

Use this skill to work with external CLIs managed through advai cli.

When to Invoke

Invoke this skill when the user wants to:

  • Discover available external CLIs
  • Inspect what an external CLI supports
  • Install CLI definitions from a GitHub repository
  • Update or uninstall an already managed external CLI
  • Execute a supported external CLI through advai cli <name> ...

Do not use this skill for built-in advai commands such as browser, skill, kb, or tui.

Preconditions

This skill depends on the advai CLI from https://github.com/Advai-X/advai-cli.

Before running commands:

  • Ensure advai is installed and available on PATH.
  • Ensure the advai cli subcommand is available in the current installation.
  • If advai cli is missing, stop and guide the user to install or upgrade advai from https://github.com/Advai-X/advai-cli.
  • Ensure opencli is installed and available on PATH.

Start with:

advai cli list

If opencli is missing, report that clearly before attempting install or execution.

Core Commands

Discover and inspect:

advai cli list
advai cli list --search <text>
advai cli info <name>

Install from GitHub:

advai cli install <github-url>
advai cli install <github-url> --cli <name>

Maintain installed CLIs:

advai cli update <name> --yes
advai cli uninstall <name> --yes

Execute through advai:

advai cli <name> ...

Operating Guidelines

  • Use advai cli info <name> before execution when the command set is unfamiliar.
  • Use --search to narrow a large registry.
  • Use --cli <name> when a GitHub repo contains multiple CLI definitions.
  • Prefer the proxied advai cli <name> ... form when the user wants a stable entrypoint through advai.
  • If install or update fails, capture both stdout and stderr because the wrapped toolchain can surface useful diagnostics there.
  • If advai cli is not recognized at runtime, direct the user to install or upgrade advai from https://github.com/Advai-X/advai-cli before proceeding.

Read the full file on GitHub · 94 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 94 lines · 46 tokens per session scan A 92583acd53d1

Subscribe to this mod's changes

advai-cli is a skill published in the GitHub repository Advai-X/advai-skills (62 stars, last pushed 14d ago), licensed MIT. It adds 46 tokens to every session and 628 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.