Install
openclaw skills install oejts-personality-tunerAdminister and score the Open Extended Jungian Type Scales (OEJTS 1.2), map results to MBTI-style interaction preferences, and propose/apply personality-awar...
openclaw skills install oejts-personality-tunerUse this skill to run the OEJTS 1.2 assessment, compute type results, and convert the outcome into concrete assistant behavior preferences.
python3 scripts/oejts_tuner.py template --format markdownpython3 scripts/oejts_tuner.py score --answers-json '{"Q1":3,...,"Q32":4}'python3 scripts/oejts_tuner.py apply --workspace /path/to/workspace --answers-json '{...}' --dry-runpython3 scripts/oejts_tuner.py apply --workspace /path/to/workspace --answers-json '{...}'template output from the script.Q1..Q32.score to compute IE, SN, FT, JP, type letters, and confidence.apply --dry-run to preview USER.md/SOUL.md changes.apply without --dry-run.This skill writes only between these markers:
<!-- OJTS_PROFILE_START --><!-- OJTS_PROFILE_END --><!-- OJTS_ADAPTATION_START --><!-- OJTS_ADAPTATION_END -->If blocks do not exist, they are appended.
references/oejts-1.2.md — canonical OEJTS items and scoring equations.references/behavior-mapping.md — type-to-behavior mapping and adaptive guidance.