← 返回 Skills 市场
maye08

celestchart-astrology-skills

作者 maye · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
232
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install celestchart-daily
功能描述
通过 CelestChart 星盘占星 API 获取每日个人星盘运势,包括月亮行运、情绪基调、今日重点和行星相位解读。需要 CelestChart VIP 账号和 API Key。
使用说明 (SKILL.md)

CelestChart 每日运势 Skill

当用户问到以下类型的问题时,使用本 Skill 获取并解读每日运势数据:

  • "今日运势"、"今天运势"
  • "每日运势"、"今天星盘"
  • "今天运气怎么样"、"今天适合做什么"
  • "我今天的星象如何"

调用方式

执行以下命令获取运势数据:

bash $SKILL_DIR/run.sh

完整结果解读规则

拿到 JSON 响应后,必须输出所有模块,字段为空或缺失时显示"无"。

1. 📅 运势日期

显示 target_date 字段,格式:YYYY-MM-DD,并在日期后追加固定时间"0时0分"。 若缺失,显示"无"。

示例:

📅 运势日期:2026-03-12 0时0分

2. 🌙 月亮行运

来源字段:moon_transit

输出格式:

🌙 月亮行运
月亮位置:**[moon_transit.position.formatted]**(若缺失显示"无")
落入宫位:**第 [moon_transit.house] 宫** - **[moon_transit.house_name]**(若缺失显示"无")

示例:

🌙 月亮行运
月亮位置:**射手座 23°58'22"**
落入宫位:**第 3 宫** - **沟通、学习、短途旅行、兄弟姐妹**

3. 😊 情绪基调

来源字段:emotional_tone

直接输出字段内容,若为空则输出"情绪平稳"。

示例:

😊 情绪基调
情绪乐观,追求自由

4. 🎯 今日重点

来源字段:daily_focus

直接输出字段内容,若为空则输出"无"。

示例:

🎯 今日重点
今天月亮落在第3宫(沟通、学习、短途旅行、兄弟姐妹),这是今天的重点领域。

5. ⏰ 最佳时机

来源字段:best_timing

若字段存在且非空,输出其内容;若为 null 或缺失,输出"无"。

示例:

⏰ 最佳时机
03:10 - 月亮六分相水星,适合沟通交流、学习思考、处理文书、签署协议

6. 🌙 月亮相位

来源字段:moon_aspects(数组)

若数组为空,输出"无月亮相位"。

时间换算规则days_starteddays_until_end 单位为天):

  • 小于 1 天:换算为小时,公式 round(值 × 24) 小时
  • 大于等于 1 天:保留一位小数,显示为 X.X 天

每条相位输出格式:

· **月亮 [aspect_name] 本命[birth_planet]**(容许度:[orb保留2位小数]°)[入/出相位标记] [精确标记]
  已持续:[days_started 换算后]
  [若 is_applying=true]  距离精确相位:[days_until_end 换算后]
  [若 is_applying=false] 距离离开容许度:[days_until_end 换算后]
  解读:[interpretation](若为空显示"无")

标记规则:

  • is_applying = true → 标注"(入相位)"
  • is_applying = false → 标注"(出相位)"
  • is_exact = true → 额外标注"⭐精确"
  • days_started 为 null 或缺失 → 该行省略
  • days_until_end 为 null 或缺失 → 该行省略

示例(基于用户提供的JSON):

🌙 月亮相位
· **月亮 六分相 本命水星**(容许度:1.57°)(入相位)
  已持续:约 1 小时
  距离精确相位:约 3 小时
  解读:思维清晰,适合学习、沟通和表达想法。

7. ✨ 内行星相位

来源字段:inner_planet_aspects(数组)

若数组为空,输出"无内行星相位"。

每条相位输出格式:

· **[transit_planet] [aspect_name] 本命[birth_planet]**(容许度:[orb保留2位小数]°)[入/出相位标记] [精确标记]
  已持续:[days_started 换算后]
  [若 is_applying=true]  距离精确相位:[days_until_end 换算后]
  [若 is_applying=false] 距离离开容许度:[days_until_end 换算后]
  解读:[interpretation](若为空显示"无")

规则与月亮相位相同,区别在于行星名称来自 transit_planet 字段而非固定"月亮"。

示例(基于用户提供的JSON):

