Let your agent install the CLI
Install CLI →Copy the prompt on the right into Codex, Claude Code, or OpenClaw. It will run the official install command for your environment, then handle sign-in and checks.
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.
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.
Copy the prompt on the right into Codex, Claude Code, or OpenClaw. It will run the official install command for your environment, then handle sign-in and checks.
When ready-made tools are not enough, use OOMOL Studio to combine third-party tools, cloud functions, and APIs, or build a new tool. Published tools stay available through oo-cli.
# copy the prompt to your agent so it can install and verify$ curl -fsSL https://cli.oomol.com/install.sh | bash# oo-cli is installed in the current environment$ oo login# sign in with your OOMOL account and confirm the CLI is ready$ oo --version# next: search for available tools and start running tasksGitHub, 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 273 apps and 3,760 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.
When ready-made tools are not enough, use Studio's built-in AI to generate new tools or extend existing ones with workflows, then deliver them to Cloud for oo-cli use.
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.

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.