Relationships
#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
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=openakita-openakita-skills-system-switch-persona-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
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 微调具体维度
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.