Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

汲取百家所长的最强算命大师 - Zhouyi - Yijing - Zhanbu - Bagua - Xuanxue -Shushu - Witch - Fortune Teller _占卜_周易_易经_八卦_玄学_术数

v1.0.0

以《周易》本经原著为底,系统收集并逐一拆解市面上几乎所有可获取的同类 divination agents / skills / 程序, 汲取百家之长,取其精华,去其糟粕,最终打磨成这一套更准确、更完整、更好用的周易系统。它把同类产品里 最成熟的交互、百科式组织、起卦体验和规则呈现方式整合进来,同时去掉卦序错误、原...

0· 40·0 current·0 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 yixiao1032-publish/fortuneteller.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "汲取百家所长的最强算命大师 - Zhouyi - Yijing - Zhanbu - Bagua - Xuanxue -Shushu - Witch - Fortune Teller _占卜_周易_易经_八卦_玄学_术数" (yixiao1032-publish/fortuneteller) from ClawHub.
Skill page: https://clawhub.ai/yixiao1032-publish/fortuneteller
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: node
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 fortuneteller

ClawHub CLI

Package manager switcher

npx clawhub@latest install fortuneteller
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the code and SKILL.md: local I Ching data, lookup, casting, and a small 'encyclopedia' router. Required binary is only node, which is appropriate for the included JavaScript files. There are no unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md instructs running the included node and python scripts and opening the local index.html. Runtime instructions reference only local files (scripts, data, references) and test commands; they do not read environment variables, contact external endpoints, or instruct exfiltration of data.
Install Mechanism
There is no external install spec — the package is instruction-and-code-only and runs with an existing node runtime. All files are bundled locally; no remote downloads, URLs, or archive extraction occur in the provided scripts.
Credentials
No env vars, API keys, or credentials are required. The skill reads local data files included in the package (Project Gutenberg source text copy) which aligns with its purpose.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide configuration. disable-model-invocation is false (normal), so the usual autonomy controls apply.
Assessment
This skill appears to be a local, self-contained Zhouyi/I Ching tool: it bundles the canonical text, a JS CLI, a small web UI, and a Python data-builder. Key points to consider before installing: 1) It requires Node.js to run the CLI and tests — no cloud credentials or network installs are requested. 2) The source text is included (references/zhouyi-benjing-source.txt) and appears to be from Project Gutenberg; confirm you are comfortable with that license and local storage of the text. 3) The publish script and tests operate on local files (zipping, running node), so run the test suite locally (npm test / node tests/*) to verify behavior in your environment. 4) If you prefer to avoid any autonomous skill invocation by agents, you can disable model invocation for skills or not grant this skill automatic usage in your agent settings. Overall this package is internally consistent and matches its stated purpose; review and run the included tests locally if you want higher assurance.
tests/verify_cli.js:8
Shell command execution detected (child_process).
Patterns worth reviewing
These patterns may indicate risky behavior. Check the VirusTotal and OpenClaw results above for context-aware analysis before installing.

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

Runtime requirements

Clawdis
Binsnode
latestvk97f80zm79xaf912pa9h6cjm0h85n04f
40downloads
0stars
1versions
Updated 18h ago
v1.0.0
MIT-0

周易本经占筮

这是一个以《周易》本经为底座的技能包。它包含三部分能力:

  1. 起卦:三钱或蓍草起卦,按七种变爻规则取辞。
  2. 查卦:查六十四卦卦辞、爻辞、用九、用六。
  3. 路由:给出术数百科式总览,但只把周易本经模块当作已校验核心。

何时使用

当用户出现以下需求时,优先使用本技能:

  • “帮我起一卦”
  • “用周易看一下这件事”
  • “查乾卦/屯卦/某句卦辞”
  • “这个卦该看哪条爻辞”
  • “周易和六爻/梅花/八字有什么区别”
  • “我想看这个系统怎么用”

以下需求不要冒充已实现高精度:

  • 八字排盘
  • 奇门遁甲排盘
  • 紫微斗数排盘
  • 六爻纳甲断卦

这些内容目前只在 术数百科 中作为资料要求和边界说明存在。

默认工作流

1. 现场起卦

优先调用:

node scripts/zhouyi_cli.js cast --question "我是否该推进这次合作" --method coin --json

可选方法:

  • coin:三钱法,6/7/8/9 概率为 1/8、3/8、3/8、1/8
  • yarrow:蓍草概率模拟,6/7/8/9 概率为 1/16、5/16、7/16、3/16

如果需要复现结果,可带种子:

node scripts/zhouyi_cli.js cast --question "测试" --method coin --seed demo --json

2. 查某一卦

node scripts/zhouyi_cli.js lookup --name 乾 --json
node scripts/zhouyi_cli.js lookup --number 3 --json

3. 按关键词搜原文

node scripts/zhouyi_cli.js search --query "十年乃字" --json
node scripts/zhouyi_cli.js search --query "利涉大川" --json

4. 看术数百科路由

node scripts/zhouyi_cli.js catalog --json
node scripts/zhouyi_cli.js catalog --grade S --query 周易 --json

5. 打开内置网页

如果用户想要直接操作本地网页,打开根目录的 index.html 即可。网页包含:

  • 周易本经占筮界面
  • 六十四卦本经库
  • 术数百科导航
  • 近占记录

解读规则

调用 cast 后,按下列规则取辞:

  1. 六爻不变:用本卦卦辞。
  2. 一爻变:用该动爻爻辞。
  3. 二爻变:用两个动爻爻辞,以上爻为主。
  4. 三爻变:用本卦卦辞与变卦卦辞。
  5. 四爻变:用两个静爻爻辞,以下爻为主。
  6. 五爻变:用变卦中唯一静爻所对应的爻辞。
  7. 六爻皆变:乾用用九,坤用用六,其余用变卦卦辞。

输出原则

  1. 先交代本次取辞规则。
  2. 再引用本经原文。
  3. 最后给白话解释。
  4. 不把解释说成确定命令。
  5. 不用未校验体系污染周易本经结论。

参考资源

  • 产品与验证说明:references/README.md
  • 小白使用说明:references/user-guide-zh.md
  • 本经底本:references/zhouyi-benjing-source.txt

维护命令

重建本经数据:

python3 scripts/build_zhouyi_data.py

运行校验:

node tests/verify_zhouyi_system.js
node tests/verify_system_catalog.js
node tests/verify_cli.js

Comments

Loading comments...