奇门遁甲排盘技能

v3.0.1

奇门遁甲排盘技能。支持阴阳遁、局数、八门九星八神落宫、断卦解盘自动化分析。

0· 192·1 current·1 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 dglijin-oss/qimen-pan-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "奇门遁甲排盘技能" (dglijin-oss/qimen-pan-skill) from ClawHub.
Skill page: https://clawhub.ai/dglijin-oss/qimen-pan-skill
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 qimen-pan-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install qimen-pan-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (奇门遁甲排盘) match the provided files and runtime instructions: the package contains Python implementations of lunar/calendar/jieqi/排盘 algorithms and a CLI. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs running local Python scripts (scripts/qimen_pan_v2.py). The visible code implements date/time, lunar and jieqi calculations, and formatting. The instructions do not ask the agent to read unrelated system files, network endpoints, or broad context beyond user-supplied date/city/question parameters.
Install Mechanism
No install spec; skill is instruction-only and contains bundled Python scripts. There are no download/install steps from external hosts in the metadata. Bundled code will be executed if the user runs the scripts locally.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code shown uses only local data structures and optional city→longitude mapping; nothing requests secrets or unrelated system credentials.
Persistence & Privilege
Skill metadata does not set always:true and does not request system-wide configuration changes. The included backup.sh writes backups under $HOME/.openclaw/skills/qimen-pan-skill which is limited to the skill's directory (file writes are local and explicit).
Assessment
This package looks coherent with its stated purpose: it provides local Python code to compute 奇门遁甲排盘 and a convenience backup script. Before running: (1) inspect the full scripts/qimen_pan_v2.py (the provided file is large and partially truncated here) to confirm there are no unexpected network calls or subprocess executions; (2) run in a sandbox or with a non-privileged account if you are unsure; (3) the backup.sh will create files under $HOME/.openclaw/skills/qimen-pan-skill/backup — confirm that path and permissions are acceptable; (4) ensure you use Python 3.8+ and review any third-party imports (this skill claims none). If you see any lines performing network I/O, environment reads, or exec/curl calls in the remainder of qimen_pan_v2.py, suspend installation and re-evaluate.

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

latestvk97fjm0tw39cycy9gcgrw98t49845vcp
192downloads
0stars
2versions
Updated 3w ago
v3.0.1
MIT-0

奇门遁甲排盘技能 v3.0.0

"奇门遁甲,帝王之学。"

功能

  • ✅ 精确农历转换(1900-2100 年)
  • ✅ 精确节气计算(天文算法)
  • ✅ 阴阳遁判断与局数计算
  • ✅ 四柱排盘
  • ✅ 值符值使推算
  • ✅ 九宫落位排布(八门/九星/八神)
  • ✅ 断卦解盘自动化分析
  • ✅ 用神选取规则细化
  • ✅ 吉凶量化评分(0-100)
  • ✅ 应期推算
  • ✅ 趋吉避凶建议

使用

python3 scripts/qimen_pan_v2.py --date "2026-03-18 15:00"
python3 scripts/qimen_pan_v2.py --date "2026-03-18 15:00" --question "财运"
python3 scripts/qimen_pan_v2.py --date "2026-03-18 15:00" --city "北京"

变更

v3.0.0: 81 格局判断、吉凶评分、应期推算、趋吉避凶建议 v2.0.1: 断卦自动化、用神选取、吉凶判断 v2.0.0: 精确农历、节气计算、真太阳时

Comments

Loading comments...