← Back to Skills Marketplace
Reflect
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
127
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install reflect-integration
Description
Reflect integration. Manage data, records, and automate workflows. Use when the user wants to interact with Reflect data.
Usage Guidance
Before installing: (1) Confirm you are willing to let an npm package (@membranehq/cli) be installed globally on your machine — review the package and its publisher. (2) Ask the skill author/registry to declare required binaries (npm, npx) in the metadata so the registry matches the instructions. (3) When using the headless auth flow, only paste the one-time code shown in the browser; never paste API keys or other secrets. (4) Verify the Membrane service (getmembrane.com / @membranehq) and the GitHub repo referenced to ensure you trust the intermediary handling your Reflect credentials. (5) Consider running the CLI in an isolated environment (container/VM) if you are concerned about installing global packages.
Capability Analysis
Type: OpenClaw Skill
Name: reflect-integration
Version: 1.0.1
The skill bundle provides instructions for an AI agent to interact with the Reflect note-taking application via the Membrane CLI. It follows security best practices by delegating credential management to the Membrane platform and explicitly instructs the agent not to handle raw API keys. The use of the `@membranehq/cli` npm package and the associated commands in SKILL.md are consistent with the stated purpose of the integration.
Capability Assessment
Purpose & Capability
The skill's name and description (Reflect integration) align with the instructions to use the Membrane CLI and create a Reflect connection. However, the metadata declares no required binaries while the SKILL.md explicitly requires npm/npx and the @membranehq/cli; this is an inconsistency that should have been declared in the registry metadata.
Instruction Scope
Instructions focus on installing and using the Membrane CLI, authenticating, creating a connection, discovering and running actions. They do not instruct the agent to read unrelated files, request unrelated credentials, or exfiltrate data. The headless auth flow requires a user to copy/paste a code — a normal pattern but one you should treat like any auth step (don't paste other secrets).
Install Mechanism
The SKILL.md recommends 'npm install -g @membranehq/cli@latest' and also suggests using 'npx'. Installing from the public npm registry is a commonly used mechanism (moderate risk). There is no download from unknown hosts, but the global npm install means code will be written to the user's system; users should verify the @membranehq package and trust the publisher.
Credentials
The skill declares no environment variables or credentials and explicitly advises not to ask users for API keys, relying instead on Membrane-managed auth. That is proportional for an integration that delegates auth to a third party.
Persistence & Privilege
The skill is not always-on and does not request persistent system-wide privileges. It's instruction-only and does not modify other skills or system configs according to the provided content.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reflect-integration - After installation, invoke the skill by name or use
/reflect-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Reflect?
Reflect integration. Manage data, records, and automate workflows. Use when the user wants to interact with Reflect data. It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Reflect?
Run "/install reflect-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Reflect free?
Yes, Reflect is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Reflect support?
Reflect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Reflect?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills