Skip to content

v1.0.0 — CLI toolkit for AI agents

Choose a tag to compare

@AlexisLaporte AlexisLaporte released this 18 Mar 12:16

oto v1.0.0

First public release.

Your LLM uses gh for GitHub, aws for AWS. oto covers the long tail — the SaaS products that don't have a CLI.

Highlights

  • 15+ connectors: Google Workspace, LinkedIn, Notion, Pennylane, Serper, SIRENE, Crunchbase, Pappers, Indeed, G2, Folk CRM, WhatsApp, Kaspr, Hunter, Lemlist
  • 3 connector types: API (requests), Browser (o-browser), SDK (Google)
  • SKILL.md: each connector ships with an LLM instruction manual — oto skills enable --all teaches your agent how to use them
  • Auto-discovery: drop a file in commands/, it appears in oto --help
  • CLI over MCP: 4-32x cheaper in tokens, 100% reliability, composable with pipes

Install

pipx install oto-cli              # base
pipx install "oto-cli[google]"    # + Google Workspace
pipx install "oto-cli[all]"       # everything

Create your own connector

A connector is 3 files: commands/myservice.py + tools/myservice/client.py + skills/oto-myservice/SKILL.md

See docs/create-connector.md

Links