返回顶部
x

xo-protocol

Dating intelligence API — identity verification, compatibility scoring, reputation, and social signals via XO Protocol. The social passport for AI agents.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.0
安全检测
已通过
185
下载量
0
收藏
概述
安装方式
版本历史

xo-protocol

# XO Protocol The dating trust layer for AI agents. Verify identity, find compatible connections, check reputation, browse profiles and newsfeeds — all through a privacy-first API. ## What You Can Do | Tool | What It Does | |------|-------------| | `verify_identity` | Check if someone is a verified real person (SBT, trust score) | | `search_connections` | Find compatible people with AI-scored matching | | `get_reputation` | Get reputation tier (novice → S) and score | | `get_social_signals` | Get conversation quality score | | `get_profile` | See a user's shared interests and preferences | | `get_newsfeed` | Browse a connection's public posts | ## Setup 1. Get an API key at [xoxo.space/protocol](https://xoxo.space/en/protocol) 2. Install the MCP server: ```bash git clone https://github.com/xo-protocol/xo-protocol.git cd xo-protocol/examples npm install @modelcontextprotocol/sdk ``` 3. Add to your AI client config: **Claude Desktop** (`~/.claude/mcp_servers.json`): ```json { "xo-protocol": { "command": "node", "args": ["/path/to/xo-protocol/examples/mcp-server.js"], "env": { "XO_API_KEY": "your-api-key", "XO_ACCESS_TOKEN": "your-jwt-token" } } } ``` ## Example Workflows ### "Am I verified?" Call `verify_identity` → returns trust score, SBT status, and attestations. ### "Find me someone compatible" 1. Call `search_connections` with optional limit 2. Get back compatibility scores + tmp_ids 3. Use tmp_id to call `get_profile`, `get_reputation`, or `get_newsfeed` for more detail ### "What's this person like?" 1. Call `get_profile` with a tmp_id → interests, topics, preferences 2. Call `get_newsfeed` with the same tmp_id → their public posts 3. Summarize shared interests and conversation starters ### "Is this person trustworthy?" 1. Call `get_reputation` → tier and score 2. Call `get_social_signals` → engagement quality and confidence 3. Flag if low engagement + high confidence (potential red flag) ## Privacy Rules - All data requires the user's explicit OAuth authorization - No real names, photos, or location in any response - User IDs are ephemeral (24h expiry) — no long-term tracking - Each tool only accesses the scopes the user approved ## Links - [API Docs](https://protocol.xoxo.space/protocol/docs) - [OpenAPI Spec](https://github.com/xo-protocol/xo-protocol/blob/main/openapi.yaml) - [SDK](https://github.com/xo-protocol/xo-protocol/tree/main/sdk)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 xo-protocol-1776372662 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 xo-protocol-1776372662 技能

通过命令行安装

skillhub install xo-protocol-1776372662

下载 Zip 包

⬇ 下载 xo-protocol v2.0.0

文件大小: 22.54 KB | 发布时间: 2026-4-17 16:37

v2.0.0 最新 2026-4-17 16:37
xo-protocol 2.0.0

- Major update adding comprehensive documentation and usage workflows.
- Introduces a privacy-first dating intelligence API for AI agents.
- New tools include identity verification, compatibility scoring, reputation checks, social signal analysis, profile browsing, and newsfeed access.
- Clearly documents setup instructions, example usage, and privacy safeguards.
- Links to API docs, OpenAPI spec, and SDK provided.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部