← 返回 Skills 市场
Reflect Notes
作者
Sergiy Dybskiy
· GitHub ↗
· v1.0.0
2716
总下载
1
收藏
16
当前安装
1
版本数
在 OpenClaw 中安装
/install reflect
功能描述
Append to daily notes and create notes in Reflect. Use for capturing thoughts, todos, or syncing information to your knowledge graph.
安全使用建议
This skill's code and instructions match its stated purpose (writing to Reflect) and are not outright malicious, but the registry metadata is inconsistent: it fails to declare the required env vars (REFLECT_TOKEN, REFLECT_GRAPH_ID) and does not list required binaries (curl, jq). Before installing: (1) verify the skill owner/source and that you trust https://reflect.app; (2) be prepared to provide a Reflect access token and graph id and store them securely (use a scoped token if possible); (3) ensure jq and curl are available on the agent environment; (4) remember anything sent to the skill will be written (append-only) to your Reflect — avoid sending secrets you don't want stored there; (5) consider running the script manually first to confirm behavior and update the registry metadata or ask the publisher to correct the declared requirements.
功能分析
Type: OpenClaw Skill
Name: reflect
Version: 1.0.0
The skill bundle is benign. It provides a helper script (`scripts/reflect.sh`) and documentation (`SKILL.md`) for interacting with the Reflect API. All network calls are directed to `https://reflect.app`, and API tokens are securely handled via environment variables. The script uses `jq` for safe JSON payload construction, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The script and SKILL.md implement exactly what the name/description claim: appending to daily notes, creating notes, and saving links to reflect.app. However the skill registry metadata declares no required environment variables or binaries even though REFLECT_TOKEN and REFLECT_GRAPH_ID are clearly required at runtime — an inconsistency in the declared vs actual capabilities.
Instruction Scope
Runtime instructions are narrowly scoped to calling reflect.app API endpoints (append daily notes, create notes/links, list links/books/graphs). They do not instruct reading unrelated system files, nor do they exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only + helper script), which is low risk. The shipped shell script relies on curl and jq but the skill metadata did not declare those as required binaries — the missing declared dependency is an inconsistency to address (jq in particular may not be present on target systems).
Credentials
The required credentials (REFLECT_TOKEN and REFLECT_GRAPH_ID) are appropriate and proportional for writing to a Reflect graph. The problem is that the registry metadata lists none, so a user could install without realizing they must supply an access token; ensure these are set and stored securely. The SKILL.md's optional 1Password suggestion is benign but not enforced.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skills or system-wide configs. It can be invoked by the agent (normal), and will perform network writes to your Reflect account when given your token — a legitimate capability but remember autonomous agent invocation means the agent could write without manual approval if allowed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reflect - 安装完成后,直接呼叫该 Skill 的名称或使用
/reflect触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: append to daily notes, create notes, save links
元数据
常见问题
Reflect Notes 是什么?
Append to daily notes and create notes in Reflect. Use for capturing thoughts, todos, or syncing information to your knowledge graph. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2716 次。
如何安装 Reflect Notes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reflect」即可一键安装,无需额外配置。
Reflect Notes 是免费的吗?
是的,Reflect Notes 完全免费(开源免费),可自由下载、安装和使用。
Reflect Notes 支持哪些平台?
Reflect Notes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reflect Notes?
由 Sergiy Dybskiy(@sergical)开发并维护,当前版本 v1.0.0。
推荐 Skills