AXI: Agent eXperience Interface
Ecosystem
The [AXI catalog].
AXIs in the wild - official reference implementations maintained by<br>the AXI project, and tools built by the community on the same<br>principles.
Official
AXI<br>Domain<br>Description
gh-axi
GitHub
Issues, PRs, workflow runs, releases, and more. Wraps the<br>official gh CLI with agent-ergonomic output.
chrome-devtools-axi
Browser automation
Navigate, click, fill, and extract with combined operations<br>and query filtering. Wraps chrome-devtools-mcp.
lavish-axi
Human review
Turns agent-generated HTML artifacts into collaborative<br>review surfaces - annotate, comment, and send feedback back<br>to the agent.
quota-axi
Quota / usage
Reports local Claude, Codex, Cursor, Copilot, and Grok<br>quota/usage windows for routing-aware agents - data-only and<br>local-first.
Community
AXI<br>Author<br>Domain<br>Description
jj-axi
aivv73<br>Version control
Inspect and reshape Jujutsu history through deterministic,<br>non-interactive commands with compact TOON output and<br>operation-aware undo.
npm-axi
SSBrouhard<br>npm
Search and inspect npm registry packages, versions,<br>dependencies, README previews, and downloads with<br>token-efficient output.
sqlite-axi
SSBrouhard<br>SQLite
Inspect schemas, sample rows, and run capped read-only<br>SQLite queries with token-efficient TOON output.
slack-axi
Jarvus Innovations<br>Slack
Read, search, sweep, and safely draft Slack messages with<br>token-efficient output.
gws-axi
Jarvus Innovations<br>Google Workspace
Gmail, Calendar, Docs, Drive, and Slides behind one command,<br>with multi-account write-safety - drafts mail, never sends.
harvest-axi
Jarvus Innovations<br>Time tracking
Review, log, and edit Harvest time entries by period - for<br>yourself, your team, a project, or a client.
specops
Jarvus Innovations<br>Spec-driven dev
Spec-driven development for agents - and a demo of shipping<br>an AXI embedded in a skill, not a standalone npm executable.
gitsheets-axi
Jarvus Innovations<br>Git-backed data
Read and mutate git-backed record sheets over the shell -<br>TOON output, idempotent commits.
metabase-axi
Jarvus Innovations<br>Analytics / BI
Query, explore, and export from Metabase over the shell -<br>SQL/MBQL, saved questions, schema introspection, full-data<br>export.
otter-axi
Jarvus Innovations<br>Meetings
Find and pull Otter.ai meeting transcripts from the shell -<br>wraps Otter.ai's hosted MCP server as a scriptable, headless<br>CLI.
notion-axi
maximebrmd<br>Notion
Search, read, create, and update Notion pages and databases<br>over the shell - token-efficient TOON output, PAT or<br>integration auth.
clickup-axi
JanSuthacheeva<br>ClickUp
List your open tasks, view a task with its newest comments<br>inline, and change task status - truncation-aware,<br>TOON-style output.
databricks-axi
p33ves<br>Databricks
Run Databricks jobs, watch runs, and pull failure logs<br>inline over the official databricks CLI - more domains<br>coming soon.
aws-axi
thatdudealso<br>AWS
Discover, plan, provision, deploy, and inspect AWS services<br>for hosting web, backend, database, and AI workloads through<br>safe token-efficient CLI workflows.
docker-axi
thatdudealso<br>Docker
Discover, build, run, debug, publish, inspect, and clean up<br>Docker apps through safe token-efficient CLI workflows.
dynamodb-axi
thatdudealso<br>DynamoDB
Discover, inspect, query, scan, create, update, back up,<br>restore, export, import, and safely operate DynamoDB tables<br>through token-efficient CLI workflows.
pg-axi
thatdudealso<br>PostgreSQL
Discover, create, inspect, query, back up, restore, and<br>maintain PostgreSQL databases through safe token-efficient<br>CLI workflows.
mongodb-axi
thatdudealso<br>MongoDB
Discover, create, inspect, query, export, import, maintain,<br>and diagnose MongoDB databases through safe token-efficient<br>CLI workflows.
elasticsearch-axi
thatdudealso<br>Elasticsearch
Discover, inspect, query, index, map, snapshot, restore,<br>diagnose, and operate Elasticsearch clusters through safe<br>token-efficient CLI workflows.
kubernetes-axi
thatdudealso<br>Kubernetes
Discover, inspect, deploy, debug, scale, roll out, expose,<br>and clean up Kubernetes workloads through safe<br>token-efficient CLI workflows.
redis-axi
thatdudealso<br>Redis
Discover, inspect, query, export, import, maintain, and<br>diagnose Redis databases through safe token-efficient CLI<br>workflows.
celery-axi
thatdudealso<br>Celery
Discover, inspect, run, debug, monitor, schedule, control,<br>and safely operate Celery task queues through<br>token-efficient CLI workflows.
Built an AXI?<br>Follow the contributor workflow<br>to add it to the catalog.
Premise
Neither CLI nor MCP gives [agents] enough love.
AI agents interact with external services through two dominant<br>paradigms. The first is shell-based CLI execution :<br>the agent runs commands like gh issue list or<br>agent-browser navigate and parses the text output. The<br>second is structured tool protocols like MCP (Model<br>Context Protocol), where the agent invokes typed tool functions<br>through the hosting framework’s native tool-calling...