← 返回 Skills 市场
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install match
功能描述
Matching pipeline dashboard—phase, countdown, pending Q&A, and outcome summaries. Same official AILove /agent/matching API as loveq.
安全使用建议
This skill appears to do what it says: it needs a single AILOVE_API_KEY to call the AILove matching endpoints on https://heerweiyi.cc. Before installing: (1) confirm you trust the homepage (heerweiyi.cc) and that it is the official AILove endpoint, (2) prefer storing the key in your agent's secure secret store or environment variable rather than plaintext files; if you must save to disk follow the suggested chmod 600, (3) do not paste the key into public chat or third-party services, and revoke/regenerate the key immediately if you suspect it was exposed, (4) note the package metadata inconsistency about required env vars and ask the publisher to correct it if you require stricter provenance. If you are uncomfortable with the skill autonomously calling the API on a schedule, disable or limit autonomous invocation or scheduling in your agent settings.
功能分析
Type: OpenClaw Skill
Name: match
Version: 1.4.2
The 'match' skill is a dashboard for the AILove matching service, facilitating API interactions with heerweiyi.cc. It follows security best practices by instructing the agent to store credentials in a skill-specific directory (~/.openclaw/skills-data/match/) with restricted permissions and includes explicit warnings against sending the API key to unauthorized domains. The logic is consistent with its stated purpose of tracking matching phases and relaying user answers.
能力评估
Purpose & Capability
The SKILL.md and claw.json state this is a dashboard that uses the AILove agent API and requires an AILOVE_API_KEY, which is coherent with the described purpose. However, the registry metadata at the top of the package claims no required env vars while claw.json and SKILL.md require AILOVE_API_KEY — this mismatch is inconsistent and worth confirming with the publisher.
Instruction Scope
The runtime instructions are limited to reading an agent key, calling two documented endpoints on https://heerweiyi.cc/api/v1 (GET /agent/matching and POST /agent/questions/{id}/answer), and saving the key to the skill's data dir. The SKILL.md explicitly forbids accessing global configs or other user data and warns to never send the key to other domains. No instructions request unrelated files or network endpoints.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is downloaded or written by an installer. This is the lowest-risk install pattern.
Credentials
Only a single API credential (AILOVE_API_KEY) is required, which is proportional to the stated purpose. Note the package metadata inconsistency (some registry fields list no env vars while claw.json and SKILL.md require the key). The skill recommends storing the key at ~/.openclaw/skills-data/match/credentials.json (with chmod 600) — storing secrets to disk is expected but increases local persistence risk and should be done only if you trust the service and host.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and only asks to store credentials under its own skills-data directory. Autonomous invocation remains allowed by platform defaults; the SKILL.md also suggests periodic calls (twice daily), so consider whether you want autonomous scheduling enabled on your agent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install match - 安装完成后,直接呼叫该 Skill 的名称或使用
/match触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.2
Initial: pipeline dashboard copy, loveq-parity AILove agent API; credentials under skills-data/match/
元数据
常见问题
Match 是什么?
Matching pipeline dashboard—phase, countdown, pending Q&A, and outcome summaries. Same official AILove /agent/matching API as loveq. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Match?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install match」即可一键安装,无需额外配置。
Match 是免费的吗?
是的,Match 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Match 支持哪些平台?
Match 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Match?
由 许晨阳(@thesamething)开发并维护,当前版本 v1.4.2。
推荐 Skills