Back to Registry
View Author Profile
Official Verified
merge
A simple description say hello
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ajaylakhani/open-mergeOr
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
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.