← Back to Skills Marketplace
makclaw

天樞黃道庫

by Mak · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tianshu-huangdao
Description
天枢黄道庫 — 傳統曆法·命理運勢·姓名起名。查黃道吉日(結婚/搬家/開業)、算運勢、取名測字。基於建除12神/28宿/64卦/五行/生肖數據。中英文觸發:黃曆、黄历、吉日、擇吉、運勢、取名、huangli、feng shui、fortune、chinese calendar、auspicious date。下載...
README (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 = '女';
// → 返回五行屬性 + 推薦名
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tianshu-huangdao
  3. After installation, invoke the skill by name or use /tianshu-huangdao
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tianshu-huangdao
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 天樞黃道庫?

天枢黄道庫 — 傳統曆法·命理運勢·姓名起名。查黃道吉日(結婚/搬家/開業)、算運勢、取名測字。基於建除12神/28宿/64卦/五行/生肖數據。中英文觸發:黃曆、黄历、吉日、擇吉、運勢、取名、huangli、feng shui、fortune、chinese calendar、auspicious date。下載... It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install 天樞黃道庫?

Run "/install tianshu-huangdao" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 天樞黃道庫 free?

Yes, 天樞黃道庫 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 天樞黃道庫 support?

天樞黃道庫 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 天樞黃道庫?

It is built and maintained by Mak (@makclaw); the current version is v1.0.0.

💬 Comments