← Back to Skills Marketplace
sergical

Reflect Notes

by Sergiy Dybskiy · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2716
Downloads
1
Stars
16
Active Installs
1
Versions
Install in OpenClaw
/install reflect
Description
Append to daily notes and create notes in Reflect. Use for capturing thoughts, todos, or syncing information to your knowledge graph.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install reflect
  3. After installation, invoke the skill by name or use /reflect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: append to daily notes, create notes, save links
Metadata
Slug reflect
Version 1.0.0
License
All-time Installs 18
Active Installs 16
Total Versions 1
Frequently Asked Questions

What is Reflect Notes?

Append to daily notes and create notes in Reflect. Use for capturing thoughts, todos, or syncing information to your knowledge graph. It is an AI Agent Skill for Claude Code / OpenClaw, with 2716 downloads so far.

How do I install Reflect Notes?

Run "/install reflect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Reflect Notes free?

Yes, Reflect Notes is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Reflect Notes support?

Reflect Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Reflect Notes?

It is built and maintained by Sergiy Dybskiy (@sergical); the current version is v1.0.0.

💬 Comments