一键导入
entity-validator
Validation rules for extracted entities. Checks required fields, data types, cross-references, duplicates, enum values, and domain constraints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validation rules for extracted entities. Checks required fields, data types, cross-references, duplicates, enum values, and domain constraints.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Extract achievement entities from narrative text. Use when analyzing trophies, badges, ranks, leaderboards, titles, and progression reward milestones.
Extract analytics and game balance entities from narrative text. Use when analyzing player metrics, difficulty curves, drop rates, loot tables, heatmaps, and balance tuning.
Extract audio entities from narrative text. Use when analyzing music themes, sound effects, ambient audio, motifs, dynamic scoring, and silence as narrative device.
Extract biology entities from narrative text. Use when analyzing ecosystems, food chains, migration, hibernation, reproduction, extinction events, and evolution.
Extract celestial entities from narrative text. Use when analyzing galaxies, nebulae, black holes, star systems, moons, eclipses, solstices, and astronomical phenomena.
Extract character entities from narrative text. Use when analyzing characters, relationships, psychology, development arcs, voice/mocap data, and character variants.
| name | entity-validator |
| description | Validation rules for extracted entities. Checks required fields, data types, cross-references, duplicates, enum values, and domain constraints. |
| user-invocable | false |
Base skill for validating extracted lore entities against the domain model.
lore_data.py and next_ididFrom src/domain/:
| Constraint | Rule |
|---|---|
| Character backstory | min 100 characters |
| Ability power_level | integer 1–10 |
| Item level | integer 1–100 |
| Reputation value | integer -1000 to 1000 |
| Combat stats | ≥ 0 (attack, defense, health, speed) |
| Timestamps | updated_at ≥ created_at |
| Version | ≥ 1 |