← Back to Skills Marketplace
312
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install xiangqin
Description
Help users manage dating profiles, find matches, generate conversation starters and chat topics, track interaction progress, and provide dating and safety re...
Usage Guidance
This skill appears to be what it claims: a local, rule-based dating helper. Before installing or running it: 1) review the included scripts (scripts/index.js, scripts/cli.js) yourself — they read/write JSON files under your home directory and will persist profile/contact data unencrypted; avoid storing real phone numbers, ID numbers, bank info, or verification codes. 2) Note small mismatches in docs: the code stores data in ~/.openclaw/skills-data/xiangqin (not blind-date-assistant) and package.json/SKILL.md reference node test.js which is missing. 3) If you plan to store sensitive data, run the skill in a restricted account or add your own encryption before storing. 4) If you will let an autonomous agent invoke this skill, be aware it can read/write the local skill data directory; restrict its use if that data would be sensitive.
Capability Analysis
Type: OpenClaw Skill
Name: xiangqin
Version: 1.0.2
The 'blind-date-assistant' skill is a local tool for managing dating profiles, generating conversation starters, and tracking contact history. It stores data locally in the user's home directory (~/.openclaw/skills-data/xiangqin) using standard JSON persistence and contains no network activity, unauthorized file access, or malicious execution logic. The skill includes extensive safety reminders and privacy boundaries in both its core logic (scripts/index.js) and instructions (SKILL.md), specifically warning users against common scams and data oversharing.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included JS implement local profile management, matching heuristics, opener/topic generation, history recording, and safety reminders. The requested capabilities align with what the code does; there are no unrelated environment variables, binaries, or external services required.
Instruction Scope
Instructions confine work to local data and encourage privacy/safety. Minor inconsistencies: SKILL.md and references mention the data path ending with 'blind-date-assistant' while the code uses '~/.openclaw/skills-data/xiangqin' (directory name mismatch). SKILL.md and package.json suggest running tests with node test.js, but no test.js is present in the package. Otherwise instructions do not ask the agent to read unrelated system files or exfiltrate data.
Install Mechanism
No install spec — instruction-only with bundled source files. No downloads, package installs, or external installers are invoked. Risk surface is limited to local JavaScript files that will run if the user executes them.
Credentials
The skill requests no credentials or env vars, which is appropriate. It persists user data under the home directory in JSON files and explicitly states it does not implement field-level encryption or watermarking. This is proportionate to a local assistant but has privacy implications: sensitive fields should not be stored without user consent or encryption.
Persistence & Privilege
The skill writes only to its own data directory under the user's home and does not request 'always: true' or elevated privileges. It does not modify other skills' configs or system-wide settings. Autonomous invocation is allowed by default but not combined with other high-risk factors.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiangqin - After installation, invoke the skill by name or use
/xiangqin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Move to standard skills directory, add identity metadata, ensure all documentation is in English.
v1.0.1
Translate documentation to English
v1.0.0
Initial release: add profile management, rule-based matching, opener/topic suggestions, contact tracking, safety guidance, tests, and packaging validation.
Metadata
Frequently Asked Questions
What is Blind Date Assistant?
Help users manage dating profiles, find matches, generate conversation starters and chat topics, track interaction progress, and provide dating and safety re... It is an AI Agent Skill for Claude Code / OpenClaw, with 312 downloads so far.
How do I install Blind Date Assistant?
Run "/install xiangqin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Blind Date Assistant free?
Yes, Blind Date Assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Blind Date Assistant support?
Blind Date Assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Blind Date Assistant?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.2.
More Skills