← 返回 Skills 市场
harrylabsj

Blind Date Assistant

作者 haidong · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
312
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install xiangqin
功能描述
Help users manage dating profiles, find matches, generate conversation starters and chat topics, track interaction progress, and provide dating and safety re...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiangqin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiangqin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug xiangqin
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 312 次。

如何安装 Blind Date Assistant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiangqin」即可一键安装,无需额外配置。

Blind Date Assistant 是免费的吗?

是的,Blind Date Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Blind Date Assistant 支持哪些平台?

Blind Date Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Blind Date Assistant?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.2。

💬 留言讨论