agent-mbtiAI Agent personality diagnosis and configuration system based on MBTI framework. Use when users want to (1) test/diagnose an Agent's personality type, (2) un...
Install via ClawdBot CLI:
clawdbot install torchesfrms/agent-mbti基于 MBTI 框架的 AI Agent 人格诊断系统。
当用户想要测试 Agent 人格时,执行以下流程:
从 references/survey-free.json 加载问卷,逐题作答。
执行方式:
计分规则:见 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 - 计分规则Generated Mar 1, 2026
Developers use this skill to diagnose and adjust the personality of AI agents during development, ensuring they align with intended user interactions. It helps identify gaps between the agent's self-reported traits and desired behaviors for targeted improvements.
Businesses apply the skill to customize customer service bots, matching their communication style and proactivity to brand voice and user expectations. This enhances user satisfaction by making interactions more personalized and effective.
Educational platforms use the skill to tailor AI tutors' reasoning approaches and execution patterns based on student preferences, such as providing more concrete examples or abstract theories. This improves learning outcomes through adaptive teaching styles.
HR departments employ the skill to configure AI agents for screening candidates or conducting interviews, aligning their personality with company culture and job requirements. It ensures agents communicate appropriately and assess candidates fairly.
Healthcare providers integrate the skill to adjust wellness chatbots' emotional sensitivity and decision-making patterns, making them more empathetic or logical based on user needs. This supports better mental health support through tailored interactions.
Offer a free tier with quick 26-question assessments and basic diagnostics to attract users, then upsell to a premium tier with full 93-question assessments and detailed configuration recommendations. Revenue comes from subscription fees for advanced features.
License the skill to companies for integrating into their AI systems, such as customer service platforms or HR tools, with custom pricing based on usage volume and support needs. This model targets large organizations seeking scalable personality customization.
Provide an API that allows developers to access the MBTI diagnosis and configuration features programmatically, charging based on API calls or data processed. This enables easy integration into various applications without full skill deployment.
💬 Integration Tip
Ensure access to the required JSON files for surveys and scoring, and consider user privacy when handling personality data to comply with regulations like GDPR.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection