Register the MCP server
The fastest path ismcp add, which writes its server straight into
OpenClaw’s ~/.openclaw/openclaw.json:
~/.openclaw/openclaw.json under
mcp.servers. Add Smithers as a stdio server:
list_workflows, run_workflow, watch_run,
resolve_approval, and the rest) become available to OpenClaw’s agent. Full
reference: MCP Server.
Install the skill
OpenClaw discovers skills from~/.agents/skills/ (among other locations), which
is exactly where the cross-agent command installs them:
openclaw skills install <slug>);
the Smithers skill installs directly into the skills directory rather than
through the hub.
See also
- MCP Server: the full tool reference
- Agent Support: the cross-agent commands