← Back to Skills Marketplace
Mbti Master
by
shven273-design
· GitHub ↗
· v1.0.0
· MIT-0
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mbti-master
Description
Comprehensive MBTI personality analysis tool with quick testing, cognitive function analysis, compatibility matching, and trending MBTI games. Use when users...
Usage Guidance
This package largely does what its README promises (local MBTI tests and textual analyses), but take these precautions before installing or running anything: 1) Do NOT run the curl | bash install line from INSTALL.md — downloading and executing a remote install script is high risk unless you inspect it first. 2) Inspect any install.sh or remote URL contents before executing; prefer installing by cloning a trusted GitHub repo or extracting a release tarball you reviewed. 3) The repository contains a hard-coded ClawHub token in REMINDER_PUBLISH.md — treat that as a leaked credential: do not reuse it, and the author should remove it. 4) Review scripts before running, especially publish-to-* and install helpers; they invoke clawhub/gh/git and could publish or push content if run with authenticated CLI. 5) Run the skill first in an isolated environment (container or VM) if possible; the scripts write results to $HOME/.mbti-results and may create files under ~/.openclaw/skills. 6) Note a few scripts are fragile/buggy (e.g., daily_horoscope.sh references a nonstandard `sum` command) — expect minor runtime errors. If you want to proceed, prefer manual install from a reviewed GitHub release and remove or redact any embedded tokens before use.
Capability Analysis
Type: OpenClaw Skill
Name: mbti-master
Version: 1.0.0
The bundle is a legitimate MBTI personality analysis tool consisting of Bash scripts for testing, analysis, and interactive games. The scripts perform local operations, such as saving test history to a local CSV file (~/.mbti-results/test_history.csv), which aligns with the stated functionality. While REMINDER_PUBLISH.md contains a hardcoded ClawHub API token (clh_Blbq6yXG9H9z1HtoogcuAePHMtO9irQfH7uVBGo3w_4), this is a developer credential leak rather than a malicious attack against the user. No evidence of data exfiltration, backdoors, or malicious prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description align with the included scripts (quick test, type analysis, compatibility, games). Additional helper scripts for publishing to ClawHub/GitHub are related to distributing the skill and are plausible. Minor inconsistency: SKILL.md and docs refer to data under references/ (references/types/, references/functions.md, references/compatibility_matrix.csv) but those paths are not present in the manifest — scripts appear to embed most content themselves.
Instruction Scope
SKILL.md tells the agent (and user) to run local bash scripts only, which is consistent. However the repository's documentation (INSTALL.md) recommends a curl -fsSL https://your-domain.com/mbti-master/install.sh | bash pattern (download-and-execute), which is high-risk. Scripts write to user home (e.g., $HOME/.mbti-results) and README/INSTALL instruct placing files under ~/.openclaw/skills; that is reasonable but worth noting. Some scripts use nonstandard commands (daily_horoscope.sh uses a `sum` command) which may fail or behave unexpectedly.
Install Mechanism
No explicit install spec in the skill bundle (lower risk). But INSTALL.md suggests curl|bash from an external domain (your-domain.com) — this is a high-risk pattern because it downloads and runs remote code without review. Other install/publish flows point to GitHub releases (normal) and using clawhub/gh CLI (expected).
Credentials
The skill does not declare required environment variables, which is appropriate. However there is a hard-coded ClawHub token found in REMINDER_PUBLISH.md (`clawhub login --token clh_Blbq6yXG9H9z1HtoogcuAePHMtO9irQfH7uVBGo3w_4`). A published token embedded in repository docs is a credential leak and is not necessary for the skill's runtime MBTI functionality. This is disproportionate and risky if the token were valid. No other unrelated credentials are requested.
Persistence & Privilege
The skill is not marked always:true and does not request elevated system privileges. It stores test history in $HOME/.mbti-results and provides install paths under ~/.openclaw/skills which is typical for a local skill. It does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mbti-master - After installation, invoke the skill by name or use
/mbti-master - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of MBTI Master, a comprehensive personality analysis tool.
- Features quick MBTI testing, in-depth type analysis, compatibility matching, and cognitive function breakdown.
- Includes interactive MBTI games (Guess the Type, Daily Horoscope, Career Match).
- Offers cheatsheet for all 16 personality types and highlights 2026 trends in MBTI theory.
- Provides data storage for types, cognitive functions, and compatibility matrix.
- Open source under MIT License.
Metadata
Frequently Asked Questions
What is Mbti Master?
Comprehensive MBTI personality analysis tool with quick testing, cognitive function analysis, compatibility matching, and trending MBTI games. Use when users... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Mbti Master?
Run "/install mbti-master" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mbti Master free?
Yes, Mbti Master is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mbti Master support?
Mbti Master is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mbti Master?
It is built and maintained by shven273-design (@shven273-design); the current version is v1.0.0.
More Skills