# agent-tools.org > Open-source infrastructure for AI coding agents. agent-tools.org is a curated collection of tools that help AI agents work better — orchestrating tasks, managing resources, and bridging CLI tools into unified workflows. ## Tools ### aid (ai-dispatch) - Dispatch work to gemini, codex, opencode, cursor, kilo, ob1, and codebuff from one CLI. Track progress, manage worktrees, enforce methodology, and control cost. - URL: https://aid.agent-tools.org - Repo: https://github.com/sunoj/ai-dispatch - Install: cargo install --path . (Rust 1.85+) - llms.txt: https://aid.agent-tools.org/llms.txt - License: MIT ### ai-summary - Compresses web content for AI coding agents — search, fetch, extract, and summarize in one CLI call. Replaces 3-5 Claude tool calls with a single command, reducing token consumption by 10-50x. - URL: https://ai-summary.agent-tools.org - Repo: https://github.com/sunoj/ai-summary - Install: cargo install ai-summary - llms.txt: https://ai-summary.agent-tools.org/llms.txt - License: MIT ### hiboss - Let AI agents send messages to their human boss and receive replies through Discord and Telegram. Agents call hiboss send or hiboss ask — the message lands in your chat app, and your reply flows back to the agent. Agents can also boss other agents for autonomous multi-agent workflows. - URL: https://hiboss.agent-tools.org - Repo: https://github.com/sunoj/hiboss - Install: cargo install hiboss (CLI) + wrangler deploy (server) - llms.txt: https://hiboss.agent-tools.org/llms.txt - License: MIT ### crpc - A blockchain RPC command-line tool with auto ABI encode/decode, 2600+ chains via chainlist.org, Etherscan V2 integration, Multicall3 batching, smart RPC fallback, and offline encode/decode. - URL: https://crpc.agent-tools.org - Repo: https://github.com/sunoj/crpc - Install: cargo install crpc - llms.txt: https://crpc.agent-tools.org/llms.txt - License: MIT ### ghost-code - Get notified on your phone when Claude finishes a task or needs input — reply to inject text back into the terminal, or chat with Claude directly via streaming responses. Hooks into Claude Code's lifecycle events with a single binary. - URL: https://ghost-code.agent-tools.org - Repo: https://github.com/sunoj/ghost-code - Install: cargo install ghost-code - llms.txt: https://ghost-code.agent-tools.org/llms.txt - License: MIT ## Links - Homepage: https://agent-tools.org - GitHub: https://github.com/sunoj