LaunchKit · 2026
Back to Skills

intercom-lightning

IntercomSwap (OpenClaw-hardened): operator-run, manual-only P2P RFQ swaps that negotiate over Intercom sidechannels.

0
378 downloads
by @tracsystems

Setup & Installation

openclaw skills install @tracsystems/intercom-lightning

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install intercom-lightning

What This Skill Does

Operator-run toolchain for negotiating and settling P2P RFQ swaps between BTC on Lightning and USDT on Solana, using a non-custodial escrow program for settlement. Swap negotiation happens over Intercom sidechannels. Every fund-moving action requires explicit operator approval before execution.

Avoids centralized exchange custody by settling cross-chain swaps through a non-custodial escrow program with operator-controlled approval gates on every fund-moving step.

When to use it

  • Swapping BTC for USDT directly with a counterparty without a centralized exchange
  • Running a manual P2P swap desk as a Lightning and Solana liquidity operator
  • Negotiating OTC rates over an Intercom sidechannel before committing any funds
  • Settling cross-chain swaps through a non-custodial on-chain escrow program
  • Operating bilateral swap agreements with explicit approval gates on mainnet

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: swap 0.01 BTC via Lightning for USDT on Solana with a known counterparty

AGENT
  1. 1Query available swap tools from the local promptd gateway via GET /v1/tools
  2. 2Open Intercom sidechannel to counterparty and negotiate RFQ terms including amounts and rates
  3. 3Present proposed swap parameters to operator and wait for explicit approval before proceeding
  4. 4Invoke Solana escrow program to lock USDT on the counterparty side after approval
  5. 5Release Lightning payment once escrow confirms, completing settlement
OUTPUT

0.01 BTC sent via Lightning; corresponding USDT received in operator Solana wallet after escrow release

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Solana signer keypair file funded for SOL transaction feesSolana RPC endpoint URLRunning Lightning node (LND or Core Lightning) with access credentials including macaroon, TLS certificate, or wallet unlock material as applicablePear runtime binary, operator-provisioned before useINTERCOMSWAP_PROMPTD_CONFIG environment variable pointing to a configured promptd setupOPENAI_API_KEY (optional, required only for Collin/LLM-driven prompt mode)