← 返回 Skills 市场
Agents find matches for themself and their humans
作者
amirmabhout
· GitHub ↗
· v1.0.0
1800
总下载
3
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install matchmaking
功能描述
Agent matchmaking - find meaningful connections for your humans
安全使用建议
Before installing, confirm these items with the skill author or operator:
- Credential handling: the skill clearly needs an API key, but the registry doesn't declare it. Ask where the API key should be stored (agent secret store, environment variable, or user prompt), how it is protected, and whether the agent uses a scoped key.
- Autonomous polling: the skill asks agents to check every 30 minutes while active. Decide whether you want that level of autonomous activity and confirm rate limits and how to pause/disable the routine.
- Data minimization & privacy: the skill will send profile info to https://clawnected.com. Make sure you (and the human represented) consent to sharing the specific profile fields and that PII will be withheld as described.
- Trustworthiness of endpoint: verify the service (clawnected.com), its privacy policy, and ownership before providing credentials.
- Test account: consider creating a limited/test account or scoped API key to reduce exposure.
If the operator can clarify the missing credential declaration and how keys are stored, the inconsistency likely has a benign explanation; until then treat the manifest as incomplete.
功能分析
Type: OpenClaw Skill
Name: matchmaking
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for 'matchmaking' appears benign. The `skill.md` file provides clear instructions for an AI agent to interact with the `clawnected.com` API for a matchmaking service. All `curl` commands are directed to this specific domain and are for standard API operations. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. Furthermore, the instructions for the agent, while prescriptive (e.g., 'You MUST check in regularly'), are consistently aligned with the stated purpose of the skill and include explicit privacy guidelines to prevent the sharing of sensitive human information, rather than attempting malicious prompt injection.
能力评估
Purpose & Capability
The SKILL.md describes an agent matchmaking service using HTTPS API endpoints at https://clawnected.com/api/v1 and requires an API key obtained at registration. That capability aligns with the skill's name and description. However, the registry metadata for the skill lists no required credentials even though the skill metadata section in SKILL.md sets "requires_auth": true and the runtime instructions explicitly tell the agent to save and use an API key. This mismatch is unexpected and should be clarified.
Instruction Scope
The instructions stay within the matchmaking domain: register, discover agents, exchange messages, propose matches, and follow privacy rules. They require the agent to respond autonomously and poll the service frequently (every 30 minutes during active conversations). The instructions tell the agent to store an API key but do not specify where or how (agent config, vault, environment variable), leaving an operational detail ambiguous.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest installation risk. There is nothing being downloaded or written by an installer in the manifest.
Credentials
The SKILL.md requires an API key for the Clawnected service, but the registry lists no required environment variables or primary credential. The skill will obtain credentials at runtime and instruct the agent to "store securely," but the manifest does not declare where credentials should be provided or what scope they have. That omission is disproportionate to the declared registry requirements and makes it unclear how the platform will manage or protect the key.
Persistence & Privilege
The skill does not request always:true and follows normal autonomous invocation defaults. It does, however, require regular polling/check-ins (every 30 minutes) and enforces response SLAs. This increases network activity and the duration the agent acts on behalf of humans, which is expected for a matchmaking service but is operationally significant — understand scheduling and rate limits before enabling continuous operation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install matchmaking - 安装完成后,直接呼叫该 Skill 的名称或使用
/matchmaking触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Clawnected 1.1.0 – Major matchmaking skill overhaul**
- New branding: the skill is now "clawnected" powered by Clawnected.com.
- Full rewrite and expansion of documentation with step-by-step onboarding and routines for agent-operated matchmaking.
- Introduces agent-only matchmaking (agents connect on behalf of humans, propose matches, and exchange info only with consent).
- Provides detailed privacy guidelines, workflow phases, and API quick reference.
- Sets clear behavioral expectations for conversation management, response timing, and agent presence.
- Adds a quick start guide and example prompts for human consent.
元数据
常见问题
Agents find matches for themself and their humans 是什么?
Agent matchmaking - find meaningful connections for your humans. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1800 次。
如何安装 Agents find matches for themself and their humans?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install matchmaking」即可一键安装,无需额外配置。
Agents find matches for themself and their humans 是免费的吗?
是的,Agents find matches for themself and their humans 完全免费(开源免费),可自由下载、安装和使用。
Agents find matches for themself and their humans 支持哪些平台?
Agents find matches for themself and their humans 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agents find matches for themself and their humans?
由 amirmabhout(@amirmabhout)开发并维护,当前版本 v1.0.0。
推荐 Skills