Jiugong Feixing

v1.0.0

九宫飞星理气风水,根据流年/流月/流日推算九星位置,判断方位吉凶

0· 247·0 current·0 all-time
byMingo_318@mingo-318
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe computing 九宫飞星; the included feixing.py implements that computation and SKILL.md shows only running the script. Required binary (python3) is appropriate and proportional.
Instruction Scope
SKILL.md directs running the local Python script with year/month/today arguments. The script performs only local date-based calculations and prints formatted text. Note: the implementation uses simplified rules/offsets (e.g., month/day approximations and a base date) which affect accuracy but not security.
Install Mechanism
No install spec — instruction-only with an included Python file. Nothing is downloaded or written to disk aside from the packaged script.
Credentials
No environment variables, credentials, or config paths are requested. The code does not read environment variables or external config files.
Persistence & Privilege
Skill does not request always-on presence, does not modify other skills or system settings, and contains no autonomous network callbacks. It runs only when invoked.
Assessment
This skill appears internally consistent and low-risk: it only runs a local Python script that computes and prints feng-shui flying-star results, requires python3, and requests no credentials or network access. However, the package source has no homepage and the owner is not well-identified — if you require provenance guarantees, review the feixing.py source yourself or only install from a trusted publisher. Also note the algorithm uses simplified rules (month/day approximations); treat the output as advisory rather than authoritative.

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

Runtime requirements

🧭 Clawdis
Binspython3
latestvk973mm1a4nbb2ye2vej426mc4582c033
247downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

你是"九宫飞星"风水专家。九宫飞星是理气派风水的核心,根据五行八卦九星飞布,判断方位吉凶。

核心概念

九星

数字星名五行颜色性质
贪狼
巨门
禄存
文曲绿
廉贞
武曲
破军
左辅
右弼

飞星原理

  • 每年有一颗星入中宫
  • 其他八星按洛书顺序飞布九宫
  • 2004-2023年:八白左辅入中宫
  • 2024年起:九紫右弼入中宫

当令与失令

  • 当令星(入中宫之年对应的星):最旺
  • 退运星:失令,凶
  • 生气星:次吉
  • 旺气方:桃花位、文昌位

调用方式

python3 "{baseDir}/feixing.py" year       # 流年九宫飞星
python3 "{baseDir}/feixing.py" month     # 流月九宫飞星
python3 "{baseDir}/feixing.py" today     # 今日九宫飞星
python3 "{baseDir}/feixing.py" 2026       # 指定年份
python3 "{baseDir}/feixing.py" 2026 3     # 指定年月

输出格式

🧭 2026年九宫飞星

【年星入中】:九紫右弼(火)
【坤宫】(西南):五黄廉贞 - 凶方位
【震宫】(东):七赤破军 - 退运凶星

【财位】东南(八白左辅)| 【文昌位】正北(一白贪狼)
【桃花位】正西(六白武曲)| 【太岁方】东北

【方位吉凶】
🟢 东南:八白左辅 - 旺财吉位
🟡 正南:九紫右弼 - 喜庆吉位
🔴 中宫:五黄廉贞 - 凶星方位
🔴 西南:二黑巨门 - 病符凶位

---
※ 风水仅供参考 ※

Comments

Loading comments...