← Back to Skills Marketplace
风水堪舆技能
by
dglijin-oss
· GitHub ↗
· v2.0.0
· MIT-0
177
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install fengshui-skill
Description
风水堪舆技能。支持八宅风水排盘、东四宅/西四宅判断、游年九星排布、方位吉凶分析,提供基础布局建议。
README (SKILL.md)
风水堪舆技能 v2.0.0
"风水者,藏风得水也。"
功能
- ✅ 八宅分类(东四宅/西四宅)
- ✅ 命卦计算(出生年份推算)
- ✅ 游年九星排布(伏位/生气/天医等)
- ✅ 方位吉凶分析
- ✅ 布局建议(门窗/卧室/厨房/卫生间)
- ✅ 煞气识别与化解
使用
python3 scripts/fengshui_pan.py --year 1990
python3 scripts/fengshui_pan.py --year 1990 --direction "坐北朝南"
变更
v2.0.0: 游年九星、布局建议、煞气化解
Usage Guidance
This package appears to implement the advertised Feng Shui calculations (in index.js) but the runtime instructions point to a missing Python script (scripts/fengshui_pan.py). Before installing or enabling: 1) ask the publisher for the correct runtime instructions or for the missing Python script; 2) inspect index.js yourself (it looks like local, pure computation code with no network calls) and confirm your platform will execute JS code rather than the referenced Python script; 3) run the skill first in an isolated/sandboxed environment; 4) avoid granting any credentials or extra permissions until provenance and the execution path are clarified. The mismatch is likely an oversight but could cause an agent to try to fetch or execute unexpected code — treat as suspicious until resolved.
Capability Analysis
Type: OpenClaw Skill
Name: fengshui-skill
Version: 2.0.0
The skill bundle provides legitimate Feng Shui calculation logic, including Eight Mansions (Ba Zhai) and Flying Stars (Xuan Kong Fei Xing) algorithms in index.js. The code is purely algorithmic, containing no network requests, file system access, or sensitive data handling. While SKILL.md references a Python script (scripts/fengshui_pan.py) not included in the provided files, the existing JavaScript implementation is transparent and lacks any indicators of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
The skill claims to provide Feng Shui analyses and the included index.js contains functions (命卦计算、九星排布、布局建议等) that implement that functionality — that part is coherent. However, SKILL.md usage examples instruct running python3 scripts/fengshui_pan.py, but no such Python script or scripts/ directory exists in the package. That discrepancy (JS implementation vs. Python usage instructions) is unexpected and unexplained.
Instruction Scope
SKILL.md gives a narrow, scoped runtime instruction (run a local Python script with --year and --direction). The problem: those instructions reference a file that does not exist in the bundle, so an agent following the SKILL.md would fail or try to compensate (e.g., search for/attempt to download the missing script). The instructions themselves do not ask for secret/env access or unrelated file reads, but the mismatch grants the agent broad discretion to resolve the missing artifact — a potential vector for unsafe behavior.
Install Mechanism
There is no install specification and no remote downloads. The skill is instruction-only plus a local index.js code file; nothing in the manifest indicates automatic fetching of external code or packages.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The included JavaScript code performs pure computations and contains no network calls, credentials usage, or references to external services.
Persistence & Privilege
The skill does not request always:true and has default invocation settings. There is no indication it modifies other skills or system-wide configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fengshui-skill - After installation, invoke the skill by name or use
/fengshui-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
八宅风水 + 游年九星 + 布局建议 + 煞气化解
v1.0.0
Initial release by 天工长老
Metadata
Frequently Asked Questions
What is 风水堪舆技能?
风水堪舆技能。支持八宅风水排盘、东四宅/西四宅判断、游年九星排布、方位吉凶分析,提供基础布局建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install 风水堪舆技能?
Run "/install fengshui-skill" 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 dglijin-oss (@dglijin-oss); the current version is v2.0.0.
More Skills