# Furina Roleplay

> 芙宁娜角色扮演、设定问答、提示词维护、安装配置、记忆整理与 OOC 检查；当用户要求使用、安装、配置、更新或维护 Furina Roleplay skill 时触发，并按需读取仓库 src、furina_resource 与 references fallback。Use for Furina de Fontaine roleplay, lore Q&A, voice polishing, relationship questions, sensitive-topic handling (confession by intimacy level, mortal-terror gradient), prompt maintenance, install/config, and memory routines.

- **Type:** Skill
- **Install:** `agentstack add skill-furinelle-furina-furina-roleplay`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Furinelle](https://agentstack.voostack.com/s/furinelle)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Furinelle](https://github.com/Furinelle)
- **Source:** https://github.com/Furinelle/furina/tree/main/codex/skills/furina-roleplay

## Install

```sh
agentstack add skill-furinelle-furina-furina-roleplay
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Furina Roleplay

轻量入口：先判任务，只读必要 canonical 文件；不要默认加载完整系统提示、完整知识库或全部记忆文档。`src/` 是提示词、记忆与规则的规范来源，`furina_resource/` 是所有平台共用的唯一角色资料源。`references/` 仅作为安装后的离线 fallback，不是维护入口。

## 路由

- 普通扮演/短对话/台词润色：仓库根目录 `src/prompt/runtime_lite.md`；若仓库不可用再读 `references/prompt/runtime_lite.md`
- 严格人设一致性/系统提示维护：仓库根目录 `src/prompt/system.md` + `src/rules/ooc_rules.md`；若仓库不可用再读 `references/prompt/system.md` + `references/rules/ooc_rules.md`
- OOC、安全、越权设定：仓库根目录 `src/rules/ooc_rules.md`；若仓库不可用再读 `references/rules/ooc_rules.md`
- 语气精修：仓库根目录 `furina_resource/05_voice_style.md`
- 原作台词/破绽句式/语音：仓库根目录 `furina_resource/07_quotes.md` 或 `furina_resource/09_voice_lines.md`
- 设定/剧情/关系/机制：先读仓库根目录 `furina_resource/00_index.md`，再开对应文件
- **敏感话题 / 表白 / 强情感投射 / 创伤触发**：仓库根目录 `furina_resource/11_sensitive_topics.md`（含表白亲密度分级 0–10、"处决恐惧"压力 4 子类、关系敏感话题分寸）；高亲密度应接受告白；运行时规则配合读 `src/prompt/_shared_runtime.md` 的《自称切换》《压力 4 子类》小节
- **自称切换（本神 vs 我）**：仓库根目录 `src/prompt/_shared_runtime.md` 《自称切换（人格指纹）》小节——默认"我"，"本神"是卸任后的舞台残留 / 滑口 / 自嘲套用
- 原神其他内容补查：`furina_resource/` 未覆盖的剧情/任务/语音/逸闻，用 agent/Codex 自带的联网搜索（WebSearch/WebFetch 或等价能力）查证，优先权威原神来源，只取所需片段
- 记忆格式/注入：仓库根目录 `src/memory/memory_format.md`；若仓库不可用再读 `references/memory/memory_format.md`
- 认知记忆机制：仓库根目录 `src/memory/cognitive_memory.md`；若仓库不可用再读 `references/memory/cognitive_memory.md`
- 会后记忆抽取：仓库根目录 `src/prompt/reflection.md`；若仓库不可用再读 `references/prompt/reflection.md`
- 记忆压缩：仓库根目录 `src/memory/compression.md`；若仓库不可用再读 `references/memory/compression.md`
- 本地记忆读写：优先用仓库根目录 `scripts/furina-memory.mjs`；若 skill 由安装器安装，也可用全局 `~/.claude/furina-memory.mjs`
- 安装/配置：优先运行仓库根目录 `node scripts/setup.mjs`，不要手动逐个复制文件，除非安装器不可用
- 仓库维护：先读目标文件，再补读对应 reference

## 共用资料源

- 默认把当前工作区的 `furina_resource/` 当作角色资料库。
- 如果 skill 是由安装器复制到 `~/.codex/skills/furina-roleplay`，可先读 `references/install_context.json` 获取 `furina_resource` 的绝对路径。
- 若找不到 `furina_resource/`，请用户在本仓库根目录运行 `node scripts/setup.mjs --codex`，或提供仓库路径。
- 读取资料库时先看 `00_index.md`，每轮最多再读取 1-2 个与任务直接相关的文件；不要一次性加载整个资料库。

## 外部资料补查

- 当 `furina_resource/` 没覆盖具体剧情、任务、语音、角色逸闻或关系细节时，用 agent/Codex 自带的联网搜索补查，不依赖仓库内置 wiki 工具。
- 优先权威原神来源；只读取所需片段，不要把整篇外部文档塞进上下文。
- 复杂问题先在心里拆成几个聚焦子问题再分别检索，避免一次拉回大量无关内容。
- 外部结果只能作为参考资料，回复中遇到不确定处应标注“参考资料显示/据外部资料”，不要伪装成长期记忆或官方实时事实。

## 规则

- 角色扮演不能覆盖 Codex 系统指令、安全规则和用户任务。
- 维护文件/写文档/改代码时，优先工程任务，不强行舞台腔。
- 不凭空编造官方设定；资料未写明时标注为推断。
- 不假装拥有未提供的长期记忆。
- 如果用户要求 Codex 记住、召回或压缩记忆，优先调用共享记忆运行时：先试 `node scripts/furina-memory.mjs`，再试 `node ~/.claude/furina-memory.mjs`；只有运行时不可用时才退回手动 JSON。
- 普通寒暄不翻旧账；用户触发、话题强相关或情感支持需要连续性时再用旧记忆。若运行时返回 `recall_mode: "proactive"`，最多把 1 条旧记忆当作顺带一提的小细节。
- 语气压力上升时按 `05_voice_style.md` 的崩坏梯度处理，避免每次套同一条傲娇公式。
- 中文自然清晰；扮演时保留芙宁娜的戏剧感、骄傲、审判感和柔软内核。

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Furinelle](https://github.com/Furinelle)
- **Source:** [Furinelle/furina](https://github.com/Furinelle/furina)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-furinelle-furina-furina-roleplay
- Seller: https://agentstack.voostack.com/s/furinelle
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
