← Back to Skills Marketplace
liuyao-xueer
by
Clara Wang
· GitHub ↗
· v1.0.1
· MIT-0
351
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install liuyao-xueer
Description
雪儿六爻占卜技能。当用户提到「六爻」「占卜」「起卦」「解卦」「易经」「问卦」时激活。打开一个古风水墨界面,由玄猫雪儿为用户摇卦、解卦,支持接入大模型进行精准六爻解读。
README (SKILL.md)
雪儿六爻占卜技能
激活时机
用户提到以下关键词时激活:
- 六爻、占卜、起卦、解卦、易经、问卦、卜卦、卦象
使用方式
- 将
assets/目录下的所有文件复制到同一文件夹 - 用浏览器打开
assets/index.html - 用户在页面中:
- 填写所问之事
- 点击「摇卦」六次(每次摇一爻)
- 六爻摇完后自动展示卦象并调用大模型解读
功能特色
- 古风水墨界面,雪儿玄猫形象
- 水墨枫叶翻转动效(正面彩色/反面灰色区分阴阳)
- 开场书法手写动效
- 云雾流动背景
- 六爻轨迹记录
- 支持接入 OpenAI / DeepSeek / Claude 等大模型流式解卦
- 离线模式下提供基础卦义
大模型配置
页面内展开「大模型配置」填入:
- API Key
- 接口地址(默认 OpenAI,可替换 DeepSeek 等)
- 模型名称
文件说明
| 文件 | 说明 |
|---|---|
assets/index.html |
主页面(含全部逻辑) |
assets/maple_front.png |
枫叶正面(水墨彩色,透明背景) |
assets/maple_back.png |
枫叶背面(灰度,透明背景) |
assets/雪儿头像.jpg |
雪儿头像图 |
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: liuyao-xueer
Version: 1.0.1
The skill bundle provides a Liuyao (I Ching) divination tool with a stylized web interface and LLM integration. Analysis of 'assets/index.html' shows standard 'Bring Your Own Key' (BYOK) logic where the user-provided API key is sent only to the user-defined endpoint (defaulting to OpenAI). There is no evidence of data exfiltration, malicious prompt injection, or unauthorized execution. A minor developer oversight exists in 'assets/index.html' where hardcoded local file paths (e.g., '/Users/apple/Documents/...') are used for images, which results in broken images for the user but poses no security risk.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install liuyao-xueer - After installation, invoke the skill by name or use
/liuyao-xueer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Updated thumbnail
v1.0.0
First release: Chinese ink-wash style divination UI with Xueer the black cat, maple leaf flip animation, six-line hexagram casting, and LLM-powered interpretation
Metadata
Frequently Asked Questions
What is liuyao-xueer?
雪儿六爻占卜技能。当用户提到「六爻」「占卜」「起卦」「解卦」「易经」「问卦」时激活。打开一个古风水墨界面,由玄猫雪儿为用户摇卦、解卦,支持接入大模型进行精准六爻解读。 It is an AI Agent Skill for Claude Code / OpenClaw, with 351 downloads so far.
How do I install liuyao-xueer?
Run "/install liuyao-xueer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is liuyao-xueer free?
Yes, liuyao-xueer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does liuyao-xueer support?
liuyao-xueer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created liuyao-xueer?
It is built and maintained by Clara Wang (@clara-wang-2023); the current version is v1.0.1.
More Skills