← 返回 Skills 市场
fuetsui

My MBTI

作者 Fue Tsui · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install my-mbti
功能描述
根据本地 MBTI 人格资料切换对话风格的技能。用于用户要求按 MBTI 人格风格说话、模拟某种人格语气、在多个 MBTI 风格之间切换、按特定人格设定持续问答时。支持 16 种 MBTI 类型(如 INTJ、ENFP、ISTJ 等),并在同一会话中根据用户最新指定的人格类型立即切换输出风格。
安全使用建议
This skill appears to do what it says: switch conversational style using the bundled MBTI reference files. Two practical cautions before you proceed: 1) There is a small helper script (scripts/extract_mbti_pdfs.py) that contains hard-coded Windows paths (e.g., D:\SOFTWARE\AppData\Desktop\MBTI and C:\Users\fuetsui\...). The script, if executed, will read PDF files from that local path and write markdown files into a local workspace. The script itself does not phone home or use network I/O, but executing it will access local filesystem locations. Only run or allow execution of that script if you understand and trust its I/O behavior and the environment's sandboxing. 2) The SKILL.md does not instruct running any scripts or accessing any external secrets, and the skill requests no credentials — so installing or enabling the skill (without executing included code) is low-risk. If your platform allows skills to run bundled code automatically, confirm sandboxing and review/remove the helper script or sanitize its paths before execution. If you want higher assurance: ask the author to remove the hard-coded helper script or replace it with a documented, non-destructive workflow (or make it opt-in and document its purpose).
功能分析
Type: OpenClaw Skill Name: my-mbti Version: 0.1.0 The skill bundle is designed to allow an AI agent to switch conversation styles based on MBTI personality types. The core logic resides in SKILL.md and the references/ directory, providing instructions and templates for persona mimicry without any malicious prompt injection or system-level commands. A utility script, scripts/extract_mbti_pdfs.py, contains hardcoded local file paths (e.g., C:\Users\fuetsui\...) used for converting source PDFs to markdown; while these paths are specific to the developer's environment and render the script non-functional for others, the code itself performs only local file processing and shows no signs of data exfiltration, remote execution, or malicious intent.
能力评估
Purpose & Capability
Name/description match the provided artifacts: the repo contains a comprehensive references/index.md and one file per MBTI type which the SKILL.md explicitly instructs the agent to read. There are no unrelated env vars, binaries, or external credentials requested.
Instruction Scope
SKILL.md's runtime instructions are narrowly scoped: extract the desired MBTI type from user input, read references/index.md and the specific type file, then apply the style rules. The instructions do not ask to read arbitrary system files, network endpoints, or secrets. The only code file (a helper script) is not referenced by SKILL.md and thus is not part of the defined runtime flow.
Install Mechanism
No install spec is present (instruction-only skill). Nothing will be downloaded or installed by default, which minimizes risk.
Credentials
No environment variables, credentials, or config paths are required. The skill's data needs (local reference markdowns included in the bundle) are proportional to its functionality.
Persistence & Privilege
Skill is not always-enabled and does not request elevated/persistent system privileges. It does not modify other skills or global agent configuration according to provided materials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-mbti
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-mbti 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish
元数据
Slug my-mbti
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

My MBTI 是什么?

根据本地 MBTI 人格资料切换对话风格的技能。用于用户要求按 MBTI 人格风格说话、模拟某种人格语气、在多个 MBTI 风格之间切换、按特定人格设定持续问答时。支持 16 种 MBTI 类型(如 INTJ、ENFP、ISTJ 等),并在同一会话中根据用户最新指定的人格类型立即切换输出风格。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 My MBTI?

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

My MBTI 是免费的吗?

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

My MBTI 支持哪些平台?

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

谁开发了 My MBTI?

由 Fue Tsui(@fuetsui)开发并维护,当前版本 v0.1.0。

💬 留言讨论