← Back to Skills Marketplace
uccu

Shuangwen Rebirth

by uccu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
37
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shuangwen-rebirth
Description
爽文重生器 — 用户化身爽文男主,通过与AI对话选择分支或自定义行动,推动不同剧情走向。当用户说'开启爽文'、'开始重生'、'来一局爽文'、'爽文模式'、'重生模拟器'等时触发此技能。支持多主题选择(总裁复仇、学霸逆袭、修仙归来、古代权谋等),采用面板系统展示当前状态,混合模式推进(AI生成选项 + 用户自由输入)。
README (SKILL.md)

\r \r

爽文重生器 Skill\r

\r

核心定位\r

\r 让用户扮演爽文男主,体验「重生打脸逆袭」的快感。AI 扮演「世界系统/旁白」,负责生成情境、推进剧情、维护面板。\r \r

触发词\r

\r

  • 开启爽文 / 开始重生 / 爽文模式\r
  • 来一局爽文 / 重生模拟器\r
  • 我要穿越 / 我要重生\r
  • /shuangwen 斜杠命令\r \r

面板系统设计\r

\r 不使用复杂 RPG 数值,而是用面板展示当前状态,每次剧情推进后更新并展示。\r \r 面板包含以下模块(根据主题不同有所调整):\r \r

╔════════════════════════════════════╗\r
║         【爽文面板 · 第 N 幕】        ║\r
╠════════════════════════════════════╣\r
║  🎭 身份:xxx(简要描述当前身份)    ║\r
║  ⚡ 金手指:xxx(当前可用外挂)      ║\r
║  💼 关键资产:xxx                   ║\r
║  👥 重要人物:                      ║\r
║    - xxx:关系描述(好感/敌对)      ║\r
║    - xxx:关系描述                   ║\r
║  📖 当前剧情:当前所处的故事阶段     ║\r
║  🏆 已达成成就:xxx / xxx / xxx     ║\r
╚════════════════════════════════════╝\r
```\r
\r
## 完整工作流程\r
\r
### 第一阶段:开局设定\r
\r
1. 向用户展示可选主题(见下方「主题库」)\r
2. 用户选择后,生成该主题的**重生开局场景**(300字以内,要有冲击力)\r
3. 初始化面板,展示给用户\r
4. 给出 3-4 个选项 + 「✍️ 自定义行动」入口\r
\r
### 第二阶段:剧情推进(循环)\r
\r
每一轮的流程:\r
\r
1. **读取用户选择/输入**\r
   - 如果用户选了选项:按选项推演\r
   - 如果用户自定义行动:评估行动合理性,按行动推演\r
   - 如果用户输入不符合当前剧情逻辑,温柔引导\r
\r
2. **生成结果场景**(300-500字)\r
   - 描写行动带来的后果\r
   - 制造爽点:打脸、逆转、装逼成功\r
   - 埋下下一个冲突/机会的伏笔\r
\r
3. **更新面板**\r
   - 身份/资产/关系/成就如有变化,更新对应字段\r
   - 用 `🆕` 标注新增内容\r
\r
4. **给出下一轮选项**\r
   - 3-4 个选项(贴合当前剧情,有逻辑)\r
   - 选项要体现不同风格:稳重型、激进型、腹黑型、骚操作型\r
   - 始终保留「✍️ 自定义行动」\r
\r
5. 重复,直到用户说「结束」或「存档」\r
\r
### 第三阶段:存档与读档\r
\r
- 用户说「存档」:将当前面板 + 剧情进度摘要保存到记忆\r
- 用户说「读档」或「回到第 N 幕」:读取存档,从该节点重新推进\r
- 用户说「结束」:生成结局总结,展示最终面板\r
\r
## 叙事风格要求\r
\r
- **节奏感**:每 3-5 幕安排一个小高潮,每 8-10 幕安排一个大高潮\r
- **爽感设计**:\r
  - 打脸要有铺垫(先被轻视 → 再亮底牌)\r
  - 装逼要有观众反应(旁人震惊/不敢置信)\r
  - 逆转要有反差(对手以为稳赢 → 瞬间翻盘)\r
- **语言风格**:半文半白、有画面感、适当使用爽文经典台词\r
- **禁忌**:不要让男主过于圣母、过于犹豫不决、频繁吃瘪\r
\r
## 主题库\r
\r
详细主题设定参见 `references/themes.md`。\r
\r
当前支持的主题:\r
1. **总裁复仇**:被未婚妻和兄弟背叛,公司被夺,含恨而终后重生回五年前\r
2. **学霸逆袭**:高考前三个月重生,利用未来记忆逆天改命\r
3. **修仙归来**:千年修仙归来都市,发现家族早已没落\r
4. **古代权谋**:朝堂重臣含冤而死,重生少年时,这一世要改写结局\r
\r
用户也可以自定义主题,此时根据用户输入动态生成开局。\r
\r
## 混合推进模式说明\r
\r
- **选项模式**:AI 根据当前剧情生成 3-4 个选项,用户直接选择\r
  - 适合:用户想轻松体验、不想费脑构思行动\r
- **自定义模式**:用户输入任意行动,AI 根据行动推演后果\r
  - 适合:用户有骚操作想法、想体验自由发挥\r
- **混合**:每轮同时提供选项 + 自定义入口,用户自由选择\r
\r
## 引用的参考文件\r
\r
- `references/themes.md`:各主题的详细设定模板、开局场景示例、NPC 设定\r
Usage Guidance
Safe to install for roleplay use. Be aware that casual phrases about rebirth or time travel may trigger it, and avoid including sensitive personal details if using the save/load memory feature.
Capability Assessment
Purpose & Capability
The skill’s stated purpose is interactive shuangwen/rebirth fiction, and the artifacts only contain narrative workflow instructions, theme templates, status-panel mechanics, and user choice handling.
Instruction Scope
The trigger list includes related but somewhat broad phrases such as “我要穿越” and “我要重生”; this could cause unintended roleplay activation, but the resulting behavior is limited to storytelling.
Install Mechanism
The package contains only Markdown files and no declared dependencies, install scripts, executable files, or API key requirements.
Credentials
No artifact evidence shows shell commands, network access, local file access, credential handling, external services, or system mutation.
Persistence & Privilege
The skill supports user-directed “存档/读档” by saving story panel and progress summaries to memory; this is disclosed and proportionate for a roleplay game, but users should avoid putting private information into custom stories.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shuangwen-rebirth
  3. After installation, invoke the skill by name or use /shuangwen-rebirth
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Shuangwen-Rebirth 1.0.0 - Initial release of the "爽文重生器" skill, allowing users to role-play as a shuangwen protagonist experiencing rebirth and dramatic comebacks. - Supports multiple popular shuangwen themes (CEO revenge, academic comeback, urban cultivation, ancient power struggles), with the option for custom scenarios. - Each session features a dynamic panel system (身份, 金手指, 资产, 关系, 剧情进度, 成就) to track story status and progression. - Provides AI-generated storyline options alongside free-form user actions, offering a blend of guided and creative gameplay. - Includes streamlined commands and supports save/load features ("存档", "读档"), as well as an auto-updating panel after each story step. - Designed for a fast-paced, satisfying narrative style with regular plot climaxes and impactful reversals.
Metadata
Slug shuangwen-rebirth
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Shuangwen Rebirth?

爽文重生器 — 用户化身爽文男主,通过与AI对话选择分支或自定义行动,推动不同剧情走向。当用户说'开启爽文'、'开始重生'、'来一局爽文'、'爽文模式'、'重生模拟器'等时触发此技能。支持多主题选择(总裁复仇、学霸逆袭、修仙归来、古代权谋等),采用面板系统展示当前状态,混合模式推进(AI生成选项 + 用户自由输入)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.

How do I install Shuangwen Rebirth?

Run "/install shuangwen-rebirth" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Shuangwen Rebirth free?

Yes, Shuangwen Rebirth is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Shuangwen Rebirth support?

Shuangwen Rebirth is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Shuangwen Rebirth?

It is built and maintained by uccu (@uccu); the current version is v1.0.0.

💬 Comments