Add Marmot to CLI Utilities

This commit is contained in:
Albert Muaddi
2026-05-12 14:27:06 -04:00
parent bb68338a75
commit cddc0bcf9a
+1
View File
@@ -143,6 +143,7 @@ Lightweight command-line tools for AI-assisted commits, shell translation, and w
- [resume-cli](https://github.com/inevolin/resume-cli) — CLI that aggregates recent sessions from Claude Code, Codex, and GitHub Copilot in one place. Pick a session and resume it in any of the three tools.
- [codesight](https://github.com/Houseofmvps/codesight) — CLI token optimizer and AI context generator. Scans codebases to extract routes, schema, components, and dependencies for Claude Code, Cursor, Copilot, Codex, and Windsurf. 9x13x token reduction, built-in MCP server, zero runtime dependencies. `npx codesight`
- [CLIRank](https://clirank.dev) — API directory scoring 387 APIs on agent-friendliness across 11 signals. Available as an MCP server (`clirank-mcp-server`) and REST API.
- [Marmot](https://marmot.sh) — Shell-native CLI that gives agents one command shape for AI, web search, scraping, and data enrichment across many providers. Designed for Claude Code, Codex, OpenCode, and similar harnesses; composes via shell pipes.
---