liuyao-xueer

v1.0.1

雪儿六爻占卜技能。当用户提到「六爻」「占卜」「起卦」「解卦」「易经」「问卦」时激活。打开一个古风水墨界面,由玄猫雪儿为用户摇卦、解卦,支持接入大模型进行精准六爻解读。

1· 304·0 current·0 all-time
byClara Wang@clara-wang-2023
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (六爻占卜) match the delivered artifacts: a local HTML UI (assets/index.html) for shaking and interpreting hexagrams. The SKILL.md instructions and provided assets align with the stated purpose and do not request unrelated system access or credentials.
Instruction Scope
The runtime instructions tell the user to copy assets and open assets/index.html in a browser, then optionally enter an API Key, API endpoint, and model name in the page to call LLMs. This is appropriate for a client-side demo, but entering API keys into a webpage exposes those keys to whatever network requests the page makes — you should verify the page's network behavior before pasting secrets. I found no explicit instructions in SKILL.md to read unrelated files or system state.
Install Mechanism
No install spec is provided and the skill is instruction-only with static assets. Nothing will be written to disk by the platform; the user manually opens the local HTML file. This is the lowest-risk install model.
Credentials
The skill does not request environment variables, files, or system credentials. The only secret the user may provide is an API key inside the page UI, which is consistent with optional model integration. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill has no install-time persistent operations or requests to modify other skills or system settings. Agent autonomous invocation is allowed by default but is not combined with any privileged or persistent access here.
Assessment
This skill is a local browser UI for 六爻占卜 and appears coherent. Before entering any API key into the page, inspect the HTML/JS (assets/index.html) or open the page with your browser dev tools to observe outbound network calls. If you must provide a model API key, prefer using an ephemeral key with minimal permissions or a billing limit. You can also run the page offline (disconnect network) to use the provided offline/basic interpretation mode. If you are unsure about the page's network behavior, host it locally and review all fetch/XHR calls in DevTools to ensure your key is only sent to the intended model endpoint.

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

divinationvk972kaqb23fmyjvbjw711784kd82y2qqfortunevk972kaqb23fmyjvbjw711784kd82y2qqhexagramvk972kaqb23fmyjvbjw711784kd82y2qqichingvk972kaqb23fmyjvbjw711784kd82y2qqlatestvk972kaqb23fmyjvbjw711784kd82y2qq
304downloads
1stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

雪儿六爻占卜技能

激活时机

用户提到以下关键词时激活:

  • 六爻、占卜、起卦、解卦、易经、问卦、卜卦、卦象

使用方式

  1. assets/ 目录下的所有文件复制到同一文件夹
  2. 用浏览器打开 assets/index.html
  3. 用户在页面中:
    • 填写所问之事
    • 点击「摇卦」六次(每次摇一爻)
    • 六爻摇完后自动展示卦象并调用大模型解读

功能特色

  • 古风水墨界面,雪儿玄猫形象
  • 水墨枫叶翻转动效(正面彩色/反面灰色区分阴阳)
  • 开场书法手写动效
  • 云雾流动背景
  • 六爻轨迹记录
  • 支持接入 OpenAI / DeepSeek / Claude 等大模型流式解卦
  • 离线模式下提供基础卦义

大模型配置

页面内展开「大模型配置」填入:

  • API Key
  • 接口地址(默认 OpenAI,可替换 DeepSeek 等)
  • 模型名称

文件说明

文件说明
assets/index.html主页面(含全部逻辑)
assets/maple_front.png枫叶正面(水墨彩色,透明背景)
assets/maple_back.png枫叶背面(灰度,透明背景)
assets/雪儿头像.jpg雪儿头像图

Comments

Loading comments...