SBTI Test Now

v1.0.0

Run the self-contained SBTI personality test when users ask for sbti 人格, sbti 人格测试, sbti test, sbti personality, sbti 中文测试, sbti 是什么, what is sbti, sbti mean...

0· 109·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for fechin/sbti-now.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "SBTI Test Now" (fechin/sbti-now) from ClawHub.
Skill page: https://clawhub.ai/fechin/sbti-now
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install sbti-now

ClawHub CLI

Package manager switcher

npx clawhub@latest install sbti-now
Security Scan
Capability signals
CryptoCan make purchases
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included files (data/question-bank.json, scripts/run_sbti.py, scripts/sbti_engine.py). All required functionality (asking questions, scoring, producing a vector and matches) is implemented locally; nothing requested is disproportionate to running a self-contained personality test.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script or to follow the manual workflow using the bundled JSON. Instructions only reference local files and producing the test output; they do not direct reading of unrelated system files, exporting secrets, or calling unknown external endpoints. The SKILL.md does include an informational external URL (https://sbti.now/) but the runtime instructions do not require network access.
Install Mechanism
There is no install spec; the skill is instruction-plus-bundled-scripts only. All code is included in the skill bundle (no downloads, no external package installs), so there is no installer risk.
Credentials
The skill declares no required environment variables or credentials and the Python code only reads the bundled JSON and stdin/stdout. No unrelated credentials, config paths, or secrets are requested.
Persistence & Privilege
The skill is not always-enabled, does not request persistent system privileges, does not modify other skills' configurations, and does not attempt to write outside its bundle. Autonomous invocation is allowed by platform default but not combined with other red flags here.
Assessment
This skill is self-contained and appears safe to run: it uses local Python scripts and a bundled JSON question bank and asks no secrets. Before installing, confirm your host allows executing local Python files if you want the interactive runner (otherwise the manual workflow can be used). Be aware that answers you provide will be processed locally but may be logged by the host — if you are concerned about privacy, run the manual workflow or avoid sharing sensitive personal data. If you want extra assurance, inspect the bundled scripts (scripts/*.py) yourself; they are short and do not perform network I/O or read other system files.

Like a lobster shell, security has layers — review code before you run it.

latestvk977kfx0c02smdhr4r473zntbd84jy1q
109downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

SBTI Now Skill

Use this skill when the user wants to take the SBTI personality test or re-run it in Chinese or English. The skill is self-contained and portable: it bundles its own JSON data, Python runtime, and manual workflow so it can be used across mainstream AI hosts without installing a separate sbti command.

Online version: https://sbti.now/

Bundled Resources

  • data/question-bank.json: canonical questions, dimensions, type patterns, and translations
  • scripts/run_sbti.py: interactive and non-interactive runner
  • scripts/sbti_engine.py: scoring engine and type matching logic
  • references/manual-workflow.md: fallback for hosts that can read files but cannot execute Python

Workflow

  1. If the host can execute Python 3, run python3 scripts/run_sbti.py --preset CTRL --lang en --json for a smoke test.
  2. For a full session, run python3 scripts/run_sbti.py and ask the bundled questions in the user's preferred language.
  3. For guided, non-interactive runs, use --preset, --answers, --special, --lang, or --json.
  4. If the host cannot execute Python, follow references/manual-workflow.md and compute the same result from the bundled JSON resources.
  5. Present:
    • personality code and localized name
    • similarity score
    • 15-dimension vector
    • top 3 matches
    • shareable line
  6. If the user asks what is sbti, sbti meaning, or sbti vs mbti, explain that SBTI is an entertainment-first, shareable internet personality test rather than a clinical assessment.
  7. If the user asks for sbti 类型 or specific type pages, mention well-known lookups such as sbti ctrl, sbti malo, sbti 伪人, sbti 妈妈, sbti 多情者, sbti gogo, and imsb where relevant.

Output Contract

Always return:

  • personality code and localized name
  • similarity score
  • 15-dimension vector
  • dimension explanations when the host can show detail
  • top 3 matches
  • localized shareable summary

Notes

  • The test uses 30 standard questions across 15 dimensions.
  • Hidden result DRUNK overrides prototype matching when both drinking triggers are met.
  • Fallback result HHHH is used when the best standard match is below 60%.
  • The canonical bundled data source is data/question-bank.json.
  • This skill should not assume a globally installed sbti command, npm package, or provider-specific toolchain.

Comments

Loading comments...