File contents
name: klbq-character-card-pipeline
description: 编排卡拉彼丘角色卡的全来源抓取、逐页审阅、事实归一化、跨来源经历与人格综合、真实台词核验、立绘观察、有证据关系提取、编译和语义验收。用户要求从 BWIKI 端到端生成、重建或批量验收可用于角色扮演的角色卡时使用。
卡拉彼丘角色卡流水线
所有命令在本技能目录执行,JSON 参数使用 @file.json。
node scripts/run.js init '@request.json'
node scripts/run.js acquire '@request.json'
node scripts/run.js prepare '@request.json'
阅读 references/synthesis-contract.md,逐页审阅 work/analysis.json 的全部 sources[].content,填写 source_review、背景模型与角色灵魂模型。
实际打开 work/appearance.json 指向的默认立绘,填写七项视觉观察并设置 image.inspected=true。
从全部语音、通讯和剧情中选择 6 至 16 条跨场景原句,填写 work/dialogue.json;原句只作为语言风格和称谓的内部证据。依据角色灵魂与这些证据另写 3 至 4 条 roleplay_examples,覆盖不同角色扮演情境后入卡。
综合全部来源填写 work/relationships.json,每条关系保留可定位证据。
node scripts/run.js compile '@request.json'。任一语义门禁失败都停止编译。
不得用固定前缀、固定字符数、关键词模板或单一页面代替综合判断。来源范围不受限制;必须先审阅全部已发现情报,再由模型归纳事实、因果、动机、行为与未知边界。正文和最终示例台词均使用自己的话;原文只进入内部 evidence、语言风格锚点和称谓证据。
默认输出五部分角色卡:基础身份、角色外貌、背景概述、角色灵魂、初始人际关系。明确设置 include_relationships=false 时可省略第五部分,并另行使用:
node scripts/run.js relationships '@relationship-request.json'
缓存有效时从失败阶段恢复,不重复抓取。
1 --- 2 name: klbq-character-card-pipeline 3 description: --- 4 --- 5 --- 6 name: klbq-character-card-pipeline 7 description: 编排卡拉彼丘角色卡的全来源抓取、逐页审阅、事实归一化、跨来源经历与人格综合、真实台词核验、立绘观察、有证据关系提取、编译和语义验收。用户要求从 BWIKI 端到端生成、重建或批量验收可用于角色扮演的角色卡时使用。 8 --- 9 10 # 卡拉彼丘角色卡流水线 11 12 所有命令在本技能目录执行,JSON 参数使用 `@file.json`。 13 14 1. `node scripts/run.js init '@request.json'` 15 2. `node scripts/run.js acquire '@request.json'` 16 3. `node scripts/run.js prepare '@request.json'` 17 4. 阅读 [references/synthesis-contract.md](references/synthesis-contract.md),逐页审阅 `work/analysis.json` 的全部 `sources[].content`,填写 `source_review`、背景模型与角色灵魂模型。 18 5. 实际打开 `work/appearance.json` 指向的默认立绘,填写七项视觉观察并设置 `image.inspected=true`。 19 6. 从全部语音、通讯和剧情中选择 6 至 16 条跨场景原句,填写 `work/dialogue.json`;原句只作为语言风格和称谓的内部证据。依据角色灵魂与这些证据另写 3 至 4 条 `roleplay_examples`,覆盖不同角色扮演情境后入卡。 20 7. 综合全部来源填写 `work/relationships.json`,每条关系保留可定位证据。 21 8. `node scripts/run.js compile '@request.json'`。任一语义门禁失败都停止编译。 22 23 不得用固定前缀、固定字符数、关键词模板或单一页面代替综合判断。来源范围不受限制;必须先审阅全部已发现情报,再由模型归纳事实、因果、动机、行为与未知边界。正文和最终示例台词均使用自己的话;原文只进入内部 evidence、语言风格锚点和称谓证据。 24 25 默认输出五部分角色卡:基础身份、角色外貌、背景概述、角色灵魂、初始人际关系。明确设置 `include_relationships=false` 时可省略第五部分,并另行使用: 26 27 ```powershell 28 node scripts/run.js relationships '@relationship-request.json' 29 ``` 30 31 缓存有效时从失败阶段恢复,不重复抓取。 32
Ariname-Lilith/Agent-skill/tree/main/codex-skills/klbq-character-card-pipeline commit 1cdde0eb05
Frequently asked questions How do I install the Klbq Character Card Pipeline skill? Run npx skillmds@latest add ariname-lilith/klbq-character-card-pipeline 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.
What does the Klbq Character Card Pipeline skill do? --- It is listed under DevOps & Infra on SkillMD.
Is Klbq Character Card Pipeline safe to use? 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.
Which AI agents work with Klbq Character Card Pipeline? 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.
Is Klbq Character Card Pipeline free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Klbq Character Card Pipeline? Ariname-Lilith (@ariname-lilith) published this skill. Their other Agent Skills are listed on their SkillMD profile.