Sandbox
@Advai-X/advai-skills

Installable skills for Advai CLI and agent tools

Advai Skills is the source of truth for a small set of task-focused skills that help coding agents use `advai` subcommands and runtime tools correctly. The skills cover browser automation, CLI management, handoff notes, local knowledge, runtime inspection, and turning completed work into reusable skills.

63 stars0 forksUpdated 23d ago
Who it's for

Builders who want their agent to follow reusable instructions for `advai` workflows and local task handling.

What it delivers

You can have your agent handle browser work, CLI setup, handoffs, and knowledge capture with the right checks and commands.

What it does

Browser automation skill

Covers `advai browser` for DOM interaction, extraction, screenshots, tabs, cookies, and network capture.

CLI workflow skill

Covers `advai cli` for discovering, installing, updating, uninstalling, and proxying external CLIs.

Session handoff skill

Uses the local filesystem to save handoff notes and restore context when a new session starts.

Knowledge base skill

Covers `advai kb` for creating, searching, and syncing local knowledge bases.

Skill management skill

Covers `advai skill` for searching, installing, inspecting, syncing, updating, and uninstalling skills.

Distillation skill

Turns a finished conversation and its verified outcome into a reusable minimal skill.

How to get it

  1. 1Install from the skills.sh ecosystem with the skills CLI
    npx skills add Advai-X/advai-skills
  2. 2Search for an installable skill
    advai skill search advai --limit 10
  3. 3Install and immediately sync a single skill to a supported platform
    advai skill install advai-browser --source github --platform trae
  4. 4Install directly from a GitHub repository
    advai skill install https://github.com/Advai-X/advai-skills --skill advai-browser --platform trae
  5. 5Sync an already installed skill to another platform
    advai skill sync advai-browser --platform codex

README

Advai Skills

skills.sh

Skill definitions for the advai CLI and closely related agent tooling.

This repository is the source of truth for a small set of task-focused skills that help coding agents use advai subcommands and related runtime tools correctly. Each skill documents:

  • when it should be invoked
  • which advai subcommands or runtime tools it covers
  • required preflight checks
  • safe operating patterns and examples

Repository

  • GitHub: github.com/Advai-X/advai-skills
  • Clone URL: git@github.com:Advai-X/advai-skills.git
  • Primary dependency: https://github.com/Advai-X/advai-cli

Included Skills

SkillCommand / ToolsPurpose
advai-browseradvai browserBrowser automation, DOM interaction, extraction, screenshots, tabs, cookies, and network capture
advai-cliadvai cliDiscover, install, update, uninstall, and proxy external CLIs
advai-handofflocal filesystemPersist session handoff notes and restore prior context when a new agent session resumes
advai-infoadvai info, advai updateInspect runtime details and show upgrade guidance
advai-knowledgeadvai kbCreate, search, and sync local knowledge bases
advai-skilladvai skillSearch, install, inspect, sync, update, uninstall, and manage skill platforms
advai-distillconversation history, local filesystemConvert a completed conversation and its verified outcome into a reusable minimal skill

Usage

Install from the skills.sh ecosystem with the skills CLI:

npx skills add Advai-X/advai-skills

Search for an installable skill:

advai skill search advai --limit 10

Install and immediately sync a single skill to a supported platform:

advai skill install advai-browser --source github --platform trae

Install directly from a GitHub repository:

advai skill install https://github.com/Advai-X/advai-skills --skill advai-browser --platform trae

Sync an already installed skill to another platform:

advai skill sync advai-browser --platform codex

Authoring Conventions

  • Every skill lives in skills/<name>/SKILL.md.
  • Every skill name must use the advai- prefix.
  • The name field in each SKILL.md must match the directory name.
  • Skill instructions must verify that the required advai <subcommand> or runtime tool exists before use.
  • If a required subcommand or runtime tool is missing, the skill must say so clearly and avoid guessing fallback commands.
  • Command examples should stay concise and task-oriented.

Publishing Notes

  • skills.sh.json controls how this repo is grouped on skills.sh.
  • Keep GitHub-facing descriptions and per-skill descriptions aligned when renaming or expanding a skill.
  • Update this README whenever a new skill is added or an existing command mapping changes.

Contributing

See CONTRIBUTING.md for contribution guidelines and pull request expectations.

License

This repository is licensed under the MIT License. See LICENSE for details.

Files in the repo

Repository payload7 top-level entries
  • .github
  • skills
  • .gitignore
  • CONTRIBUTING.md
  • LICENSE
  • README.md
  • skills.sh.json

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k