Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-ai-agent-stack

The CLI stack for building AI agents.

AI agents are strongest at the command line. Give an agent a shell and a set of mature, scriptable CLIs and it can edit code, process media, crawl the web, transform data, and ship infrastructure without you writing custom tool code for each task.

This is a curated list of command-line tools an agent can shell out to, plus the notable MCP servers and APIs that fill the gaps. Every tool here is picked for one job: it is scriptable, composable (args in, stdout out, honest exit codes), and does real work the agent can delegate. Interactive-only TUIs, games, and novelty toys are left out.

Guiding pattern: the LLM decides what to do (reasoning, planning, tool selection); mature specialized tools decide how.

Categories

List What is in it
Web & Research HTTP clients, scraping, crawling, search, DNS
Media Image, video, and audio processing and download
Documents & OCR Format conversion, PDF, OCR, doc-to-markdown
Data JSON/YAML/CSV processors, SQL over files, embedded DBs
Development Git, code search, static analysis, testing, benchmarking
Files & Cloud Sync, transfer, backup, archive, cloud storage
Infrastructure Containers, orchestration, IaC, secrets, network
Modern CLI Better-output replacements for classic unix tools
AI & Agent Utilities LLM CLIs, context builders, token tools, sandboxes

How to read an entry

Each entry is name - what it does; why it matters for an agent. Prefer the tool over reimplementing its job in agent code. Compose small tools into pipelines.

Sources

Curated from established awesome-lists plus tools known to work well in agent loops. See sources.md for credits and how this list is maintained.

License

MIT

About

The CLI stack for building AI agents: a curated index of scriptable command-line tools an agent can shell out to.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages