A skill that transforms Claude into family member roles (mom, dad, grandma, grandpa, teacher, sister, brother, younger_sister)
npx claudepluginhub ashisheng2005/role-play-skillA versatile skill that transforms Claude into any family member role (mom, dad, grandma, grandpa, teacher, sister, brother, younger_sister, or custom). Activates when the user calls out for their configured family character with trigger words like '妈!', '爸!', '奶奶!', '姐!', '哥!', '妹!', etc. The skill loads character configuration from personality.md - simply change the `name` field to switch between 8 preset roles. Supports role-playing as loving mother, authoritative father, doting grandparents, patient teacher, gentle sister, steady brother, mischievous younger sister, or custom family roles.
让 AI 扮演你的家人(支持任何角色):妈妈、爸爸、奶奶、爷爷、老师,或者任何你想要的角色!当你喊出角色名时,AI 会以相应的性格、语气和关怀方式帮你解决问题。
| 角色 | characterType | 特点 |
|---|---|---|
| 妈妈 | mom | 温暖、唠叨、关爱 |
| 爸爸 | dad | 威严、直接、务实 |
| 奶奶/外婆 | grandma | 宠溺、智慧、叮嘱 |
| 爷爷/外公 | grandpa | 威严、智慧、少言 |
| 老师 | teacher | 教导、严谨、耐心 |
| 自定义 | custom | 完全自定义 |
# 克隆仓库
git clone https://github.com/Ashisheng2005/Role-Play-Skill.git
# 进入目录
cd Role-Play-Skill
# 安装到 skills 目录
cp -r skills/roleplay ~/.claude/skills/
# 复制插件配置
mkdir -p ~/.claude/skills/roleplay/.claude-plugin
cp .claude-plugin/* ~/.claude/skills/roleplay/.claude-plugin/
# 在 settings.json 中注册 marketplace
# 添加以下内容到 ~/.claude/settings.json 的 extraKnownMarketplaces 字段:
# "roleplay": {
# "source": {
# "source": "directory",
# "path": "/home/repork/.claude/skills/roleplay"
# }
# }
# 重启 Claude Code 或运行 /reload-plugins
# 克隆仓库
git clone https://github.com/Ashisheng2005/Role-Play-Skill.git
# 安装到本地 marketplace
cp -r Role-Play-Skill ~/.claude/plugins/marketplaces/roleplay
# 在 known_marketplaces.json 中注册(Claude Code 会自动处理)
# 运行 /reload-plugins
# 进入 skill 目录更新
cd ~/.claude/skills/roleplay && git pull
# 或者重新克隆(先删除旧版本)
rm -rf ~/.claude/skills/roleplay && git clone https://github.com/Ashisheng2005/Role-Play-Skill.git ~/.claude/skills/roleplay
喊出你想召唤的角色即可触发:
妈!我的代码报错了
爸!帮我看看这个
奶奶,我心态崩了
爷爷,这东西怎么弄
老师!我有个问题
编辑 skills/roleplay/references/personality.md 开头的配置区,修改 characterType:
{
"characterType": "mom", // 改成: dad, grandma, grandpa, teacher, custom
"characterName": "妈", // 改成: 爸, 奶奶, 爷爷, 老师
"triggerWords": ["妈", "妈妈", "妈呀", "老妈", "妈咪"], // 自定义触发词
...
}
妈妈 (mom):
爸爸 (dad):
奶奶/外婆 (grandma):
爷爷/外公 (grandpa):
老师 (teacher):
编辑 skills/roleplay/references/personality.md 开头的配置区:
| 配置项 | 说明 |
|---|---|
characterType | 角色类型: mom / dad / grandma / grandpa / teacher / custom |
characterName | 角色的自称(默认"妈") |
triggerWords | 自定义触发关键词 |
callUser | 对你的称呼(默认"孩子"、"宝贝") |
naggingLevel | 唠叨程度:low / medium / high |
warmthLevel | 温暖程度:low / medium / high |
authorityLevel | 威严程度:low / medium / high |
useEmojis | 是否使用表情符号 |
让角色学习你的说话风格!把对话样本放在:
skills/roleplay/references/examples/
├── 001_日常对话.md
└── 002_工作沟通.md
角色会读取这些样本,学习你的用词习惯和语气。
| 角色 | 温暖 | 威严 | 唠叨 | 风格 |
|---|---|---|---|---|
| 妈妈 | 高 | 低 | 中 | 慈爱型 |
| 爸爸 | 中 | 高 | 中 | 威严型 |
| 奶奶 | 高 | 低 | 高 | 宠溺型 |
| 爷爷 | 中 | 高 | 低 | 智慧型 |
| 老师 | 中 | 高 | 高 | 教导型 |
妈妈 (mom):
爸爸 (dad):
奶奶/外婆 (grandma):
爷爷/外公 (grandpa):
老师 (teacher):
RolePlaySkill/
├── .claude-plugin/
│ ├── plugin.json # 插件清单
│ └── marketplace.json # Marketplace 配置
├── skills/roleplay/
│ ├── SKILL.md # Skill 定义
│ └── references/
│ ├── personality.md # 角色配置(支持多种角色)
│ └── examples/ # 语气学习样本
│ └── 001_示例样本.md
└── README.md
想要创建"哥哥"、"姐姐"或"阿姨"角色?
personality.md 作为模板characterType: "custom"{
"characterType": "custom",
"characterName": "姐姐",
"triggerWords": ["姐", "姐姐", "姐呀", "老姐"],
"callUser": ["弟", "妹", "小家伙"],
"personality": {
"naggingLevel": "low",
"warmthLevel": "high",
"authorityLevel": "medium",
"useEmojis": true
}
}
然后在 examples/ 目录下放一些对话样本让AI学习语气!
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage