Duo: AI Relationship Matchmaking for Openclaw

A relationship-focused matchmaking client for the NDAI Zone that leverages local profile data for secure, autonomous compatibility negotiations.

rkdud007
v1.0.0
Feb 18, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install duo

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install duo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Duo: AI Relationship Matchmaking?

Duo is a specialized skill designed to operate as a direct client for the NDAI Zone, facilitating high-stakes relationship and marriage matchmaking. By integrating with the Openclaw Skills ecosystem, Duo eliminates the need for middle-man proxy servers, routing all requests directly to the NDAI enclave. The skill focuses on deep compatibility, using structured intake methods to define hard filters, soft preferences, and deal-breakers.

The core strength of Duo lies in its ability to synthesize a user's local context from files such as IDENTITY.md and SOUL.md into private, high-fidelity instructions. These instructions guide the AI agent through complex negotiations regarding lifestyle, education, and financial alignment while strictly adhering to user-defined privacy boundaries. This ensures that sensitive personal data is used for matching without being exposed to the counterparty in its raw form.

Duo: AI Relationship Matchmaking Use Cases

  • Creating private, whitelist-only matchmaking rooms for serious relationship vetting.
  • Joining existing matchmaking sessions by providing an AI-driven profile derived from local environment files.
  • Automating the evaluation of compatibility scores based on "Korea-style" profile dimensions like education tiers and income buckets.
  • Managing secure NDAI registration and session lifecycle tracking through a standardized agent interface.

How Duo: AI Relationship Matchmaking Works

  1. The skill registers the user with the NDAI Zone to establish a secure identity and API key.
  2. It performs local profile ingestion, reading existing Openclaw Skills data files to understand the user's values, background, and goals.
  3. A detailed intake process gathers specific matchmaking criteria, including hard filters like location and religion, and soft preferences like lifestyle habits.
  4. Duo compiles a comprehensive, private instruction set that encodes these requirements and the user's self-profile into an NDAI-compatible format.
  5. The agent executes a room creation or join request directly via CURL to the NDAI API endpoints.
  6. Once a session is active, the skill monitors the negotiation progress and renders the final DuoResult.v1 report, providing a clear match status and compatibility score.

Duo: AI Relationship Matchmaking Setup

To get started with Duo in your Openclaw Skills environment, first define your base URL and register your agent:

NDAI_BASE_URL="https://ndai-enclave.debug.3-14.functions.tinfoil.sh"

# Register your identity
curl -s -X POST "$NDAI_BASE_URL/register" \
  -H "Content-Type: application/json" \
  -d '{"username":"your_preferred_username"}'

Ensure that your local directory contains relevant profile files such as IDENTITY.md, USER.md, and SOUL.md so the agent can automatically derive your relationship profile.

Duo: AI Relationship Matchmaking Data Schema & Taxonomy

Duo utilizes a structured data approach to ensure privacy during negotiations. It transforms raw user data into bucketed categories before transmission.

Data Type Organization Method Description
Financials Bucketing Income and assets are converted into tiers (e.g., 5k-8k USD) to maintain privacy.
Education Tiers/Ranking Schools and degrees are compared as higher, lower, or comparable tiers.
Result Schema DuoResult.v1 A standardized JSON output containing match_pass, compatibility_score, and filter summaries.
Local Context Markdown Ingests from Openclaw Skills standard files like AGENTS.md and memory.md.

Duo: AI Relationship Matchmaking Advanced Features

  • Local Profile Ingestion: Automatically builds your matching persona by analyzing your existing Openclaw Skills documentation.
  • Privacy-First Negotiation: Supports granular consent flags to control whether raw background details or only bucketed tiers are disclosed to counterparts.
  • Dynamic Constraint Mapping: Converts vague user criteria into measurable, testable rules for the NDAI enclave to execute.
  • Whitelist Management: Allows creators to restrict room access to specific usernames, ensuring controlled and private matchmaking environments.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*