The intelligent terminal agent that works with you.
A transparent CLI agent for planning, executing, and automating tasks — with your approval at every sensitive step.
- Transparent — every action shown before it runs
- Permission-first — filesystem, shell, and network actions stay gated
- Fast — built on Bun
- MCP support — connects to MCP servers, including a visual bridge for Excalidraw
npm install -g @nitinyadav77/scrapy
scrapy wakeupscrapy wakeup starts Sigato. On first AI-backed use, it prompts for an OpenRouter API key (stored per-user).
OPENROUTER_API_KEY=your-key scrapy wakeup
OPENROUTER_DEFAULT_MODEL=provider/model scrapy wakeupNo model set? Falls back to openrouter/free.
| Tool | Purpose |
|---|---|
fs |
Read, write, search, analyze files |
shell |
Run shell/git commands with approval |
web |
Search and fetch web content |
scraper |
Extract structured data from websites |
http |
Call external APIs |
explain |
Break down code and concepts |
git clone https://github.com/Nitinref/sigato.git
cd sigato
bun install
bun run index.tsIssues and PRs welcome on GitHub.
Also published as sigato — same project, alternate package name.
MIT