@merge-api

Merge Agent Handler

OpenClaw plugin that connects agents to hundreds of enterprise tools (Jira, Salesforce, Slack, Gong, Workday, GitHub, etc.) via Merge Agent Handler.

Current version
v2.0.1
bundle-pluginCommunitysource-linked

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

  • OpenClaw installed and onboarded
  • Python 3.10+
  • pipx — on macOS: brew install pipx && pipx ensurepath

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

Source and release

Source repository

merge-api/ah-plugins

Open repo

Source commit

ab759b63ba564c0bdb35f786f6860714ad6952b8

View commit

Install command

openclaw plugins install clawhub:@merge-api/openclaw-merge-agent-handler

Metadata

  • Package: @merge-api/openclaw-merge-agent-handler
  • Created: 2026/05/04
  • Updated: 2026/05/04
  • Executes code: No
  • Source tag: v2.0.1

Compatibility

  • Built with OpenClaw: 2026.3.24-beta.2
  • Plugin API range: >=2026.3.24-beta.2
  • Tags: latest
  • Files: 10