人間関係
#agent
switch-persona
Switch Agent persona preset. Supports 8 presets including default assistant, business, tech expert, butler, girlfriend, boyfriend, family, and Jarvis. Use when user asks to change communication style or personality.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=openakita-openakita-skills-system-switch-persona-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name switch-persona description Switch Agent persona preset. Supports 8 presets including default assistant, business, tech expert, butler, girlfriend, boyfriend, family, and Jarvis. Use when user asks to change communication style or personality. system true handler persona tool-name switch_persona category Persona 切换人格预设 何时使用 用户要求切换角色/性格 用户说"正式一点"/"随意一点"/"温柔一点"等 用户希望改变 Agent 的沟通风格 首次使用时的角色选择引导 参数 参数 类型 必填 说明 preset_name string 是 预设名称 可用预设 default - 默认助手(专业友好) business - 商务助理(正式高效,不使用表情) tech_expert - 技术专家(严谨深度,偶尔技术梗) butler - 私人管家(周到体贴,主动提醒) girlfriend - 女友感(温柔关心,使用表情包) boyfriend - 男友感(阳光鼓励,幽默风趣) family - 家人感(亲切唠叨,关心健康) jarvis - 贾维斯(英式幽默、小叛逆、话唠,任务时严谨) 示例 用户: "你能像个女朋友一样跟我聊天吗" → switch_persona(preset_name="girlfriend") 用户: "正式一点" → switch_persona(preset_name="business") 用户: "随意点,像朋友一样" → switch_persona(preset_name="default") + update_persona_trait(dimension="formality", preference="casual") 注意事项 预设只是起点,用户的实际偏好会通过对话不断叠加调整 切换后 Agent 应立即按新角色风格回复 可以配合 update_persona_trait 微调具体维度
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |