LaunchKit · 2026
Back to Skills

Build relationship-focused matchmaking rooms on NDAI Zone by collecting user criteria, compiling detailed private.

0
0 downloads
by @rkdud007

Setup & Installation

openclaw skills install @rkdud007/duo

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

npx clawhub install duo

What This Skill Does

Builds relationship matchmaking rooms on the NDAI platform by collecting compatibility criteria from both parties and compiling private negotiation instructions. Handles registration, room creation, joining, and status checks by calling NDAI APIs directly with no proxy layer. Sensitive profile context, derived from local files and user input, stays in private instruction fields and is never surfaced publicly.

Routes directly to NDAI APIs without a proxy server, so sensitive compatibility criteria stay private and two-sided negotiation runs fully automated without manual coordination between parties.

When to use it

  • Register a new NDAI account before starting matchmaking
  • Create a private room with hard filters and deal-breakers for a prospective partner
  • Join an existing matchmaking room as a counterparty
  • Check whether an ongoing compatibility negotiation has completed or produced a match
  • List all sessions in a room to see who has joined and their current status

Example Workflow

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

INPUT

User asks: Create a matchmaking room for serious dating with a specific counterparty

AGENT
  1. 1Read local profile files (IDENTITY.md, USER.md, etc.) to derive self-profile context
  2. 2Collect relationship intent, hard filters, soft preferences, deal-breakers, and profile dimensions from the user
  3. 3Normalize inputs into standardized buckets for income, assets, education tier, and location
  4. 4Compile a private instructions string with scoring rules, privacy consent flags, and self-profile context
  5. 5Call POST /rooms/create on NDAI and return the room_id and shareable join link
OUTPUT

Room created with a room_id and join link; user is told how to check negotiation progress and list sessions later

Requirements

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

NDAI api_key (obtained by registering through the skill's /register flow)