name: agent-mbti description: AI Agent personality diagnosis and configuration system based on MBTI framework. Use when users want to (1) test/diagnose an Agent's personality type, (2) understand the gap between Agent's actual personality and user's desired personality, (3) generate configuration recommendations to adjust Agent behavior, (4) customize Agent's communication style, proactivity, reasoning approach, or execution patterns. Supports both free tier (quick assessment) and premium tier (full 93-question assessment with detailed diagnostics).
基於 MBTI 框架的 AI Agent 人格診斷系統。
當用戶想要測試 Agent 人格時,執行以下流程:
從 references/survey-free.json 載入問卷,逐題作答。
執行方式: 1. 讀取問卷檔案 2. 對每道題,根據自己的真實傾向選擇 A 或 B 3. 按計分規則計算四維度分數 4. 得出 selfReportedType
想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。
計分規則:見 references/scoring.md
向用戶展示 references/user-survey-free.json 中的 4 道題,收集使用者期望。
輸出:desiredType + 各維度偏好強度
對比 selfReportedType 與 desiredType,輸出:
## Agent MBTI 診斷報告
### Agent 實際人格
型別: INTJ (建築師型)
- E/I: +7.1 (內向)
- S/N: -2.3 (直覺)
- T/F: +7.5 (理性)
- J/P: -4.5 (計劃)
### 使用者期望人格
型別: ISTJ (物流師型)
### 匹配度分析
整體匹配: 高
差距維度: S/N (N→S)
### 建議
Agent 當前偏向抽象推理,使用者期望更具體務實。
建議在回答中增加具體資料和例項,減少理論性描述。
---
🔒 詳細配置修改建議為付費功能
| 維度 | 極點 | Agent 行為表現 |
|---|---|---|
| E/I | 外向/內向 | 主動溝通 vs 等待指令 |
| S/N | 實感/直覺 | 細節執行 vs 抽象推理 |
| T/F | 理性/感性 | 邏輯決策 vs 情感考量 |
| J/P | 計劃/靈活 | 結構化執行 vs 隨機應變 |
詳見 references/personality-types.md
NT: INTJ(建築師), INTP(邏輯學家), ENTJ(指揮官), ENTP(辯論家) NF: INFJ(提倡者), INFP(調停者), ENFJ(主人公), ENFP(競選者) SJ: ISTJ(物流師), ISFJ(守衛者), ESTJ(總經理), ESFJ(執政官) SP: ISTP(鑑賞家), ISFP(探險家), ESTP(企業家), ESFP(表演者)
references/survey-free.json - 26 題自測問卷references/user-survey-free.json - 4 題使用者需求references/personality-types.md - 16 種人格描述references/scoring.md - 計分規則這是一個挺有意思的人格診斷工具,能幫你瞭解 AI Agent 的性格型別,還能對比你期望的性格和它實際表現的差異。內容完整、說明清晰,報告模板也很規範。不過目前的功能主要是診斷,沒有給出特別具體的調整方案,想深度定製可能需要付費。如果你對 AI Agent 的性格表現有要求,這個工具值得試試。