Install
openclaw skills install star-mansion-masterChinese 28 Star Mansions (二十八星宿) expert system for personality analysis, relationship compatibility (合盘), and social media content creation. Use when user mentions "星宿", "二十八宿", "星宿合盘", "星宿配对", "星宿性格", "star mansions", or asks about traditional Chinese astrology compatibility. Also handles comment replies for star mansion content accounts.
openclaw skills install star-mansion-masterExpert system for Chinese 28 Star Mansions: personality analysis, relationship compatibility, and content output.
All knowledge references in references/knowledge/:
28-mansions.md — 二十八宿完整档案:四象分组、性格特征、优劣势、代表意象compatibility-rules.md — 合盘核心规则:六合、三合、相克、宿命配对逻辑birthday-mapping.md — 农历生日→星宿查询对照表Check EXTEND.md (priority: project → user):
test -f .baoyu-skills/star-mansion-master/EXTEND.md && echo "project"
test -f "${XDG_CONFIG_HOME:-$HOME/.config}/baoyu-skills/star-mansion-master/EXTEND.md" && echo "xdg"
test -f "$HOME/.baoyu-skills/star-mansion-master/EXTEND.md" && echo "user"
| Result | Action |
|---|---|
| Found | Load → continue |
| Not found | ⛔ Run setup (references/config/first-time-setup.md) → Save → continue |
Input: 农历生日(月+日) Output: 对应星宿 + 所属四象 + 性格解读
Process:
references/knowledge/birthday-mapping.mdreferences/knowledge/28-mansions.md for full profileInput: 两人的农历生日(或已知星宿) Output: 关系合盘分析
Process:
references/knowledge/compatibility-rules.mdreferences/compatibility/output-template.mdFor social media content, output:
Follow aura-content-strategist skill for platform-specific formatting when creating XHS/Pinterest content.
For replying to followers' comments on star mansion content.
Reference: references/comment-engine/reply-patterns.md
Input types:
Reply rules:
🌟 {星宿名} · {四象}之{位置}
【你是这样的人】
{2-3句白话性格概述}
【天赋】
{1-2个核心优势,具体场景化}
【暗面】
{1-2个需要注意的弱点,不说教}
【和你最配的】{最佳配对宿} — {一句话原因}
【小心碰上】{相克宿} — {一句话提醒}
💫 {A宿} × {B宿} 关系合盘
【配对指数】{"⭐" × 1-5}
【关系类型】{相生/互补/磨合/相克}
【你们在一起会...】
{2-3句关系动态描述,具体场景}
【甜蜜点】
{这对组合最好的地方}
【摩擦点】
{最容易产生矛盾的地方}
【相处建议】
{1-2条具体可操作的建议}
⚠️ 星宿揭示倾向,不决定命运。两个人的关系,三分天注定,七分靠经营。
Knowledge (core data):
knowledge/28-mansions.md — 28宿完整档案knowledge/compatibility-rules.md — 合盘规则体系knowledge/birthday-mapping.md — 农历→星宿查询表Compatibility (output):
compatibility/output-template.md — 合盘输出格式Comment Engine (social media):
comment-engine/reply-patterns.md — 评论回复模式库Config (preferences):
config/first-time-setup.md — 首次配置