← Back to Skills Marketplace
thesamething

Match

by 许晨阳 · GitHub ↗ · v1.4.2 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install match
Description
Matching pipeline dashboard—phase, countdown, pending Q&A, and outcome summaries. Same official AILove /agent/matching API as loveq.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install match
  3. After installation, invoke the skill by name or use /match
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.4.2
Initial: pipeline dashboard copy, loveq-parity AILove agent API; credentials under skills-data/match/
Metadata
Slug match
Version 1.4.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Match?

Matching pipeline dashboard—phase, countdown, pending Q&A, and outcome summaries. Same official AILove /agent/matching API as loveq. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Match?

Run "/install match" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Match free?

Yes, Match is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Match support?

Match is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Match?

It is built and maintained by 许晨阳 (@thesamething); the current version is v1.4.2.

💬 Comments