Skip to content

spfunctions/awesome-cli-agentic-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Awesome CLI Agentic Tools

Curated list of command-line tools, SDKs, and frameworks for building AI agents.

Browse the full directory at sparkco.ai.


Contents


Prediction Market Tools

The deepest collection of prediction market CLIs, SDKs, and agent frameworks on the internet.

By Sparkco

Tool Description Install Language
@spfunctions/cli 50 commands: scan, edges, watch, agent mode. Kalshi + Polymarket. npm i -g @spfunctions/cli TypeScript
@spfunctions/prediction-market-mcp MCP server with 4 tools. Works with Claude, Cursor, VS Code. npx @spfunctions/prediction-market-mcp TypeScript
simplefunctions-ai Python SDK. World model, 30k+ markets, thesis engine. pip install simplefunctions-ai Python
prediction-market-mcp-example Minimal MCP server example for prediction market data. git clone TypeScript
kalshi-price-monitor Real-time price monitoring and alerts for Kalshi markets. git clone TypeScript
prediction-market-context Structured prediction market context for any LLM. git clone TypeScript
causal-tree-decomposition Standalone causal tree engine. Zero dependencies. git clone TypeScript
create-prediction-market-agent Scaffold agent projects: LangChain, CrewAI, OpenAI, vanilla TS. npx create-prediction-market-agent TypeScript
world-state-action GitHub Action for CI/CD world state injection. uses: spfunctions/world-state-action@v1 TypeScript
polymarket-sports-mm Sports market making bot for Polymarket. git clone Python
langchain-prediction-markets LangChain tools for prediction market data. npm i langchain-prediction-markets TypeScript
openai-agents-prediction-markets OpenAI function-calling tools for prediction markets. npm i openai-agents-prediction-markets TypeScript
vercel-ai-prediction-markets Vercel AI SDK tools for prediction markets. npm i vercel-ai-prediction-markets TypeScript
crewai-prediction-markets CrewAI tools for prediction markets. pip install crewai-prediction-markets Python
agent-world-awareness One-line world awareness for any agent. npm i agent-world-awareness TypeScript
prediction-market-edge-detector Edge detection across 30k+ markets. git clone TypeScript

Community

Tool Stars Description Install Language
prediction-market-analysis 2,800 Largest public dataset + analysis framework for prediction markets. git clone Python
pmxt 1,400 CCXT for prediction markets. Unified API across exchanges. pip install pmxt Python
Polymarket Agents 800 Official Polymarket agent framework for autonomous trading. git clone Python
kalshi-ai-trading-bot 342 AI trading bot for Kalshi with Grok-4 integration. git clone Python
polymarket-mcp-server 335 45-tool MCP server for Polymarket data and trading. git clone TypeScript
polybot 200 Reverse-engineer strategies, find arbitrage on Polymarket. git clone Python
PredictOS 200 All-in-one multi-agent framework for prediction markets. git clone Python
dr-manhattan 181 CCXT for prediction markets with market-making support. pip install dr-manhattan Python
polyterm 162 Polymarket in your terminal. Browse and trade from CLI. cargo install polyterm Rust
CloddsBot 158 Autonomous AI agent trading across 1000+ markets. git clone Python
polymarket-pipeline 154 Event-driven AI news-to-trade pipeline for Polymarket. git clone Python
gnosis/prediction-market-agent 150 AI agent that bets on prediction markets to benchmark reasoning. git clone Python
kalshi-trading-bot-cli 149 AI-native Kalshi CLI with Kelly sizing and risk management. git clone Python
kalshi-python 100 Official Kalshi Python SDK for market data and trading. pip install kalshi-python Python
gnosis/pm-agent-tooling 100 Benchmark and deploy prediction market agents. pip install prediction-market-agent-tooling Python

Agent Frameworks

Tool Stars Description Install Language
LangChain 126k Most adopted agent framework. Chains, tools, memory. pip install langchain Python
MetaGPT 45k Multi-agent software company simulation. pip install metagpt Python
CrewAI 44.6k Role-based multi-agent crews with delegated tasks. pip install crewai Python
AutoGen 35k Multi-agent conversations by Microsoft Research. pip install autogen Python
DSPy 20k Programming, not prompting. Optimized LM pipelines. pip install dspy-ai Python
OpenAI Agents SDK 15k Official OpenAI agent framework with function calling. pip install openai-agents Python
Pydantic AI 10k Type-safe agent API built on Pydantic. pip install pydantic-ai Python
Mastra 8k TypeScript-first agent framework with built-in tools. npm i mastra TypeScript
Smolagents 5k HuggingFace minimal agents. Simple, composable. pip install smolagents Python

