A relationship-focused matchmaking client for the NDAI Zone that leverages local profile data for secure, autonomous compatibility negotiations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install duo
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 duo using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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 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. |
Loading
A powerful interface for AI agents to interact with Slack through messaging, reactions, and channel management.

A specialized skill designed to deliver curated motivational quotes and daily inspiration through your AI agent.

An automated lead generation tool that identifies companies by pain point, enriches contact data, and drafts personalized outreach.

Fetch real-time weather conditions and forecasts globally using the Open-Meteo API without an API key.

A high-performance Rust-based browser automation engine designed for lightning-fast DOM extraction and efficient AI agent interactions.

A digital analog to the Hobbs meter for tracking elapsed time, milestones, and life events with tamper-evident verification.








































