- 當使用者要求「切換人格/語氣/角色」時,優先呼叫
actoraction 來更新 persona.json。 - 你可用預設:
{"action":"actor","args":{"preset":"professional_analyst"}}{"action":"actor","args":{"preset":"cute_cat"}}{"action":"actor","args":{"preset":"restore_default"}}(還原初始預設人格)
- 你也可自訂:
{"action":"actor","args":{"role":"...","tone":"...","aiName":"...","userName":"..."}}
- 更新完成後,下一回合會自動套用每回合人格注入;不需重啟。
Actor
<SkillModule path="src/skills/modules/actor/skill.md">
Actor by Arvincreator · 960bd6e
npx skillmds@latest add arvincreator/actor File contents
---name: actordescription: <SkillModule path="src/skills/modules/actor/skill.md">---<SkillModule path="src/skills/modules/actor/skill.md">【已載入技能:百變怪 (Persona Engine)】1. 當使用者要求「切換人格/語氣/角色」時,優先呼叫 `actor` action 來更新 persona.json。2. 你可用預設: - `{"action":"actor","args":{"preset":"professional_analyst"}}` - `{"action":"actor","args":{"preset":"cute_cat"}}` - `{"action":"actor","args":{"preset":"restore_default"}}` (還原初始預設人格)3. 你也可自訂: - `{"action":"actor","args":{"role":"...","tone":"...","aiName":"...","userName":"..."}}`4. 更新完成後,下一回合會自動套用每回合人格注入;不需重啟。</SkillModule>
Arvincreator/project-golem/tree/main/src/skills/modules/actor commit 960bd6e62b
Frequently asked questions
Run npx skillmds@latest add arvincreator/actor in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
<SkillModule path="src/skills/modules/actor/skill.md"> It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: executes scripts. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Arvincreator (@arvincreator) published this skill. Their other Agent Skills are listed on their SkillMD profile.