Coding Agents

Tool Stars Description Install Language
OpenHands 50k Autonomous software engineer. Code, test, deploy. pip install openhands Python
Cline 30k VS Code extension with terminal access. Autonomous coding. code --install-extension saoudrizwan.claude-dev TypeScript
Aider 25k Git-aware AI pair programmer in your terminal. pip install aider-chat Python
SWE-Agent 15k Resolves real GitHub issues autonomously. pip install swe-agent Python

Browser Agents

Tool Stars Description Install Language
Browser Use 50k Open-source browser agent library. See, click, type. pip install browser-use Python
Skyvern 10k Vision-driven browser navigation for AI agents. pip install skyvern Python
Playwright MCP 3k Playwright browser automation exposed as MCP tools. npx @anthropic/playwright-mcp TypeScript

Developer CLIs

Tool Stars Description Install Language
GitHub CLI (gh) 37k Repos, PRs, issues, Actions — all from the terminal. brew install gh Go
Vercel CLI 12k Deploy, manage, and inspect Vercel projects. npm i -g vercel TypeScript
Stripe CLI 5k Payments, webhooks, and Stripe resource management. brew install stripe/stripe-cli/stripe Go
ElevenLabs CLI 2k TTS, STT, voice cloning, and audio generation. pip install elevenlabs Python
Supabase CLI 1k Database, Auth, Storage, and Edge Functions management. brew install supabase/tap/supabase Go
AgentMail CLI Email inboxes and transactional email for AI agents. pip install agentmail Python

Operations CLIs

Tool Stars Description Install Language
gogcli 6.7k Google Workspace CLI — Docs, Sheets, Drive, Calendar. brew install gogcli Go
hledger 4.4k Plain text double-entry accounting. Scriptable, composable. brew install hledger Haskell
crm-cli 72 CLI customer relationship management. Contacts, deals, notes. pip install crm-cli Python

BI & Data CLI Tools

SQL engines, CSV toolkits, and data transformation CLIs for agentic BI workflows.

By Sparkco

Tool Description Install Language
@spfunctions/bi Agent-friendly BI CLI. Query CSV/JSON/Parquet with SQL via DuckDB. 4 commands: head, schema, query, convert. npm i -g @spfunctions/bi TypeScript

Community

Tool Stars Description Install Language
DuckDB 28k In-process SQL OLAP database. Parquet, CSV, JSON out of the box. brew install duckdb C++
pgcli 12k Postgres CLI with auto-complete and syntax highlighting. pip install pgcli Python
xsv 10k Fast CSV toolkit. Index, search, split, join, stats. cargo install xsv Rust
dbt 10k SQL-first data transformation framework. ELT best practices. pip install dbt-core Python
Datasette 9.5k Instant JSON API and web UI for any SQLite database. pip install datasette Python
Miller (mlr) 9k Like awk, sed, cut for CSV, TSV, and JSON. Stream processing. brew install miller Go
usql 9k Universal SQL CLI. Postgres, MySQL, SQLite, DuckDB, 40+ drivers. go install github.com/xo/usql@latest Go
VisiData 8k Terminal spreadsheet multitool. Explore, sort, filter, pivot. pip install visidata Python
csvkit 6k Suite of CLI tools for converting to and working with CSV. pip install csvkit Python
OctoSQL 5k Query CSV, JSON, Parquet, MySQL, Postgres with a single SQL. go install github.com/cube2222/octosql/cmd/octosql@latest Go
sqlite-utils 2k CLI for manipulating SQLite. Insert, transform, query, extract. pip install sqlite-utils Python

Why CLI?

CLI MCP
Token overhead 0 tokens 500-2,000 tokens / tool
Reliability ~100% ~72% success rate
Speed Direct execution JSON-RPC round trip
Composability Unix pipes Pre-defined parameters

We still index MCP servers. Use what works for your agent.


Contributing

Know a CLI tool we're missing? Open an issue or submit a PR.

Format

| [Tool Name](https://github.com/org/repo) | Stars | One-line description. | `install command` | Language |

License

CC0 1.0 Universal

Built by Sparkco. Prediction market tools powered by SimpleFunctions.

About

Curated list of CLI tools for AI agents. Prediction markets, agent frameworks, coding agents, browser agents, developer CLIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors