Omnilimb runs OpenClaw / ClawHub community skills, an isolated sandbox, a Playwright browser and multi-language runtimes as deterministic structured-JSON tools the agent calls directly — zero extra LLM tokens on the execution path.
pip install omnilimb
Hermes is the brain. Omnilimb is the deterministic execution substrate — it never calls a model itself on the execution path, and adds no extra LLM tokens. Compatible with OpenClaw & ClawHub; not affiliated with them.
A small set of structured-JSON tools your agent can call directly.
Search the ClawHub / SkillHub registries and install skills by slug, git repo, or local path — with verification.
Execute a skill's script entrypoint with retry and rollback — no second AI loop, no inference overhead.
Run untrusted commands in a Docker sandbox with the network off by default and instant rollback.
Drive a Playwright browser through a structured action list.
Run quick snippets in python / node / bash / ruby / go.
List, view/edit, smoke-test, import/export and uninstall installed skills.
Browse leaderboards across markets and run a per-skill health check (体检) before you install.
An optional local JSONL audit log of tool calls you can view in the dashboard.
Bridge to the real openclaw / clawhub CLIs, or run a fully decoupled native Python substrate — no Node needed.
Real screenshots from the Omnilimb dashboard tab.



Install the plugin into your Hermes home and enable it.
As a pip package:
pip install omnilimb hermes plugins enable omnilimb
Or as a directory plugin:
cp -r omnilimb ~/.hermes/plugins/omnilimb hermes plugins enable omnilimb