Skip to main content

agent-toolkit banner

agent-toolkit-cli

The official CLI for agent-toolkit — install skills, agents, loops, and MCP configs across every major AI coding assistant.

PyPI PyPI downloads Python License: MIT Validate Release

npm AUR Homebrew GHCR Discord

skills agents loops

Claude Code Cursor OpenCode Copilot Windsurf Pi Muse Code

Monorepo · Docs · Installation · CLI surfaces · Changelog


What is this package?

agent-toolkit-cli is the PyPI adapter for the agent-toolkit monorepo (ADR-021). Platform wheels bundle the native V binary; agent-toolkit / agent-toolkit-cli are a thin trampoline (same idea as the npm package). There is no Python CLI fallback — see python-fallback.md.

It also ships:

  • bundled skills, agents, loops, profiles, packs, and MCP templates
  • install / doctor / sync workflows that deploy the right artifacts per AI tool

One CLI. Any coding assistant. Zero duplication.

uvx --from agent-toolkit-cli agent-toolkit install
agent-toolkit doctor
agent-toolkit architecture

Quick start

Recommended: uv — no permanent install required.

# One-shot (preferred)
uvx --from agent-toolkit-cli agent-toolkit install
uvx --from agent-toolkit-cli agent-toolkit doctor

# Or install the CLI persistently
uv tool install agent-toolkit-cli
agent-toolkit install    # auto-detects Claude, Cursor, OpenCode, Windsurf, Pi, Copilot
agent-toolkit doctor

Other installers

pip install agent-toolkit-cli
pipx install agent-toolkit-cli

# System packages (release notify → dedicated taps)
brew tap ulises-jeremias/homebrew-tap && brew install agent-toolkit
yay -S agent-toolkit-bin   # Arch Linux (AUR) — GitHub Release V binary; not the Python AUR package
docker pull ghcr.io/ulises-jeremias/agent-toolkit

Full walkthrough: docs/INSTALLATION.md

Desktop GUI

Prefer a graphical workspace? The native desktop app runs over the same Engine — Office, Library, Operations, and an embedded terminal:

agent-toolkit gui --install   # download the desktop binary from GitHub Releases
agent-toolkit gui             # launch it (alias: agent-toolkit desktop)
Agent Toolkit Desktop — Office floor with agent desks, roster, and embedded terminal
Library: searchable skills catalog with detail inspector

Key concepts

🛠️ Skills

Reusable capability units (SKILL.md) that teach an agent how to do a job — delivery, forge CLIs, design, data, ops.

80 skills across domains. Browse with agent-toolkit inventory or agent-toolkit skills list.

🤖 Agents

Personas that constrain how the AI works — review, plan, architect, fix CI — without rewriting prompts each time.

17 personas, compiled into each target's native format via install.

🔄 Loops

Recurring agentic workflows with mutation-safety tiers (L1 observe → L2 controlled → L3 high autonomy).

agent-toolkit loop run daily-triage · 10 bundled templates

🔗 MCP

Provider registry + ready templates (GitHub, Slack, Notion, Linear, Figma, ClickUp) emitted into target-native configs.

agent-toolkit mcp list · mcp setup <provider> · mcp doctor

Supported tools

Supported AI tools grid
Tool What install deploys
Claude Code Plugin manifest, skill references, settings
Cursor Marketplace plugins + .mdc rules (IDE + Agent CLI)
OpenCode System prompt overlays, agent configs
GitHub Copilot copilot-instructions.md with domain selection
Windsurf Rules and memory files via Cascade (~/.codeium/windsurf/)
Pi Agent Skills and loop templates in Pi's native format
Muse Code Agent Skills under ~/.config/muse/skills/
# Target specific tools
agent-toolkit install --tools claude-code,cursor
agent-toolkit install --dry-run
agent-toolkit install --force

Command reference

Everyday consumer commands vs advanced workstation / harness commands. Details: docs/CLI_SURFACES.md

Consumer

Command Purpose
install Install profiles for detected or selected AI tools
update Refresh installed profiles from latest toolkit data
uninstall Remove toolkit-owned files using install receipts
doctor Check toolkit data and tool availability
diff Show changes vs currently installed plugin bundles
skills Sync, list, and validate skills
mcp MCP provider setup, health, doctor, uninstall
plugin Plugin bundle sync and check
agent-toolkit skills list
agent-toolkit skills sync --tools claude-code,cursor
agent-toolkit mcp setup github
agent-toolkit doctor --fix

Advanced

