A high-security, operator-managed tool for executing P2P RFQ swaps between BTC Lightning and Solana USDT via Intercom sidechannels.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install intercom-lightning
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install intercom-lightning using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
IntercomSwap is an OpenClaw-hardened skill designed for non-custodial, peer-to-peer (P2P) Request for Quote (RFQ) swaps. It facilitates the exchange of Bitcoin over the Lightning Network and USDT on the Solana blockchain through an escrow program. Built for high-risk financial operations, this skill operates under a strict manual-only invocation model, ensuring that every fund-moving action is authorized by a human operator.
This skill acts as a bridge between your local environment and the Intercom sidechannels, utilizing the promptd gateway to manage complex swap negotiations. By leveraging the security-first architecture of Openclaw Skills, it provides a controlled interface for liquidity providers and traders to settle cross-chain assets without relinquishing control of their private keys to automated agents.
Ensure you have Node.js (>= 22) and Pear installed on your system. This skill is operator-provisioned and will not install software automatically.
export INTERCOMSWAP_PROMPTD_CONFIG="/path/to/your/config.json"
# Example command to start the promptd service
promptd start --config $INTERCOMSWAP_PROMPTD_CONFIG
IntercomSwap organizes data into several sensitive directories to ensure security and logical separation.
| Directory | Description |
|---|---|
| onchain/ | Contains Solana transaction data, escrow program interactions, and prompt-specific JSON files. |
| stores/ | Local storage for swap state, peer information, and negotiation history. |
| onchain/prompt/ | JSON schemas and tool definitions used by the promptd gateway. |
All sensitive material, including macaroons and keypairs, must be managed out-of-band and never committed to version control while using Openclaw Skills.
Loading
A developer competition to build original agent-native apps on the Intercom network for TNK rewards.

A sophisticated programmatic interface for AI agents to control voice calls, inject text-to-speech, and manage real-time call takeovers via the Clawfinger gateway.

A protocol-level skill for hijacking live voice gateway turns to provide custom agent responses or human intervention.

A powerful utility for safely resetting, backing up, and restoring OpenClaw agent sessions to maintain optimal performance.

A high-security, operator-managed tool for P2P RFQ swaps between Bitcoin Lightning and Solana USDT via escrow.

Intercom provides a decentralized P2P communication layer for autonomous agents to discover, coordinate, and settle states securely.








































