Authorize once, reuse across agents
After one connection and authorization in OOMOL, Codex, Claude Code, OpenClaw, and terminal workflows can keep calling those capabilities through oo-cli.
Start by connecting agents through oo-cli to third-party services like Gmail and Notion, plus your own systems. When packaged capabilities are not enough, use OOMOL Studio to build and extend your own tools.
Click to copy the oo-cli install command for your system.
Connect accounts, apps, and tool capabilities to OOMOL first, then let Codex, Claude Code, OpenClaw, and terminal workflows call them through the same oo-cli path.
After one connection and authorization in OOMOL, Codex, Claude Code, OpenClaw, and terminal workflows can keep calling those capabilities through oo-cli.
When ready-made tools are not enough, use OOMOL Studio to compose third-party tools, cloud functions, and APIs, or build new function tools; extensions remain usable from the CLI.
GitHub, Slack, Notion, Gmail, and your own APIs can work together through OOMOL, so agents can help without asking your team to change how they already work.
Useful when you want to turn PR review into a team update without manual summarizing.
Summarize the key points in this PR and send them to a Slack channel.
Read the diff, extract key points, and post to the target channel.
Useful when you want to turn a spec page into trackable work without manual breakdown.
Read this Notion page, break it into tasks, and sync them to Linear.
Extract requirements, shape tasks, and write them back to Linear.
Useful when you want to pipe email inputs straight into your own service.
Read the Gmail attachment, call our PDF API, and return the result.
Download the attachment, call your API, and return the output.
OOMOL comes with support for 261 apps and 3,641 packaged tools. They are not scattered APIs, but work entries agents can call directly through oo-cli. After common work is running, decide what is worth orchestrating further, extending, or turning into your own tool.
appsCovering common services across collaboration, development, marketing, and payments.
packaged toolsNot raw APIs, but ready-to-use actions.
Use the agent to get started, then keep editing code, dependencies, parameters, and workflows yourself. This is the developer path: Studio is for building tools, not replacing oo-cli for day-to-day calls.
Cloud runs the tool, stores config and secrets, manages access, and tracks usage. You do not need to build a separate backend service for the same tool.
Use the same tool for yourself, your team, or customers without copying and maintaining separate versions.
Secrets, permissions, versions, runtime config, and usage logs live in Cloud, making updates and troubleshooting easier.

Once the tool is built and delivered, agents in Codex, OpenClaw, and Claude Code keep using the same oo-cli path to search for it, inspect it, and call it. For users, published tools and custom tools end up at the same entry point.
Once you have tools connected through oo-cli, OOMOL AI gives you the official GUI for using those same capabilities across web, desktop, and iOS.

Use oo-cli to get connected services and published tools working first. Only when you need to produce, combine, and deliver your own tools do you move into Studio and Cloud.