Still on the same binary — start here when running an agentic-harness-style workspace:

Command Purpose
loop Loop engineering: init, run, status, audit, cost, schedule, sync
workspace Workspace scaffolding: init, context, personas, packs
memory Knowledge base: add, search, inject, review, todo
project Project index: clone, list, add, remove, scan
devcompanion Background job queue (dc alias)
insights Local usage analytics (OpenCode, Cursor, Claude)
inventory List skills, agents, and products
matrix Platform capability matrix
build / release Compile / release artifacts (maintainer)
# Loops (mutation-safety tiers L1 → L3)
agent-toolkit loop init daily-triage
agent-toolkit loop run daily-triage
agent-toolkit loop status
agent-toolkit loop audit daily-triage

# Workspace harness
agent-toolkit workspace init --dir ~/.agentic-harness
agent-toolkit memory search "topic"
agent-toolkit project clone owner/my-repo
agent-toolkit inventory
Loop autonomy tiers
Tier Posture Examples
L1 Observe / propose (report-only) oss-daily-briefing, daily-triage, oss-triage
L2 Controlled mutations (PR-gated) ci-sweeper, dep-sweeper, pr-babysitter
L3 High autonomy (allowlist) oss-pr-monitor

Optional dependencies

# YAML-backed pack / catalog features
uv tool install "agent-toolkit-cli[yaml]"

# Everything optional
uv tool install "agent-toolkit-cli[all]"
Extra Provides
yaml PyYAML for pack overlays and richer catalog parsing
all Currently same as yaml
dev pytest, ruff (contributors)

Upgrade & uninstall

uv tool upgrade agent-toolkit-cli
agent-toolkit update          # refresh deployed profiles
agent-toolkit uninstall       # remove toolkit-owned files via receipts

uv tool uninstall agent-toolkit-cli
# or: pip uninstall agent-toolkit-cli

docs/UNINSTALL.md


Ecosystem

agent-toolkit is the capability distribution layer (L1.5) in a personal DX stack:

Layer Repo Role
L1 agentic-workstation Machine provisioning — chezmoi, shell, packages, LLM policy
L1.5 agent-toolkit (this CLI) Skills, loops, profiles, MCP
L3 agentic-harness AI workspace scaffold — memory, personas, multi-repo orchestration

Documentation

Guide Description
README (monorepo) Full product overview, skills, agents, packs
INSTALLATION.md Install paths per tool
CLI_SURFACES.md Consumer vs advanced commands
LOOPS.md Loop engineering reference
TRUST.md Trust boundaries and supply chain
COMPATIBILITY.md Python / tool matrix
Wiki Extended reference

Canonical sources live in the agent-toolkit monorepo. This package is the installable distribution of that source of truth.


Requirements

  • Python 3.10+
  • Optional: uv for uvx / uv tool workflows
  • At least one supported AI coding assistant (for install to deploy profiles)

Contributing

Issues and PRs welcome on the monorepo:

git clone https://github.com/ulises-jeremias/agent-toolkit
cd agent-toolkit
uv sync --project packages/pypi/agent-toolkit-cli --all-extras
uv run --project packages/pypi/agent-toolkit-cli --directory . agent-toolkit --help

MIT © ulises-jeremias · PyPI · npm · AUR · GitHub

Release files for agent-toolkit-cli 1.32.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for agent-toolkit-cli 1.32.0
File Size Uploaded
agent_toolkit_cli-1.32.0.tar.gz 859.4 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for agent-toolkit-cli 1.32.0
File
agent_toolkit_cli-1.32.0-py3-none-win_amd64.whl Python 3 none Windows x86-64 Details
agent_toolkit_cli-1.32.0-py3-none-manylinux_2_38_x86_64.whl Python 3 none Linux glibc 2.38+ x86-64 Details
agent_toolkit_cli-1.32.0-py3-none-manylinux_2_38_aarch64.whl Python 3 none Linux glibc 2.38+ ARM64 Details
agent_toolkit_cli-1.32.0-py3-none-macosx_11_0_x86_64.whl Python 3 none macOS 11.0+ x86-64 Details
agent_toolkit_cli-1.32.0-py3-none-macosx_11_0_arm64.whl Python 3 none macOS 11.0+ ARM64 Details

Total release size: 30.5 MB

Release files / agent_toolkit_cli-1.32.0.tar.gz

