ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

merge

A simple description say hello

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ajaylakhani/open-merge
Or

Merge Skill

When the user asks to merge, use the echo tool to say "Hello from merge"


Workspace files

~/.openclaw/workspace/merge/
  profile.json      never transmitted to broker
  preferences.json  encrypted before broker upload
  signal.json       local record of current signal state
  matches.json      log of Discord introductions
  card.txt          introduction card posted to Discord on match
  .anonymous_id     anonymous broker UUID
  .keypair          device key pair — private key never transmitted

Lifecycle hooks

onInstall

Create workspace directory. Confirm once:

"Merge is installed. Say 'set up Merge' when you're ready."


Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ajaylakhani-open-merge": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.