Bundle Pluginsource linked

Merge Agent Handlerv2.0.1

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

@merge-api/openclaw-merge-agent-handler·runtime merge-agent-handler·by @merge-api
openclaw bundles install clawhub:@merge-api/openclaw-merge-agent-handler
Latest release: v2.0.1Download zip

Capabilities

Bundle format
generic
Runtime ID
merge-agent-handler

Compatibility

Built With Open Claw Version
2026.3.24-beta.2
Min Gateway Version
2026.3.24-beta.2
Plugin Api Range
>=2026.3.24-beta.2
Plugin Sdk Version
2026.3.24-beta.2
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The requested capabilities align with the stated purpose. A plugin for Merge Agent Handler reasonably needs to install/use the Merge CLI, authenticate with Merge, search available connector tools, and execute those connector tools.
Instruction Scope
The skill instructions stay focused on setup and use of the Merge CLI: checking for `merge`, installing `merge-api` with `pipx`, running `merge login`, and smoke-testing with `merge search-tools`. It does not instruct the agent to read unrelated files, collect unrelated environment variables, or send data to unexpected endpoints.
Install Mechanism
There is no OpenClaw install spec, but the setup skill tells the agent to run `pipx install merge-api` during setup. This is coherent with the plugin's purpose, but it means installation still writes software to disk at runtime and relies on the `merge-api` Python package source.
Credentials
The plugin declares no required environment variables or credentials. Authentication is handled through `merge login` OAuth, which is expected for this type of enterprise connector integration.
Persistence & Privilege
`always` is false and the plugin does not request permanent force-inclusion or modify other skills. The Merge CLI will persist OAuth tokens locally after login, which is normal for this purpose but gives the agent ongoing access to connected tools until revoked.
Assessment
This looks internally consistent, but it is powerful by design. After OAuth setup, OpenClaw may be able to act through Merge-connected services such as Jira, Slack, Salesforce, GitHub, Workday, and others depending on what you authorize. Only install it if you trust Merge's CLI/package and are comfortable granting the agent access to those enterprise accounts.

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
ab759b63ba56
Tag
v2.0.1
Provenance
No
Scan status
clean

Tags

latest
2.0.1

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