Zhouyi Divination

ReviewAudited by ClawScan on May 10, 2026.

Overview

This instruction-only divination skill is mostly coherent, but it mandates reading personal birth-chart data and automatically saving every report into an iCloud-synced folder without asking each time.

Install only if you are comfortable with the agent reading the specified personal birth-chart file and automatically saving every divination report to iCloud. Consider editing the skill to ask before saving, use a configurable local path, and avoid cloud storage for sensitive questions.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may write divination reports into the user's filesystem automatically, including cloud-synced locations, even if the user only wanted an on-screen answer.

Why it was flagged

The skill instructs the agent to create files automatically after every use, without waiting for a user request or confirmation.

Skill content
每次占卜完成后,必须立即自动保存,不需要用户要求。这是占卜流程的一部分,不是可选步骤。
Recommendation

Make saving opt-in or require explicit confirmation, and clearly show the destination path before writing files.

What this means

The skill may access sensitive personal profile information, such as birth data and derived fortune information, as part of normal use.

Why it was flagged

The skill expects the agent to read local personal birth information and a hardcoded chart file before performing divination.

Skill content
必须先从 USER.md 获取命主生日信息,再读取命主基础数据文件:`/Users/taisenzhuang/.openclaw/workspace/zhouyi-divination/mingzhu.md`
Recommendation

Disclose this local data access in metadata or setup instructions, use a configurable path, and ask the user before reading personal files.

What this means

Private questions, timing, advice, and fortune-analysis content may be saved and synced across devices without a separate consent step.

Why it was flagged

The skill requires persistent storage of user questions and divination reports in an iCloud-synced directory, which can retain and sync sensitive personal context.

Skill content
保存到iCloud归档目录:`~/Library/Mobile Documents/com~apple~CloudDocs/Documents/OpenClaw/报告/运势/` ... 文件内容:包含占卜时间、问题、卦象、八专家会诊结论、建议、注意事项。
Recommendation

Provide an opt-out, avoid cloud-synced storage by default, document retention behavior, and let the user choose what report content is saved.