← Back to Plugins
Integration

Mocky Openclaw

ssutcher By ssutcher 👁 6 views ▲ 0 votes

OpenClaw plugin for Mocky - connects your OpenClaw gateway to Mocky's tools

GitHub

Install

openclaw plugins install ./openclaw-plugin

README

# Mocky OpenClaw Plugin

Connects your OpenClaw gateway to Mocky's tools (bits, search, skills, and more).

## Install

```bash
curl -sL https://github.com/ssutcher/mocky-openclaw-plugin/releases/latest/download/openclaw-plugin.tar.gz | tar xz
openclaw plugins install ./openclaw-plugin
```

## Setup

1. In Mocky, go to **Settings > API Keys > OpenClaw** and generate a plugin token
2. On your gateway, set the token:
   ```bash
   openclaw config set plugins.entries.mocky.config.authToken "<your-token>"
   ```
3. If this is a fresh gateway, set up your Anthropic API key:
   ```bash
   openclaw auth
   ```
4. Set gateway mode and restart:
   ```bash
   openclaw config set gateway.mode local
   openclaw gateway restart
   ```

The plugin auto-discovers Mocky when running on the same machine. For remote gateways, also set `plugins.entries.mocky.config.address` to Mocky's host:port.
integration

Comments

Sign in to leave a comment

Loading comments...