Merge Agent Handler — OpenClaw Plugin
Connect OpenClaw agents to hundreds of enterprise applications via Merge Agent Handler — Jira, Salesforce, HubSpot, Slack, Gong, Workday, GitHub, NetSuite, and more.
This plugin is a thin wrapper around the Merge CLI, which handles installation, OAuth, and tool execution. The plugin ships an OpenClaw skill that teaches the agent when and how to call the CLI.
Prerequisites
Install
Once published to ClawHub:
openclaw plugins install clawhub:merge-agent-handler
After installing, restart your OpenClaw session so the bundled skill is picked up.
Setup
In any OpenClaw chat (Discord, Slack, Telegram, the Control UI, …) ask the agent to set up Merge Agent Handler. The agent will activate the bundled merge-agent-handler-setup skill, which runs:
pipx install merge-api # install the CLI
merge login # OAuth in browser
merge search-tools "list issues" # smoke test
merge login opens an OAuth flow in your browser. Once you finish, the CLI persists your token locally and the agent can call connector tools on your behalf.
Usage
Just ask the agent what you need:
"List the issues assigned to me in Jira." "Find Salesforce contacts at acme.com." "Send a Slack message to #engineering." "Show my recent Gong calls."
The first time you use a given connector you'll get a Magic Link to sign in to that service via OAuth. After that, the agent can call its tools on your behalf via merge execute-tool.
Manual setup
If you'd rather run the commands yourself instead of letting the skill do it:
pipx install merge-api
merge login
merge search-tools "list issues" # confirm auth works
See the full guide: Set up your agent locally.
Resources
License
MIT