← 返回 Skills 市场
Clairvoyance
作者
srmhrrm-hub
· GitHub ↗
· v1.0.5
· MIT-0
61
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install clairvoyance
功能描述
User-invoked insight system that reads local memory files (dream logs, daily notes, MEMORY.md) to surface hidden convergences, tensions, and forgotten thread...
使用说明 (SKILL.md)
Clairvoyance
Insight system based on memory pattern analysis.
What it does
Reads the user's own local memory files to find:
- Recurring themes across recent notes and dreams
- Tensions between stated goals and actual actions
- Convergences between projects or ideas
- Forgotten threads that keep surfacing
Data access (read-only, local only)
When the user explicitly requests a clairvoyance reading, the agent reads:
| Path | Purpose |
|---|---|
memory/.dreams/events.jsonl |
Recent dream/reflection events |
memory/.dreams/phase-signals.json |
Sleep phase signals |
memory/YYYY-MM-DD.md |
Daily notes from last 7-30 days |
MEMORY.md |
Long-term curated memory |
Important:
- Read-only. Nothing is written, modified, or transmitted externally.
- Local files only. No API calls, no cloud uploads.
- Triggered only by explicit user request. Never runs automatically.
When to use
- User asks "do a clairvoyance" or "what patterns do you see?"
- User explicitly requests a different perspective on their situation
- User asks to analyze their recent notes or dreams
How to respond
- Read the local memory files listed above
- Look for:
- Recurring themes — words, topics, or ideas that appear across multiple days
- Tensions — contradictions between goals and actions
- Convergences — separate projects/ideas moving toward the same point
- Forgotten threads — important things mentioned once then abandoned
- Repetitions — same mistakes or negative patterns
- Formulate suggestions indirectly:
- Never "You must..." or "You should..."
- Prefer "I notice that...", "A convergence emerges...", "The patterns suggest..."
- Ask open questions
- Offer metaphors when helpful
- Calibrate certainty:
- Strong: Clear pattern, multiple evidence points
- Moderate: Interesting indication, worth verifying
- Subtle: Dream-based intuition, suggest lightly
Output format
Use sections with emoji markers and certainty levels:
### 1. [Title] (certainty: strong/moderate/subtle)
[Observation based on data]
[Question or metaphor]
End with a closing metaphor if one fits naturally.
What NOT to do
- Do not run automatically or on heartbeat
- Do not write to any files
- Do not send data anywhere
- Do not claim absolute truth — suggest possibilities only
- Do not impose interpretations — invite reflection
安全使用建议
This skill appears to do what it says (read local memory files and summarize patterns) and requests no credentials or installs. Before installing: 1) Confirm where the agent will look for the 'memory' files (absolute vs. relative path) and whether it will be constrained to a single project directory. 2) Make sure the platform enforces that the skill runs only on explicit user request (or set disable-model-invocation if you want to prevent autonomous runs). 3) Consider testing in a safe environment first (copies of your memory files) to verify exactly which files are accessed and how outputs look. 4) Remember the skill's assurances (no external transmission) are textual instructions — the platform enforces actual behavior; treat the unknown source with caution and avoid granting any additional permissions or secrets.
功能分析
Type: OpenClaw Skill
Name: clairvoyance
Version: 1.0.5
The 'clairvoyance' skill is a set of instructions for an AI agent to perform pattern analysis on local text and JSONL files (e.g., MEMORY.md, dream logs). It contains no executable code and includes explicit safety constraints in SKILL.md that forbid external data transmission, file modification, or automated execution without user consent.
能力评估
Purpose & Capability
Name, description, and the files the skill reads are consistent: it only reads local memory files (dream logs, daily notes, MEMORY.md) and does not request credentials, binaries, or installs.
Instruction Scope
Instructions are narrowly scoped to specific paths and to read-only analysis, which matches the purpose. Two ambiguities worth noting: the SKILL.md does not clarify whether listed paths are relative to a working directory or absolute, and the date range ('last 7-30 days') is underspecified (how the agent selects the range). The instructions also rely on the agent obeying the 'explicit user request' rule — that constraint is descriptive, not enforced by any code here.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself, which minimizes install-time risk.
Credentials
No environment variables, credentials, or config paths are requested, which is proportionate to the described local-read analysis task.
Persistence & Privilege
The skill is not marked 'always: true' and is user-invocable, which aligns with the 'explicit user request' behavior. However, the platform default allows autonomous invocation (disable-model-invocation: false). While autonomous invocation alone is not flagged, combining it with access to sensitive personal files increases privacy risk if the platform or agent were to call the skill without explicit consent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clairvoyance - 安装完成后,直接呼叫该 Skill 的名称或使用
/clairvoyance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Addressed security audit: removed stale files, explicit data-access declarations, read-only local-only guarantees, user-invoked only
v1.0.4
Removed references folder to keep the skill clean and approachable
v1.0.3
Translated description to English for international ClawHub audience
v1.0.2
Simplified - removed CLI scripts, kept conceptual guide and references only
v1.0.1
Added missing find_patterns.py script for memory pattern analysis
v1.0.0
Initial release - dream-based insight system for OpenClaw active-memory
元数据
常见问题
Clairvoyance 是什么?
User-invoked insight system that reads local memory files (dream logs, daily notes, MEMORY.md) to surface hidden convergences, tensions, and forgotten thread... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。
如何安装 Clairvoyance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clairvoyance」即可一键安装,无需额外配置。
Clairvoyance 是免费的吗?
是的,Clairvoyance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clairvoyance 支持哪些平台?
Clairvoyance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clairvoyance?
由 srmhrrm-hub(@srmhrrm-hub)开发并维护,当前版本 v1.0.5。
推荐 Skills