✨ 内行星相位
· **金星 对分相 本命太阳**(容许度:1.00°)(入相位)
  已持续:约 19 小时
  距离精确相位:约 19 小时
  解读:今天情感、关系、美感与自我、目标、生命力形成对立、平衡,注意情感平衡,避免过度要求或冲突。

· **金星 三分相 本命土星**(容许度:1.11°)(出相位)
  已持续:约 21 小时
  距离离开容许度:约 17 小时
  解读:今天情感、关系、美感与责任、限制、成熟形成和谐、顺畅,情感和谐,适合社交、享受美好事物和表达爱意。

· **火星 四分相 本命土星**(容许度:1.77°)(出相位)
  已持续:约 2.2 天
  距离离开容许度:约 7 小时
  解读:今天行动、冲动、能量与责任、限制、成熟形成挑战、冲突,注意控制冲动,避免急躁和冲突。

8. 结尾

用一句温暖的今日箴言收尾,结合当日月亮星座特点,风格温柔专业。


错误处理

如果 API 返回 error 字段,友好提示用户:

  • 401:API Key 无效或已失效,请前往 CelestChart 官网 https://xp.broad-intelli.com 用户中心检查。
  • 403:VIP 已过期,请续费后重试。
  • 其他:服务暂时不可用,请稍后再试。
安全使用建议
This skill appears to do what it says: it posts your birth data and API key to the CelestChart service and returns JSON for the agent to format. Before installing, verify you trust the endpoint (https://xp.broad-intelli.com) and that your CELESTCHART_API_KEY is legitimate. Be aware you are providing personal data (birth date/time and location), which is sensitive; only use this with services you trust and avoid reusing the same API key for other untrusted tools. If you want exact metadata alignment, add CELESTCHART_API_URL to the declared env list (it is optional in the script).
功能分析
Type: OpenClaw Skill Name: celestchart-daily Version: 1.0.0 The skill is designed to fetch personalized daily astrology forecasts from the CelestChart API. It uses a shell script (run.sh) to send user-provided birth information and an API key (stored in environment variables) to a legitimate external endpoint (xp.broad-intelli.com). The behavior is fully documented, aligns with the stated purpose, and contains no signs of malicious execution, obfuscation, or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name/description ask for personal daily astrology via CelestChart and the skill only requires curl plus an API key and detailed birth data — all of which are necessary and expected for generating personalized astrological forecasts.
Instruction Scope
SKILL.md and run.sh focus solely on calling the CelestChart endpoint and formatting results. Minor inconsistency: run.sh accepts an optional CELESTCHART_API_URL env var (to override the base URL) but that optional var is not listed in the declared requires.env — behavior is benign but slightly out-of-sync with metadata.
Install Mechanism
No install spec is provided (instruction-only with a small run.sh). The script only uses curl and does not download or execute unfamiliar artifacts, so installation risk is low.
Credentials
Requested environment variables are the API key and detailed birth information (year/month/day/hour/minute/longitude/latitude/timezone). These are appropriate and proportionate to producing a personalized astrology forecast; no unrelated credentials or secret variables are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent elevated presence or attempt to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install celestchart-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /celestchart-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
CelestChart Daily Skill v1.0.0 — 初始发布 - 支持通过 CelestChart API 获取每日个人星盘运势,包括月亮行运、情绪基调、今日重点和行星相位解读。 - 结果解读涵盖日期、月亮行运、情绪基调、今日重点、最佳时机、月亮相位、内行星相位等八个模块。 - 完整输出所有模块,字段缺失时自动补全为“无”或默认说明。 - 细致格式化和时间换算规则,便于理解相位信息。 - 丰富的错误处理:针对 API Key 失效、VIP 过期等情况有清晰提示。 - 配置简单,仅需填写生日信息与 API Key。
元数据
Slug celestchart-daily
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

celestchart-astrology-skills 是什么?

通过 CelestChart 星盘占星 API 获取每日个人星盘运势,包括月亮行运、情绪基调、今日重点和行星相位解读。需要 CelestChart VIP 账号和 API Key。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 232 次。

如何安装 celestchart-astrology-skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install celestchart-daily」即可一键安装,无需额外配置。

celestchart-astrology-skills 是免费的吗?

是的,celestchart-astrology-skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

celestchart-astrology-skills 支持哪些平台?

celestchart-astrology-skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 celestchart-astrology-skills?

由 maye(@maye08)开发并维护,当前版本 v1.0.0。

💬 留言讨论