Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 29 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,33 +117,35 @@ AXIs built and maintained by the community:

<!-- generated:catalog-community:start -->

| AXI | Author | Domain | What it does |
| -------------------------------------------------------------------------------------------------- | ------------------ | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [`jj-axi`](https://github.com/aivv73/jj-axi) | aivv73 | Version control | Inspect and reshape Jujutsu history through deterministic, non-interactive commands with compact TOON output and operation-aware undo. |
| [`npm-axi`](https://github.com/SSBrouhard/npm-axi) | SSBrouhard | npm | Search and inspect npm registry packages, versions, dependencies, README previews, and downloads with token-efficient output. |
| [`sqlite-axi`](https://github.com/SSBrouhard/sqlite-axi) | SSBrouhard | SQLite | Inspect schemas, sample rows, and run capped read-only SQLite queries with token-efficient TOON output. |
| [`slack-axi`](https://github.com/JarvusInnovations/slack-axi) | Jarvus Innovations | Slack | Read, search, sweep, and safely draft Slack messages with token-efficient output. |
| [`gws-axi`](https://github.com/JarvusInnovations/gws-axi) | Jarvus Innovations | Google Workspace | Gmail, Calendar, Docs, Drive, and Slides behind one command, with multi-account write-safety - drafts mail, never sends. |
| [`harvest-axi`](https://github.com/JarvusInnovations/harvest-axi) | Jarvus Innovations | Time tracking | Review, log, and edit Harvest time entries by period - for yourself, your team, a project, or a client. |
| [`specops`](https://github.com/JarvusInnovations/specops) | Jarvus Innovations | Spec-driven dev | Spec-driven development for agents - and a demo of shipping an AXI embedded in a skill, not a standalone npm executable. |
| [`gitsheets-axi`](https://github.com/JarvusInnovations/gitsheets/tree/main/packages/gitsheets-axi) | Jarvus Innovations | Git-backed data | Read and mutate git-backed record sheets over the shell - TOON output, idempotent commits. |
| [`metabase-axi`](https://github.com/JarvusInnovations/metabase-axi) | Jarvus Innovations | Analytics / BI | Query, explore, and export from Metabase over the shell - SQL/MBQL, saved questions, schema introspection, full-data export. |
| [`otter-axi`](https://github.com/JarvusInnovations/otter-axi) | Jarvus Innovations | Meetings | Find and pull Otter.ai meeting transcripts from the shell - wraps Otter.ai's hosted MCP server as a scriptable, headless CLI. |
| [`notion-axi`](https://github.com/maximebrmd/notion-axi) | maximebrmd | Notion | Search, read, create, and update Notion pages and databases over the shell - token-efficient TOON output, PAT or integration auth. |
| [`clickup-axi`](https://github.com/JanSuthacheeva/clickup-axi) | JanSuthacheeva | ClickUp | List your open tasks, view a task with its newest comments inline, and change task status - truncation-aware, TOON-style output. |
| [`databricks-axi`](https://github.com/p33ves/databricks-axi) | p33ves | Databricks | Run Databricks jobs, watch runs, and pull failure logs inline over the official databricks CLI - more domains coming soon. |
| [`aws-axi`](https://github.com/thatdudealso/aws-axi) | thatdudealso | AWS | Discover, plan, provision, deploy, and inspect AWS services for hosting web, backend, database, and AI workloads through safe token-efficient CLI workflows. |
| [`docker-axi`](https://github.com/thatdudealso/docker-axi) | thatdudealso | Docker | Discover, build, run, debug, publish, inspect, and clean up Docker apps through safe token-efficient CLI workflows. |
| [`dynamodb-axi`](https://github.com/thatdudealso/dynamodb-axi) | thatdudealso | DynamoDB | Discover, inspect, query, scan, create, update, back up, restore, export, import, and safely operate DynamoDB tables through token-efficient CLI workflows. |
| [`pg-axi`](https://github.com/thatdudealso/pg-axi) | thatdudealso | PostgreSQL | Discover, create, inspect, query, back up, restore, and maintain PostgreSQL databases through safe token-efficient CLI workflows. |
| [`mongodb-axi`](https://github.com/thatdudealso/mongodb-axi) | thatdudealso | MongoDB | Discover, create, inspect, query, export, import, maintain, and diagnose MongoDB databases through safe token-efficient CLI workflows. |
| [`elasticsearch-axi`](https://github.com/thatdudealso/elasticsearch-axi) | thatdudealso | Elasticsearch | Discover, inspect, query, index, map, snapshot, restore, diagnose, and operate Elasticsearch clusters through safe token-efficient CLI workflows. |
| [`kubernetes-axi`](https://github.com/thatdudealso/kubernetes-axi) | thatdudealso | Kubernetes | Discover, inspect, deploy, debug, scale, roll out, expose, and clean up Kubernetes workloads through safe token-efficient CLI workflows. |
| [`redis-axi`](https://github.com/thatdudealso/redis-axi) | thatdudealso | Redis | Discover, inspect, query, export, import, maintain, and diagnose Redis databases through safe token-efficient CLI workflows. |
| [`celery-axi`](https://github.com/thatdudealso/celery-axi) | thatdudealso | Celery | Discover, inspect, run, debug, monitor, schedule, control, and safely operate Celery task queues through token-efficient CLI workflows. |
| [`cyber-mux`](https://github.com/cyberuni/cyber-mux) | unional | Terminal multiplexers | Open, send, read, focus, and close terminal panes across tmux, herdr, and WezTerm through one detection-driven contract with token-efficient output. |
| [`oracle-axi`](https://github.com/thatdudealso/oracle-axi) | thatdudealso | Oracle Database | Discover, create, inspect, query, export, import, maintain, and diagnose Oracle databases through safe token-efficient CLI workflows. |
| [`glab-axi`](https://github.com/karotkriss/glab-axi) | karotkriss | GitLab | Issues, merge requests, CI/CD pipelines, variables and secrets, releases, and raw API access. Wraps the official glab CLI with agent-ergonomic TOON output. |
| AXI | Author | Domain | What it does |
| ------------------------------------------------------------------------------------------------------ | ------------------ | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`jj-axi`](https://github.com/aivv73/jj-axi) | aivv73 | Version control | Inspect and reshape Jujutsu history through deterministic, non-interactive commands with compact TOON output and operation-aware undo. |
| [`npm-axi`](https://github.com/SSBrouhard/npm-axi) | SSBrouhard | npm | Search and inspect npm registry packages, versions, dependencies, README previews, and downloads with token-efficient output. |
| [`sqlite-axi`](https://github.com/SSBrouhard/sqlite-axi) | SSBrouhard | SQLite | Inspect schemas, sample rows, and run capped read-only SQLite queries with token-efficient TOON output. |
| [`slack-axi`](https://github.com/JarvusInnovations/slack-axi) | Jarvus Innovations | Slack | Read, search, sweep, and safely draft Slack messages with token-efficient output. |
| [`gws-axi`](https://github.com/JarvusInnovations/gws-axi) | Jarvus Innovations | Google Workspace | Gmail, Calendar, Docs, Drive, and Slides behind one command, with multi-account write-safety - drafts mail, never sends. |
| [`harvest-axi`](https://github.com/JarvusInnovations/harvest-axi) | Jarvus Innovations | Time tracking | Review, log, and edit Harvest time entries by period - for yourself, your team, a project, or a client. |
| [`specops`](https://github.com/JarvusInnovations/specops) | Jarvus Innovations | Spec-driven dev | Spec-driven development for agents - and a demo of shipping an AXI embedded in a skill, not a standalone npm executable. |
| [`gitsheets-axi`](https://github.com/JarvusInnovations/gitsheets/tree/main/packages/gitsheets-axi) | Jarvus Innovations | Git-backed data | Read and mutate git-backed record sheets over the shell - TOON output, idempotent commits. |
| [`metabase-axi`](https://github.com/JarvusInnovations/metabase-axi) | Jarvus Innovations | Analytics / BI | Query, explore, and export from Metabase over the shell - SQL/MBQL, saved questions, schema introspection, full-data export. |
| [`otter-axi`](https://github.com/JarvusInnovations/otter-axi) | Jarvus Innovations | Meetings | Find and pull Otter.ai meeting transcripts from the shell - wraps Otter.ai's hosted MCP server as a scriptable, headless CLI. |
| [`notion-axi`](https://github.com/maximebrmd/notion-axi) | maximebrmd | Notion | Search, read, create, and update Notion pages and databases over the shell - token-efficient TOON output, PAT or integration auth. |
| [`clickup-axi`](https://github.com/JanSuthacheeva/clickup-axi) | JanSuthacheeva | ClickUp | List your open tasks, view a task with its newest comments inline, and change task status - truncation-aware, TOON-style output. |
| [`databricks-axi`](https://github.com/p33ves/databricks-axi) | p33ves | Databricks | Run Databricks jobs, watch runs, and pull failure logs inline over the official databricks CLI - more domains coming soon. |
| [`aws-axi`](https://github.com/thatdudealso/aws-axi) | thatdudealso | AWS | Discover, plan, provision, deploy, and inspect AWS services for hosting web, backend, database, and AI workloads through safe token-efficient CLI workflows. |
| [`docker-axi`](https://github.com/thatdudealso/docker-axi) | thatdudealso | Docker | Discover, build, run, debug, publish, inspect, and clean up Docker apps through safe token-efficient CLI workflows. |
| [`dynamodb-axi`](https://github.com/thatdudealso/dynamodb-axi) | thatdudealso | DynamoDB | Discover, inspect, query, scan, create, update, back up, restore, export, import, and safely operate DynamoDB tables through token-efficient CLI workflows. |
| [`pg-axi`](https://github.com/thatdudealso/pg-axi) | thatdudealso | PostgreSQL | Discover, create, inspect, query, back up, restore, and maintain PostgreSQL databases through safe token-efficient CLI workflows. |
| [`mongodb-axi`](https://github.com/thatdudealso/mongodb-axi) | thatdudealso | MongoDB | Discover, create, inspect, query, export, import, maintain, and diagnose MongoDB databases through safe token-efficient CLI workflows. |
| [`elasticsearch-axi`](https://github.com/thatdudealso/elasticsearch-axi) | thatdudealso | Elasticsearch | Discover, inspect, query, index, map, snapshot, restore, diagnose, and operate Elasticsearch clusters through safe token-efficient CLI workflows. |
| [`kubernetes-axi`](https://github.com/thatdudealso/kubernetes-axi) | thatdudealso | Kubernetes | Discover, inspect, deploy, debug, scale, roll out, expose, and clean up Kubernetes workloads through safe token-efficient CLI workflows. |
| [`redis-axi`](https://github.com/thatdudealso/redis-axi) | thatdudealso | Redis | Discover, inspect, query, export, import, maintain, and diagnose Redis databases through safe token-efficient CLI workflows. |
| [`celery-axi`](https://github.com/thatdudealso/celery-axi) | thatdudealso | Celery | Discover, inspect, run, debug, monitor, schedule, control, and safely operate Celery task queues through token-efficient CLI workflows. |
| [`cyber-mux`](https://github.com/cyberuni/cyber-mux) | unional | Terminal multiplexers | Open, send, read, focus, and close terminal panes across tmux, herdr, and WezTerm through one detection-driven contract with token-efficient output. |
| [`oracle-axi`](https://github.com/thatdudealso/oracle-axi) | thatdudealso | Oracle Database | Discover, create, inspect, query, export, import, maintain, and diagnose Oracle databases through safe token-efficient CLI workflows. |
| [`glab-axi`](https://github.com/karotkriss/glab-axi) | karotkriss | GitLab | Issues, merge requests, CI/CD pipelines, variables and secrets, releases, and raw API access. Wraps the official glab CLI with agent-ergonomic TOON output. |
| [`jira-axi`](https://github.com/emilchristensen/atlassian-axi/tree/main/packages/jira-axi) | emilchristensen | Issue tracking | Create, search, transition, and comment on Jira work items, boards, and sprints through Atlassian's acli with token-efficient TOON output and idempotent mutations. |
| [`confluence-axi`](https://github.com/emilchristensen/atlassian-axi/tree/main/packages/confluence-axi) | emilchristensen | Documentation | Read and write Confluence Cloud pages and spaces directly over the REST API with token-efficient TOON output and OAuth 3LO or API-token auth. |

<!-- generated:catalog-community:end -->

Expand Down
10 changes: 10 additions & 0 deletions catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,13 @@ community:
author: karotkriss
domain: GitLab
description: "Issues, merge requests, CI/CD pipelines, variables and secrets, releases, and raw API access. Wraps the official glab CLI with agent-ergonomic TOON output."
- name: jira-axi
url: https://github.com/emilchristensen/atlassian-axi/tree/main/packages/jira-axi
author: emilchristensen
domain: Issue tracking
description: "Create, search, transition, and comment on Jira work items, boards, and sprints through Atlassian's acli with token-efficient TOON output and idempotent mutations."
- name: confluence-axi
url: https://github.com/emilchristensen/atlassian-axi/tree/main/packages/confluence-axi
author: emilchristensen
domain: Documentation
description: "Read and write Confluence Cloud pages and spaces directly over the REST API with token-efficient TOON output and OAuth 3LO or API-token auth."
30 changes: 30 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,36 @@ <h2 data-annotate>The [AXI catalog].</h2>
glab CLI with agent-ergonomic TOON output.
</td>
</tr>
<tr>
<td>
<a
href="https://github.com/emilchristensen/atlassian-axi/tree/main/packages/jira-axi"
><code>jira-axi</code></a
>
</td>
<td>emilchristensen</td>
<td>Issue tracking</td>
<td>
Create, search, transition, and comment on Jira work items,
boards, and sprints through Atlassian's acli with
token-efficient TOON output and idempotent mutations.
</td>
</tr>
<tr>
<td>
<a
href="https://github.com/emilchristensen/atlassian-axi/tree/main/packages/confluence-axi"
><code>confluence-axi</code></a
>
</td>
<td>emilchristensen</td>
<td>Documentation</td>
<td>
Read and write Confluence Cloud pages and spaces directly
over the REST API with token-efficient TOON output and OAuth
3LO or API-token auth.
</td>
</tr>
<!-- generated:catalog-community:end -->
</tbody>
</table>
Expand Down
Loading