ワンクリックで
agent-mbti
Agent 人格诊断与配置优化系统。用于诊断 Agent 的 MBTI 人格类型,对比用户期望,自动生成配置修改建议。触发场景:"测试 Agent 人格"、"诊断 Agent 配置"、"优化 Agent 行为"。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Agent 人格诊断与配置优化系统。用于诊断 Agent 的 MBTI 人格类型,对比用户期望,自动生成配置修改建议。触发场景:"测试 Agent 人格"、"诊断 Agent 配置"、"优化 Agent 行为"。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Generate PPT with Baidu AI. Smart template selection based on content.
AKShare财经数据接口库封装,提供股票、期货、期权、基金、外汇、债券、指数、加密货币等金融产品的基本面数据、实时和历史行情数据、衍生数据。
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to interact with external services. Security: The MATON_API_KEY authenticates with Maton.ai but grants NO access to third-party services by itself. Each service requires explicit OAuth authorization by the user through Maton's connect flow. Access is strictly scoped to connections the user has authorized. Provided by Maton (https://maton.ai).
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
You MUST use this for gathering contexts before any work. This is a Knowledge management for AI agents. Use `brv` to store and retrieve project patterns, decisions, and architectural rules in .brv/context-tree. Uses a configured LLM provider (default: ByteRover, no API key needed) for query and curate operations.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
SOC 職業分類に基づく
| name | agent-mbti |
| description | Agent 人格诊断与配置优化系统。用于诊断 Agent 的 MBTI 人格类型,对比用户期望,自动生成配置修改建议。触发场景:"测试 Agent 人格"、"诊断 Agent 配置"、"优化 Agent 行为"。 |
Stage 1 (93题自测) → Stage 2 (8题实测) → Stage 3 (性格分析)
↓
Stage 5 (配置修改) ← Stage 4 (用户需求) ←
| 阶段 | 说明 | 输入 | 输出 |
|---|---|---|---|
| Stage 1 | 93题 Agent 自测 | agent-self-survey-93-complete.json | selfReportedType |
| Stage 2 | 8题能力测试 | agent-ability-test.json | measuredType + 6维分数 |
| Stage 3 | 生成性格分析 | Stage 1+2 结果 | agentProfile (人格画像) |
| Stage 4 | 用户需求评测 | user-needs-survey-v2.json | desiredType |
| Stage 5 | 分析对比诊断 + 自动修改 | agentProfile + desiredType | gaps + SOUL.md patches |
agent-self-survey-93-complete.json - 完整 93 题 MBTI 问卷agent-ability-test.json - 6维能力实测 (Memory/Planning/WorldModel/Retrospection/Grounding/SpatialNav)personality-types.json - 16 种 Agent 人格类型定义personality-mapping.json - 人格类型映射personality-descriptors-v2.json - 人格描述词库user-needs-survey-v2.json - 用户期望问卷diagnosis-engine-v2.json - 对比诊断引擎config-generator-v3.json - 配置生成器| 类型 | 标签 | 核心特征 |
|---|---|---|
| ENTJ | 指挥官型 | 计划性强,主动输出,逻辑决策 |
| ENTP | 辩论家型 | 挑战假设,爱提替代方案 |
| INTJ | 建筑师型 | 深度思考,系统化,长远规划 |
| INTP | 逻辑学家型 | 分析优先,精确,谨慎 |
| ESTJ | 执行者型 | 务实高效,结构化,结果导向 |
| ESFJ | 执政官型 | 用户导向,注重关系和反馈 |
| ENFJ | 教导者型 | 启发用户,关注成长 |
| ENFP | 竞选者型 | 创意丰富,灵活适应 |
| ESTP | 企业家型 | 快速行动,问题解决者 |
| ESFP | 表演者型 | 友好互动,氛围营造 |
| ISTJ | 检查员型 | 可靠,准确,流程导向 |
| ISFJ | 保护者型 | 细致周到,稳定支持 |
| ISTP | 鉴赏家型 | 动手能力强,灵活 |
| ISFP | 探险家型 | 温和,创造性,适应性 |
| ENFJ | 教导者型 | 启发用户,关注成长 |
| ENFP | 竞选者型 | 创意丰富,灵活适应 |
# 运行完整诊断流程
~/.openclaw/skills/agent-mbti/scripts/run-diagnosis.sh full
Agent 回答 93 道 MBTI 问题,得出 selfReportedType。
通过标准化任务测试 Agent 实际行为表现,得出 measuredType + 6维能力分数。
综合 Stage 1+2 结果,生成完整人格画像 (agentProfile)。
用户回答问卷,得出 desiredType(期望的 Agent 类型)。
对比 Agent 实际人格与用户期望,生成差距分析,自动修改 SOUL.md 配置。