← 返回 Skills 市场
dglijin-oss

风水堪舆技能

作者 dglijin-oss · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ⚠ suspicious
177
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install fengshui-skill
功能描述
风水堪舆技能。支持八宅风水排盘、东四宅/西四宅判断、游年九星排布、方位吉凶分析,提供基础布局建议。
使用说明 (SKILL.md)

风水堪舆技能 v2.0.0

"风水者,藏风得水也。"

功能

  • ✅ 八宅分类(东四宅/西四宅)
  • ✅ 命卦计算(出生年份推算)
  • ✅ 游年九星排布(伏位/生气/天医等)
  • ✅ 方位吉凶分析
  • ✅ 布局建议(门窗/卧室/厨房/卫生间)
  • ✅ 煞气识别与化解

使用

python3 scripts/fengshui_pan.py --year 1990
python3 scripts/fengshui_pan.py --year 1990 --direction "坐北朝南"

变更

v2.0.0: 游年九星、布局建议、煞气化解

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fengshui-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fengshui-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
八宅风水 + 游年九星 + 布局建议 + 煞气化解
v1.0.0
Initial release by 天工长老
元数据
Slug fengshui-skill
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

风水堪舆技能 是什么?

风水堪舆技能。支持八宅风水排盘、东四宅/西四宅判断、游年九星排布、方位吉凶分析,提供基础布局建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 177 次。

如何安装 风水堪舆技能?

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

风水堪舆技能 是免费的吗?

是的,风水堪舆技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

风水堪舆技能 支持哪些平台?

风水堪舆技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 风水堪舆技能?

由 dglijin-oss(@dglijin-oss)开发并维护,当前版本 v2.0.0。

💬 留言讨论