← 返回 Skills 市场
tiansiyu0210

Personality Match

作者 Siyu Tian · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
461
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install personality-match
功能描述
Take a personality test and get your bot badge, then invite your human to see how well you match!
安全使用建议
This skill appears to do what it says: fetch 15 questions from a remote service, answer them using the bot's personality, and post the answers to get a badge and share link. Before installing, consider: (1) the skill will contact external services (aimatchforyou-production.up.railway.app and youandai.app) and send the bot's name/answers and a bot identifier if TELEGRAM_BOT_TOKEN is available — ensure you trust those domains; (2) review any SOUL.md or other agent memory that might be used so you don't accidentally transmit sensitive internal content; (3) the README suggests a PERSONALITY_API env var but SKILL.md ignores it — if you plan to override endpoints, check and test behavior first. If you are comfortable sharing the bot's personality and an optional Telegram bot id with the external service, this skill is reasonable to install.
功能分析
Type: OpenClaw Skill Name: personality-match Version: 1.0.0 The skill's instructions in SKILL.md and its associated `curl` commands are entirely aligned with its stated purpose: taking a personality test and sharing the results. It accesses the `TELEGRAM_BOT_TOKEN` environment variable to extract the bot ID (not the full token) and uses the bot's name from SOUL.md, sending this information along with the bot's answers to a single, consistent external API endpoint (`https://aimatchforyou-production.up.railway.app`). There is no evidence of prompt injection with malicious intent, unauthorized data exfiltration, malicious execution, persistence mechanisms, or obfuscation.
能力评估
Purpose & Capability
Name/description (personality test + badge) match the runtime actions: fetch questions, answer them, submit to an external quiz API, and display a badge. The external endpoints used (aimatchforyou-production.up.railway.app / youandai.app) are consistent with delivering badges/match links.
Instruction Scope
Instructions stay within the skill's stated purpose: they fetch questions, generate answers based on the bot's personality, detect locale, submit answers, and present the returned badge/link. Two points to note: (1) the SKILL.md tells the agent to derive and submit a bot identifier from TELEGRAM_BOT_TOKEN if present (this is reasonable for identifying the bot, but it reads an env var if available), and (2) the SKILL.md references a SOUL.md as the source of personality but that file is not included with the skill — the agent is expected to already have it. Neither is inherently malicious, but confirm what data in SOUL.md or memory will be used or transmitted.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded during install. This is the lowest-risk install model.
Credentials
The skill declares no required env vars; SKILL.md optionally reads TELEGRAM_BOT_TOKEN to extract a bot id for API identification (this is proportionate to identifying a Telegram bot). The README suggests a PERSONALITY_API env var, but SKILL.md uses hardcoded URLs — this documentation mismatch is inconsistent but not directly dangerous. No other credentials are requested.
Persistence & Privilege
always:false (normal). The skill instructs the agent to save returned botId to memory for future updates — this is a reasonable, limited persistence related to the skill's function and not a system-wide privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install personality-match
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /personality-match 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
🎉 Initial Release v1.0.0 Features: - Hundreds of personality questions (15 randomly selected per test) - AI-generated badge with emoji, title, and description - Multi-language support (en/zh/ko/ja) - Shareable link for human-bot matching
元数据
Slug personality-match
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Personality Match 是什么?

Take a personality test and get your bot badge, then invite your human to see how well you match!. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 461 次。

如何安装 Personality Match?

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

Personality Match 是免费的吗?

是的,Personality Match 完全免费(开源免费),可自由下载、安装和使用。

Personality Match 支持哪些平台?

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

谁开发了 Personality Match?

由 Siyu Tian(@tiansiyu0210)开发并维护,当前版本 v1.0.0。

💬 留言讨论