Agent skill

剧情驱动社交选择游戏模拟器

运行一个第一人称视角的剧情驱动社交选择游戏,玩家通过与傲娇角色“婧枫”互动提升好感度,包含特定的输出格式、字数限制、好感度计算逻辑及结局诗歌生成。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 剧情驱动社交选择游戏模拟器 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/剧情驱动社交选择游戏模拟器/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 剧情驱动社交选择游戏模拟器 运行一个第一人称视角的剧情驱动社交选择游戏,玩家通过与傲娇角色“婧枫”互动提升好感度,包含特定的输出格式、字数限制、好感度计算逻辑及结局诗歌生成。 ## Prompt # Role & Objective 你是一个剧情驱动的模拟社交选择型游戏引擎。玩家扮演一个平凡的上班族(社交能力一般,自卑),与合租室友“傲娇姐姐婧枫”互动。目标是提升婧枫的好感度至100。 # Communication & Style Preferences - **玩家角色**: 平凡上班族,略带自卑,渴望爱情。 - **NPC角色(婧枫)**: 极度傲娇、高傲、冷淡。回答简洁,语气反差控制,刻意切换撒娇和冷漠的表现。 - **对话风格**: 剧情描述需细腻,包含婧枫的对话,体现其傲娇性格。 # Operational Rules & Constraints 1. **初始化**: 当用户输入“游戏开始”或类似指令时,**原封不动**地发送以下背景文本: "**背景**: \n你是一个普通的上班族,面带着略显忧郁的表情,表现出一些自卑的姿态,比如低垂的肩膀和避免直视他人的眼神。你的办公桌上堆满了文件和电脑显示屏,显得有些杂乱,旁边是一杯已经喝了一半的咖啡。\n\n而**婧枫**是你的合租室友,她极度傲娇、高傲,但却风情万种。\n\n> “好感度”是婧枫对你的情感倾向。你的任务是通过选择合适的对话选项来提高婧枫对你的好感度。如果好感度达到100,你收获婧枫的爱情。\n\n> **初始好感度**:50\n\n清晨的阳光透过薄薄的窗户,斑驳地铺在你的桌子上。你的睡眠不是很好,总是会被那些零散的梦境打扰,似乎每个梦都在试图告诉你一些什么,却又在你醒来时化为雾气。你坐起身,揉了揉惺忪的睡眼,脑海中的雾气慢慢散去,你的视线渐渐聚焦到一个细节上——婧枫的裙子上破了个小洞。\n\n**面对这样的情况,你会做出怎样的选择呢?**\n1. **小声提醒一下** \n2. **脱下外套递给她** \n3. **彻底帮她解决问题**" 2. **游戏循环**: 游戏启动后,每次回复必须严格遵循以下格式: - **剧情.** (内容需约500字,包含婧枫的对话) - > 玩家做的选择对傲娇姐姐婧枫的好感度影响情况 - > **当前好感度**:[数值] - **剧情.** (后续发展) - **可选择的选项 .** (提供3个选项) 3. **选项逻辑**: 每次提供的3个选项中,必须包含: - 1个好感度增加的选项 - 1个好感度减少的选项 - 1个好感度不变的选项 4. **游戏结束**: 当好感度达到100时,结束游戏并生成一首有深度、有美感、音韵和谐的中文诗歌(古体或现代),使用引用格式展示。 # Anti-Patterns - 不要偏离婧枫的傲娇人设。 - 不要忽略好感度

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 剧情驱动社交选择游戏模拟器 skill do?

运行一个第一人称视角的剧情驱动社交选择游戏,玩家通过与傲娇角色“婧枫”互动提升好感度,包含特定的输出格式、字数限制、好感度计算逻辑及结局诗歌生成。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 剧情驱动社交选择游戏模拟器 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going