Hermes / OpenClaw

ReachAgents Agent Kit

Give your own Hermes or OpenClaw agent customer-safe skills and a Public API tool bridge for operating ReachAgents with your API key.

Hermes/OpenClaw skills for account setup, agents, campaigns, inbox, and health reports.

A ReachAgents Public API bridge that can call every supported /v1 operation with your API key.

A CLI fallback named reachagents-api for agents that cannot load Hermes plugins.

Production-only customer links and install defaults.

Download

Install in one command

Download the zip, unzip it, then run the installer. It copies skills, the plugin bridge, and the CLI fallback into your Hermes/OpenClaw environment.

Terminal
curl -L https://reachagents.ai/downloads/reachagents-agent-kit.zip -o reachagents-agent-kit.zip
unzip -o reachagents-agent-kit.zip -d reachagents-agent-kit
cd reachagents-agent-kit
./install.sh --env production

The default production install points agents at https://api.reachagents.ai and https://app.reachagents.ai.

For non-production testing, open Settings → API Keys on the non-production app and copy the generated install command from there.

Credentials

Create a ReachAgents API key

Where to create it

Open ReachAgents Settings → API Keys, create a key, copy it once, and save it in your agent runtime as REACHAGENTS_API_KEY.

Open API keys

Full operator scopes

workspaces:readworkspaces:writeagents:readagents:writeagents:runcontacts:readcontacts:writecontact_groups:readcontact_groups:writecampaigns:readcampaigns:writecampaigns:runruns:readruns:cancelinbox_automation:readinbox_automation:writeinbox_automation:run

Approval model

Safe operations for customer agents

What agents can do

  • Read-only reporting can run after you provide a scoped API key.
  • Creating, updating, deleting, running, sending, canceling, or bulk importing always requires explicit approval.
  • API keys stay in your local agent runtime. Do not paste them into chat, logs, reports, or task descriptions.
  • Customer-facing reports should include the exact ReachAgents page link to open next.

Public API coverage

The kit exposes every operation supported by the ReachAgents Public API contract through reachagents_api_request. Mutating and live operations require confirmed=true after the user approves the exact action.

Download the latest kit