← 返回 Skills 市场
makclaw

天樞黃道庫

作者 Mak · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tianshu-huangdao
功能描述
天枢黄道庫 — 傳統曆法·命理運勢·姓名起名。查黃道吉日(結婚/搬家/開業)、算運勢、取名測字。基於建除12神/28宿/64卦/五行/生肖數據。中英文觸發:黃曆、黄历、吉日、擇吉、運勢、取名、huangli、feng shui、fortune、chinese calendar、auspicious date。下載...
使用说明 (SKILL.md)

🏮 天樞黃道庫

傳統曆法·命理運勢·姓名起名

功能

一、黃曆擇吉 — Chinese Almanac

查某日的建除12神、28宿、64卦、宜忌、彭祖百忌。

JSON 數據路徑: data/huangli_rules.json

用法:讀入 JSON → 按 rules[日期] 查找 → 返回宜忌清單

二、命理運勢 — Fortune Telling

輸入出生日期和生肖,返回五行屬性 + 綜合/財運/事業/愛情運勢 + 幸運色/數字/方位。

JSON 數據路徑: data/zodiac.json + data/yijing.json + data/wuxing.json

用法:讀入 JSON → 按生肖查對應數據 → 按運勢模板組織輸出

三、姓名起名 — Chinese Name

輸入姓氏和性別,返回五行屬性 + 3個推薦名(含筆畫、五行、寓意)。

JSON 數據路徑: data/naming.json

用法:讀入 naming.json → 按姓氏五行篩選 → 五行互補排序 → 返回前3名

數據文件

文件 大小 內容
data/huangli_rules.json 31KB 建除12神、28宿、64卦、宜忌活動(29項)、吉神凶神、彭祖百忌、節氣
data/yijing.json 58KB 64卦完整卦辭、象辭、爻辭
data/zodiac.json 16KB 12生肖運勢、五行屬性、幸運色數字
data/wuxing.json 2KB 五行屬性速查
data/naming.json 41KB 223字名庫(筆畫/五行/寓意)+ 五格數理 + 三才配置

觸發詞

  • 中文:黃曆、黄历、吉日、良辰吉日、結婚吉日、搬家吉日、擇吉、今日運勢、生肖運勢、取名、起名、測名、五行、八字、卦
  • 英文:huangli, chinese almanac, auspicious date, feng shui, fortune, chinese zodiac, name meaning, chinese name, five elements, i-ching

安裝

openclaw skills install tianshu-huangdao

或下載後:

openclaw skills install /path/to/tianshu-huangdao

本地使用示例

// 讀取黃曆數據
const huangli = require('./data/huangli_rules.json');
const date = '2026-06-01';
const dayRules = huangli.rules[date];
// → 返回宜:嫁娶、動土;忌:訴訟;建除:除;28宿:亢

// 取名
const naming = require('./data/naming.json');
const surname = '張';
const gender = '女';
// → 返回五行屬性 + 推薦名
安全使用建议
Install if you want an offline traditional Chinese almanac, zodiac, five-elements, I-Ching, and naming helper. Be aware that broad fortune or feng shui wording may activate it on ambiguous requests, so ask for a different skill if the routing feels wrong.
能力评估
Purpose & Capability
The stated purpose is traditional calendar lookup, zodiac/fortune guidance, five-elements reference, I-Ching data, and Chinese name suggestions; the packaged artifacts match that purpose and consist of SKILL.md plus local JSON datasets.
Instruction Scope
The trigger list includes broad terms such as "fortune", "五行", and "卦", which could route some ambiguous user requests to this skill, but the resulting behavior is low impact and domain-aligned.
Install Mechanism
The install instructions use normal OpenClaw skill installation commands and do not request extra package installs, shell setup, credentials, services, or privileged access.
Credentials
Runtime guidance is limited to reading bundled local JSON data; no executable scripts, network calls, API keys, local indexing, or external data transmission were found.
Persistence & Privilege
There is no persistence beyond the installed skill files and no evidence of background workers, privilege escalation, account access, or mutation of user data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tianshu-huangdao
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tianshu-huangdao 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of 天枢黄道庫 (tianshu-huangdao): - Supports Chinese Almanac lookups: query auspicious dates, activities to do/avoid, 12 Day Officers, 28 Lunar Mansions, 64 I-Ching hexagrams. - Includes fortune-telling: input birth date and zodiac to get five-element attributes, lucky numbers/colors, and daily fortunes (career, wealth, love). - Offers Chinese name recommendations: enter surname and gender for 3 suggested given names with stroke count, five-element fit, and meanings. - Works offline; all data is local (no network required). - Multilingual trigger keywords: supports queries in both Chinese and English.
元数据
Slug tianshu-huangdao
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

天樞黃道庫 是什么?

天枢黄道庫 — 傳統曆法·命理運勢·姓名起名。查黃道吉日(結婚/搬家/開業)、算運勢、取名測字。基於建除12神/28宿/64卦/五行/生肖數據。中英文觸發:黃曆、黄历、吉日、擇吉、運勢、取名、huangli、feng shui、fortune、chinese calendar、auspicious date。下載... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。

如何安装 天樞黃道庫?

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

天樞黃道庫 是免费的吗?

是的,天樞黃道庫 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

天樞黃道庫 支持哪些平台?

天樞黃道庫 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 天樞黃道庫?

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

💬 留言讨论