Download URL agent_toolkit_cli-1.32.0.tar.gz
Size 859.4 kB
Tags Source
SHA-256 checksum
How to use checksums
96d4fa5ca161671b55a488539e655a0eb054ca918dd4cbbf9a8bfbe65bb11366
BLAKE2b-256 checksum
How to use checksums
4926dec7812059f37f72915c13b16652b7e3039670071fe7ad99d1583707a0ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / agent_toolkit_cli-1.32.0-py3-none-win_amd64.whl

Download URL agent_toolkit_cli-1.32.0-py3-none-win_amd64.whl
Size 7.0 MB
Tags Python 3 Windows x86-64
SHA-256 checksum
How to use checksums
7f33b4597fb1dde987c0e8d0f6066f04079d77323d33fec95af1c39a9c16ff48
BLAKE2b-256 checksum
How to use checksums
457cf377c11fc0877036c12b4e6a46c32d0187c67185aa46398ebe7c9d2f55e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / agent_toolkit_cli-1.32.0-py3-none-manylinux_2_38_x86_64.whl

Download URL agent_toolkit_cli-1.32.0-py3-none-manylinux_2_38_x86_64.whl
Size 6.0 MB
Tags Linux glibc 2.38+ x86-64 Python 3
SHA-256 checksum
How to use checksums
18a4c4b3eaa58754015cd069a2907a4293e66481b1a2c7445c16c8a763dcf5e5
BLAKE2b-256 checksum
How to use checksums
a191553d154bff37a569094c42addeab5b321d2e01bf7af3339e166ac42e2f9a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / agent_toolkit_cli-1.32.0-py3-none-manylinux_2_38_aarch64.whl

Download URL agent_toolkit_cli-1.32.0-py3-none-manylinux_2_38_aarch64.whl
Size 5.9 MB
Tags Linux glibc 2.38+ ARM64 Python 3
SHA-256 checksum
How to use checksums
0c15fc2a0312b7e680f5ac9bf0fe088f5cfe39932527ea43f8234c0342ecfda1
BLAKE2b-256 checksum
How to use checksums
2085d0bb7f1a73a25fe575889af9303e0bfdd80a597bfa3a08045d222d8f8cf1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / agent_toolkit_cli-1.32.0-py3-none-macosx_11_0_x86_64.whl

Download URL agent_toolkit_cli-1.32.0-py3-none-macosx_11_0_x86_64.whl
Size 5.4 MB
Tags Python 3 macOS 11.0+ x86-64
SHA-256 checksum
How to use checksums
4b8c88c4c2237d76834edb6f5a769e33e6ac38d34bfc5ff8378c0fb03aebe98e
BLAKE2b-256 checksum
How to use checksums
00109f70879254c0c4ebcc4ec55725fce395ba4dbcdf326a55f17775263b9053
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release files / agent_toolkit_cli-1.32.0-py3-none-macosx_11_0_arm64.whl

Download URL agent_toolkit_cli-1.32.0-py3-none-macosx_11_0_arm64.whl
Size 5.3 MB
Tags Python 3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
dc6e9fa2c07548f05fd1f20b19733eb311754ae8e32ceae4907a9b0a24cc9376
BLAKE2b-256 checksum
How to use checksums
7920c2c37011f79c81b17980b854531a9108a6064113e57797367dc1301e09a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 20, 2026.

Transparency log

Release history Release notifications | RSS feed

1.32.1

6 release files

This release

1.32.0 This release

6 release files

1.30.3

6 release files

1.30.2

6 release files

1.30.1

6 release files

1.27.0

6 release files

1.26.0

6 release files

1.25.0

6 release files

1.24.0

6 release files

1.23.1

6 release files

1.23.0

6 release files

1.22.3

6 release files

1.22.2

6 release files

1.22.1

6 release files

1.22.0

6 release files

1.21.0

6 release files

1.20.0

6 release files

1.19.0

6 release files

1.18.0

6 release files

1.17.0

6 release files

1.16.0

6 release files

1.15.1

6 release files

1.15.0

6 release files

1.14.1

6 release files

1.14.0

6 release files

1.13.0

6 release files

1.12.2

6 release files

1.12.1

6 release files

1.12.0

6 release files

1.11.0

6 release files

1.9.0

2 release files

1.8.4

2 release files

1.8.3

2 release files

1.8.2

2 release files

1.8.1

2 release files

1.8.0

2 release files

1.6.0

2 release files

1.5.1

2 release files

1.5.0

2 release files

1.4.1

2 release files

1.4.0

2 release files

1.2.2

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.0

2 release files

1.0.9

2 release files

1.0.8

2 release files

1.0.7

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.4

2 release files

1.0.3

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page