SkillAgentSearch skills...

Ata

AI agents for solving engineering and research problems end to end

Install / Use

/learn @Agents2AgentsAI/Ata
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"><code>npm i -g @a2a-ai/ata</code><br />or <code>curl -fsSL https://agents2agents.ai/ata/install.sh | sh</code></p> <p align="center"><strong>Ata CLI</strong> is an AI assistant from Agents2Agents AI that runs locally on your computer.<br />It is built on top of OpenAI Codex CLI. Not affiliated with OpenAI. <p align="center"> <img src="https://github.com/Agents2AgentsAI/ata/blob/main/.github/cli-splash.png" alt="Ata CLI splash" width="80%" />

We are building Ata to be the AI assistant that can solve software engineering and research problems end-to-end - not just another code-assist tool. On top of the vanilla Codex CLI, Ata adds:

  • Multiple AI providers: OpenAI, Anthropic, and Gemini. We also provide on-premise self-hosted solutions; contact us at accounts@agents2agents.ai for details.
  • Research tools: Paper Search (Semantic Scholar, arXiv, OpenAlex), Patent Search (EPO), and Zotero integration
  • LSP and Tree-sitter support: for deeper semantic understanding of your codebase
  • Voice support: powered by ElevenLabs
  • Research View: a dedicated reading experience for papers and patents

And many more capabilities coming soon.


Quickstart

Installing and running Ata CLI

Install globally with your preferred package manager:

Install using npm

npm install -g @a2a-ai/ata

Install using curl (macOS/Linux)

curl -fsSL https://agents2agents.ai/ata/install.sh | sh

Then simply run ata to get started.

<details> <summary>You can also go to the <a href="https://github.com/Agents2AgentsAI/ata/releases/latest">latest GitHub Release</a> and download the appropriate binary for your platform.</summary>

Each GitHub Release contains many executables, but in practice, you likely want one of these:

  • macOS
    • Apple Silicon/arm64: ata-aarch64-apple-darwin.tar.gz
    • x86_64 (older Mac hardware): ata-x86_64-apple-darwin.tar.gz
  • Linux
    • x86_64: ata-x86_64-unknown-linux-musl.tar.gz

Each archive contains a single entry with the platform baked into the name (e.g., ata-x86_64-unknown-linux-musl), so you likely want to rename it to ata after extracting it.

</details>

Using Ata with different providers

You can use ata with ChatGPT plan or OpenAI, Anthropic, or Gemini API key. All your API keys are stored securely on your local machine and never sent anywhere.

Docs

This repository is licensed under the Apache-2.0 License.

Related Skills

View on GitHub
GitHub Stars77
CategoryEducation
Updated20h ago
Forks3

Languages

Rust

Security Score

95/100

Audited on Apr 7, 2026

No findings