Llm Agent Tools
Description
Bash scripts to enhance LLM agent capabilities: task tracking, architecture documentation, and online research
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
LLM Agent Tools
Direct bash tools for LLM agents. No MCP, no orchestration layers, no vendor lock-in.
Philosophy
Skip the complexity. Bash scripts work everywhere, live in git, and print every token to your terminal. Agents call these tools via CLI just like any other command.
Why bash over MCP:
- Ubiquitous - runs on any POSIX system
- Transparent - full visibility into every operation
- Debuggable - grep, diff, version control
- Composable - pipe output between tools
Tools
| Tool | Description |
|---|---|
tools/exa-search.sh |
Web search via Exa API |
tools/memory-journal.sh |
Project context and decision logging |
tools/scratchpad.sh |
External memory for reasoning (paper) |
tools/list-tools.sh |
Discover available tools |
tools/verify-tools.sh |
Validate tool compliance |
Setup
cp .env.example .env
# Add your API keys to .env
source .env
./tools/exa-search.sh "your query"
For Agents
These tools are designed for LLM agents to invoke directly:
# Agent searches the web
./tools/exa-search.sh -n 5 "rust error handling best practices"
# Agent uses scratchpad for multi-step reasoning
./tools/scratchpad.sh set '{"peg_A": [3,2,1], "peg_B": [], "peg_C": []}'
./tools/scratchpad.sh pop peg_A && ./tools/scratchpad.sh push peg_C 1
./tools/scratchpad.sh get # Check state
Output goes to stdout (for the agent), errors to stderr (for debugging).
Adding New Tools
Add new scripts to `tools/`. Each tool should:
- Use
set -euo pipefail - Read config from environment variables
- Output clean, parseable text to stdout
- Send errors to stderr
- Include
-h/--help - Exit non-zero on failure
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI