← 返回 Skills 市场
Reflect
作者
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
127
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install reflect-integration
功能描述
Reflect integration. Manage data, records, and automate workflows. Use when the user wants to interact with Reflect data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reflect-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/reflect-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Reflect 是什么?
Reflect integration. Manage data, records, and automate workflows. Use when the user wants to interact with Reflect data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Reflect?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reflect-integration」即可一键安装,无需额外配置。
Reflect 是免费的吗?
是的,Reflect 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Reflect 支持哪些平台?
Reflect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reflect?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。
推荐 Skills