Otomata
Open-source toolbox for AI agents. 30+ Python tools usable as CLI or library, a worker to execute them, an app to orchestrate them.
The tools
Each tool is a standalone Python client. Zero secrets in the repo — credentials are injected by the caller or read from the environment.
Google Workspace
Drive, Docs, Sheets, Slides, Gmail
Prospecting
Kaspr, Hunter, Apollo, ClearBit, Lemlist
French Companies
Sirene INSEE, Company Search, Pappers
Browser
LinkedIn, Crunchbase, Indeed, G2
AI
Anthropic, Groq, Mistral, Gemini
Notion, Slack, Pennylane...
+ search, media, CRM, accounting
Installation
pip install git+https://github.com/AlexisLaporte/otomata-tools.git
CLI mode
$ otomata google drive-list --folder-id xxx
$ otomata kaspr enrich --linkedin-slug "john-doe"
Library mode
from otomata.tools.sirene import SireneClient
results = SireneClient(api_key="xxx").search()
Ecosystem
Tools is the execution layer. The rest of the ecosystem uses it to build autonomous workflows.
Tools
30+ Python tools. CLI + library.
Worker
Backend agent. FastAPI + Claude SDK.
Coming soonApp
Chat interface + agent orchestration.
Coming soonViewer
Render markdown, code, PDF to HTML.
Coming soonAgentic script
An agentic script is a natural language instruction combined with tools. The AI agent interprets the instruction, picks the tools, handles errors, and produces structured output.
Learn more →Otomata is built by Alexis Laporte, independent AI engineer.