Available Tools
The full toolset OpenHuman's agent has out of the box - research, code, control your machine, schedule jobs, talk back to you, and call into 118+ third-party services.
Last updated
The full toolset OpenHuman's agent has out of the box - research, code, control your machine, schedule jobs, talk back to you, and call into 118+ third-party services.
OpenHuman's agent doesn't ship empty. Every model behind the agent has a curated set of tools available the moment you install - no plugin marketplace, no API keys to wire up, no MCP servers to register. The whole toolbelt is in the box.
This page is the index. Each subpage covers one family of tools.
A plugin-only model means tools live in different processes, behind RPC, with their own auth and packaging stories. That's fine for open-ended extensibility, but for the core tools every agent needs (read a file, search the web, edit code, set a reminder, join a meeting), shipping them in-process means:
Consistent error handling.
Zero install friction.
All output passes through Smart Token Compression for free.
Predictable security boundary - filesystem tools respect workspace scoping, and network tools use the managed OpenHuman proxy by default unless you opt into a self-hosted path such as SearXNG.
Search the live web via the managed proxy, or opt into self-hosted SearXNG.
Pull clean text out of any URL - articles, docs, READMEs.
Read/write/edit/patch files, glob, grep, git, lint, test.
Open URLs, screenshot, click, type, move the mouse.
Recurring jobs, one-off reminders, scheduled agent runs.
Speech-to-text in, text-to-speech out, live Google Meet agent.
Recall, store, forget, and search the Memory Tree.
The agent's view of the 118+ connected services.
Spawn subagents, delegate to skills, plan, ask the user.
Shell, node, SQL, current time, push notifications, LSP.
Smart Token Compression - what keeps tool output costs bounded.
Third-party Integrations - the user-facing pitch and OAuth flow for the 118+ catalog.
Privacy & Security - the boundary every tool runs inside.
Last updated