← Back to Skills Marketplace
441
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install remnote
Description
Search, read, and write RemNote notes and personal knowledge base content via `remnote-cli`. Use for note-taking, journaling, tags, and knowledge-base naviga...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install remnote - After installation, invoke the skill by name or use
/remnote - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 441 downloads so far.
How do I install RemNote Notes?
Run "/install remnote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RemNote Notes free?
Yes, RemNote Notes is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RemNote Notes support?
RemNote Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RemNote Notes?
It is built and maintained by robert7 (@robert7); the current version is v0.10.0.
More Skills