sbti-now

SKILL.md

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.
Installs
9
First Seen
Apr 15, 2026