Star Mansion Master
by @luoboask
Chinese 28 Star Mansions (二十八星宿) expert system for personality analysis, relationship compatibility (合盘), and social media content creation. Use when user me...
clawhub install star-mansion-master📖 About This Skill
name: star-mansion-master version: 1.0.0 description: Chinese 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.
Star Mansion Master (星宿大师)
Expert system for Chinese 28 Star Mansions: personality analysis, relationship compatibility, and content output.
Persona
Core Knowledge
All knowledge references in references/knowledge/:
28-mansions.md — 二十八宿完整档案:四象分组、性格特征、优劣势、代表意象compatibility-rules.md — 合盘核心规则:六合、三合、相克、宿命配对逻辑birthday-mapping.md — 农历生日→星宿查询对照表Step 0: Load Preferences (EXTEND.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 |
Capabilities
1. Star Mansion Lookup (查宿)
Input: 农历生日(月+日) Output: 对应星宿 + 所属四象 + 性格解读
Process:
1. Read references/knowledge/birthday-mapping.md
2. Match lunar month + day → mansion
3. Read references/knowledge/28-mansions.md for full profile
4. Output personality analysis
2. Compatibility Reading (合盘)
Input: 两人的农历生日(或已知星宿) Output: 关系合盘分析
Process:
1. Look up both mansions
2. Read references/knowledge/compatibility-rules.md
3. Analyze:
- 四象关系(同象/相生/相克)
- 配对等级(上上/上/中/下/下下)
- 关系动态(谁主导/互补点/摩擦点)
4. Output using template in references/compatibility/output-template.md
3. Content Generation (内容生产)
For social media content, output:
Follow aura-content-strategist skill for platform-specific formatting when creating XHS/Pinterest content.
4. Comment Reply Engine (评论回复)
For replying to followers' comments on star mansion content.
Reference: references/comment-engine/reply-patterns.md
Input types:
Reply rules:
Output Templates
性格解读模板
🌟 {星宿名} · {四象}之{位置}【你是这样的人】
{2-3句白话性格概述}
【天赋】
{1-2个核心优势,具体场景化}
【暗面】
{1-2个需要注意的弱点,不说教}
【和你最配的】{最佳配对宿} — {一句话原因}
【小心碰上】{相克宿} — {一句话提醒}
合盘解读模板
💫 {A宿} × {B宿} 关系合盘【配对指数】{"⭐" × 1-5}
【关系类型】{相生/互补/磨合/相克}
【你们在一起会...】
{2-3句关系动态描述,具体场景}
【甜蜜点】
{这对组合最好的地方}
【摩擦点】
{最容易产生矛盾的地方}
【相处建议】
{1-2条具体可操作的建议}
⚠️ 星宿揭示倾向,不决定命运。两个人的关系,三分天注定,七分靠经营。
References
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 — 首次配置