← 返回 Skills 市场
441
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install remnote
功能描述
Search, read, and write RemNote notes and personal knowledge base content via `remnote-cli`. Use for note-taking, journaling, tags, and knowledge-base naviga...
安全使用建议
This skill appears to be what it says: a wrapper around remnote-cli. Before installing, verify the remnote-cli npm package and its GitHub repo (maintainer, recent commits, issues) because npm packages run code on your machine and a global install affects PATH. Be aware remnote-cli interacts with the RemNote Automation Bridge and your open RemNote session, so it can read and (with your explicit confirm) modify your notes — only grant write permission when you trust the package. If you are cautious about autonomous agent behavior, keep the skill user-invocable (do not enable always:true) and consider disabling autonomous invocation or require explicit confirmation for writes in your agent policy.
功能分析
Type: OpenClaw Skill
Name: remnote
Version: 0.10.0
The skill provides a legitimate integration for RemNote using the `remnote-cli` tool. The instructions in `SKILL.md` are notably safety-conscious, explicitly forbidding shell command chaining (e.g., avoiding `&&`, `|`, `;`) to prevent injection vulnerabilities and requiring a specific 'confirm write' phrase for any mutating operations. The installation process via npm and the troubleshooting steps are consistent with the stated purpose, with no evidence of data exfiltration or malicious intent.
能力评估
Purpose & Capability
Name/description match the actual requirements: the skill is an adapter around the remnote-cli binary and the SKILL.md only instructs the agent to run remnote-cli commands. Requiring the remnote-cli binary (and offering an npm install for it) is proportional to the stated purpose.
Instruction Scope
Runtime instructions constrain the agent to run only remnote-cli commands, prefer read-only flows by default, and require explicit user confirmation ('confirm write') for mutating operations. The SKILL.md does not instruct reading unrelated files or environment variables outside of remnote-cli usage.
Install Mechanism
Install uses npm (npm install -g remnote-cli). This is expected for a CLI distributed via npm but carries the usual moderate risk associated with third-party npm packages (global install affects system PATH). The install does not fetch code from an untrusted URL or IP; it references the package name and a GitHub repo as homepage.
Credentials
No environment variables, config paths, or unrelated credentials are requested. The skill expects a RemNote browser/app session and the RemNote Automation Bridge plugin — these are reasonable for a tool that manipulates a user's RemNote content.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and is user-invocable. It does require running a long-lived remnote-cli daemon, which is appropriate for this use case.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install remnote - 安装完成后,直接呼叫该 Skill 的名称或使用
/remnote触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.10.0
Sync from remnote-cli v0.10.0
v0.8.0
Sync from remnote-cli v0.8.0
v0.7.0
Sync from remnote-cli v0.7.0
v0.6.0
Sync from remnote-cli v0.6.0
元数据
常见问题
RemNote Notes 是什么?
Search, read, and write RemNote notes and personal knowledge base content via `remnote-cli`. Use for note-taking, journaling, tags, and knowledge-base naviga... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 441 次。
如何安装 RemNote Notes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install remnote」即可一键安装,无需额外配置。
RemNote Notes 是免费的吗?
是的,RemNote Notes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
RemNote Notes 支持哪些平台?
RemNote Notes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RemNote Notes?
由 robert7(@robert7)开发并维护,当前版本 v0.10.0。
推荐 Skills