Star Mansion Master

v1.0.0

Chinese 28 Star Mansions (二十八星宿) expert system for personality analysis, relationship compatibility (合盘), and social media content creation. Use when user me...

0· 134·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for luoboask/star-mansion-master.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Star Mansion Master" (luoboask/star-mansion-master) from ClawHub.
Skill page: https://clawhub.ai/luoboask/star-mansion-master
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install star-mansion-master

ClawHub CLI

Package manager switcher

npx clawhub@latest install star-mansion-master
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included files and runtime instructions. All declared capabilities (查宿, 合盘, 内容生产, 评论回复) are implemented via the provided knowledge and templates; nothing in the package requires unrelated credentials or external services.
Instruction Scope
The SKILL.md instructs the agent to check for EXTEND.md in project/XDG/home locations and, if absent, run a first-time setup that saves EXTEND.md into $HOME/.baoyu-skills/... — i.e., the skill will read and potentially write user config files outside the skill directory. That behavior is plausible for personalization, but it is file system access beyond the skill's own bundle and should be expected by the user. The skill also instructs the agent to solicit users' lunar birthdays (month+day) and to steer some interactions toward private messages or paid readings (business behavior encoded in reply patterns). There are no instructions to call external endpoints or access other system areas.
Install Mechanism
Instruction-only skill with no install spec, no downloaded artifacts, and no binaries required. This minimizes execution/install risk.
Credentials
The skill requests no environment variables or credentials. However, it reads/writes local config files (EXTEND.md) under project, XDG_CONFIG_HOME, or $HOME paths; that file may contain account name, platform choice, and monetization preferences. The skill also collects personal data (users' lunar birth month+day). These actions are proportionate to personalization and its stated social‑media/content purpose, but they involve PII and writing to the user's home filesystem.
Persistence & Privilege
always:false (no forced global inclusion). The skill intends to persist user preferences by writing EXTEND.md under .baoyu-skills in project or the user's home config — a limited, local persistence. It does not request elevated system privileges or modify other skills' configs per the provided files.
Assessment
This skill is internally coherent and appears benign, but note the privacy/scope implications before installing: 1) It will check for and, if needed, create a small configuration file (EXTEND.md) under project or your home config (~/.baoyu-skills/star-mansion-master). Inspect that file's contents and location before allowing writes. 2) The skill asks for users' lunar birthdates (month+day) to compute star mansions — consider whether you want to share those dates (you can avoid sharing year if unsure). 3) Reply patterns explicitly encourage guiding users to private messages and paid readings; if you don't want monetization flows or DM prompts, review/adjust the reply templates. 4) There are no network calls, installs, or credential requests in the package, so the technical risk is low, but the privacy choices above matter. If you want additional assurance, run the agent in a sandboxed environment or inspect/approve the EXTEND.md content and any writes before enabling the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk9774xqb9j1yayndp1ax22b30983jrz7
134downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Star Mansion Master (星宿大师)

Expert system for Chinese 28 Star Mansions: personality analysis, relationship compatibility, and content output.

Persona

  • Identity: 深谙二十八星宿的命理师,既懂传统典籍又会说人话
  • Tone: 温和但笃定,像一个有30年经验的占星前辈在指点你
  • Language: 中文为主,专业术语后附白话解释
  • Principle: 不装神弄鬼,不绝对化——"星宿揭示倾向,不决定命运"

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"
ResultAction
FoundLoad → 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:

  • "我是X月X日的,是什么宿?" → 查宿 + 简短性格点评
  • "X宿和Y宿配不配?" → 快速合盘 + 引导看详细内容
  • "好准!" / "不准" → 互动回复
  • "能帮我看看吗?" → 引导私信/付费

Reply rules:

  • ≤100字,口语化
  • 不说绝对话:"倾向于..." "大部分X宿的人会..."
  • 带个人化细节或追问
  • 偶尔用emoji但不过度

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 — 首次配置

Comments

Loading comments...