← Back to Skills Marketplace
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install silly-big-type
Description
SBTI(沙雕大型性格指标)人格测评工具。由B站UP主@蛆肉儿串儿创作,31道题,15维度,27种人格类型。 当用户提到:(1) SBTI测试、(2) 沙雕人格测试、(3) 帮我做SBTI测评、(4) 测测我是什么人格、(5) SBTI答题、(6) 指定人格类型答题。 不在用户仅提到"MBTI"、"人格测试"等模...
Usage Guidance
This skill is largely what it says: a local SBTI quiz using bundled question/type files and a Python script. Before installing: 1) Be aware the SKILL.md assumes python3 is available — the registry metadata does not declare this; ensure your environment has python3 if you want to run the script. 2) The README claims a hidden DRUNK type triggered by Q31/Q32, but the included calculate.py processes 30 answers (Q1–Q30) and the TYPES mapping lacks a DRUNK pattern — this mismatch means the hidden-type behavior is not implemented; if you expect that behavior, inspect/modify the script. 3) No network calls or secrets are requested, so there is no obvious exfiltration, but the skill will collect users' quiz answers (personal responses); consider privacy before logging or sharing results. 4) If you plan to use this autonomously, verify the script's logic and edge-case handling (input validation, hidden-question handling) to avoid surprising outputs.
Capability Analysis
Type: OpenClaw Skill
Name: silly-big-type
Version: 1.0.0
The skill bundle implements a personality assessment tool ('SBTI') based on Chinese internet subculture. The Python script (scripts/calculate.py) performs local mathematical calculations using Euclidean distance to match user scores against predefined types, with no network activity, file system modifications, or use of dangerous functions like eval() or subprocess. The instructions in SKILL.md and the content in the references directory are strictly aligned with the stated purpose of facilitating a quiz and do not contain any prompt-injection attacks or attempts to exfiltrate sensitive data.
Capability Assessment
Purpose & Capability
Name, description, and files (questions, types, calculate.py) align with a personality-quiz skill. However SKILL.md shows examples invoking `python3 scripts/calculate.py` while the registry metadata declares no required binaries; python3 should be considered a runtime dependency but is not declared.
Instruction Scope
SKILL.md instructs reading local files and running the included script only (no network or unrelated file access). However it references hidden Q31/Q32 and a hidden 'DRUNK' type: Q31/Q32 exist in references/questions.md and SKILL.md describes a DRUNK trigger, but scripts/calculate.py expects exactly 30 answers (Q1–Q30) and the TYPES mapping in the script does not include a 'DRUNK' pattern — meaning the documented hidden-type behavior is not implemented by the script. This is an internal inconsistency (likely a bug) that can cause unexpected results if the agent follows the SKILL.md.
Install Mechanism
No install spec (instruction-only with included files). Low risk — nothing downloaded from external URLs and no archive extraction. Included Python script is local and executed, which is expected for this skill's purpose.
Credentials
The skill requests no environment variables, credentials, or config paths. The code does not read environment variables or make network calls. This is proportionate to a quiz/utility skill.
Persistence & Privilege
Skill does not request persistent presence (always:false) and does not modify other skills or system-wide settings. It only reads its bundled reference files and runs a local calculation script.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install silly-big-type - After installation, invoke the skill by name or use
/silly-big-type - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:完整30题题库+27种人格+计算脚本+对话式/反向查询
Metadata
Frequently Asked Questions
What is SBTI 人格测评?
SBTI(沙雕大型性格指标)人格测评工具。由B站UP主@蛆肉儿串儿创作,31道题,15维度,27种人格类型。 当用户提到:(1) SBTI测试、(2) 沙雕人格测试、(3) 帮我做SBTI测评、(4) 测测我是什么人格、(5) SBTI答题、(6) 指定人格类型答题。 不在用户仅提到"MBTI"、"人格测试"等模... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install SBTI 人格测评?
Run "/install silly-big-type" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SBTI 人格测评 free?
Yes, SBTI 人格测评 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SBTI 人格测评 support?
SBTI 人格测评 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SBTI 人格测评?
It is built and maintained by mydearzsy (@mydearzsy); the current version is v1.0.0.
More Skills