← Back to Skills Marketplace
4548
Downloads
3
Stars
39
Active Installs
6
Versions
Install in OpenClaw
/install notes
Description
Let your agent write notes anywhere: local markdown, Apple Notes, Bear, Obsidian, Notion, Evernote, configurable per note type.
Usage Guidance
Install this if you want an agent-managed notes workflow. Keep routing local for sensitive content, choose explicit activation instead of broad automatic capture, protect API tokens with restrictive permissions, and require review before remote writes or any delete command.
Capability Analysis
Type: OpenClaw Skill
Name: notes
Version: 1.1.3
The skill bundle is well-documented and explicitly outlines a secure design, including instructions for the agent to seek user consent for external platform use and credential access. However, its core functionality relies heavily on executing shell commands (`touch`, `grep`, `memo`, `grizzly`, `clinote`, `obsidian-cli`, `curl`) with arguments derived from user input, as demonstrated in `local.md`, `apple-notes.md`, `bear.md`, `evernote.md`, `notion.md`, and `obsidian.md`. If the OpenClaw agent does not rigorously sanitize user-controlled input before constructing and executing these commands, it introduces significant shell injection vulnerabilities, which could lead to arbitrary code execution. While there is no evidence of intentional malicious behavior (e.g., unauthorized data exfiltration, backdoors, or prompt injection to bypass security), the pervasive use of shell commands with user input makes the skill suspicious due to the high risk of unintentional RCE vulnerabilities.
Capability Assessment
Purpose & Capability
The documented capabilities match the stated purpose: creating, formatting, searching, routing, and tracking notes across local markdown and optional note platforms.
Instruction Scope
The skill includes broad capture triggers and examples for write/delete operations, but setup asks the user to choose activation preferences and confirm platform routing before saving configuration.
Install Mechanism
There is no automatic installer; optional platform CLIs are user-installed via documented commands, with local markdown available by default.
Credentials
Default access is scoped to ~/notes/, while Notion and Evernote can send note content to cloud services when configured; this is disclosed, although endpoint wording around Evernote could be clearer.
Persistence & Privilege
The skill persistently creates ~/notes/, config, index, and actions files, and optional integrations may use local credential files or authenticated CLI sessions; these behaviors are purpose-aligned but require care.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install notes - After installation, invoke the skill by name or use
/notes - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.3
Security improvements - declared optional dependencies, added explicit Scope section, clarified credential handling
v1.1.2
Fixed YAML frontmatter (description now quoted), improved setup transparency
v1.1.1
Improved transparency in setup process, explicit file creation notifications, clearer platform configuration flow
v1.1.0
Added multi-platform support (Apple Notes, Bear, Obsidian, Notion), platform routing per note type, unified action tracking
v1.0.1
Added 7 note formats, action item tracking, memory storage with index
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Notes (Local, Apple, Notion, Obsidian & more)?
Let your agent write notes anywhere: local markdown, Apple Notes, Bear, Obsidian, Notion, Evernote, configurable per note type. It is an AI Agent Skill for Claude Code / OpenClaw, with 4548 downloads so far.
How do I install Notes (Local, Apple, Notion, Obsidian & more)?
Run "/install notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Notes (Local, Apple, Notion, Obsidian & more) free?
Yes, Notes (Local, Apple, Notion, Obsidian & more) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Notes (Local, Apple, Notion, Obsidian & more) support?
Notes (Local, Apple, Notion, Obsidian & more) is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Notes (Local, Apple, Notion, Obsidian & more)?
It is built and maintained by Iván (@ivangdavila); the current version is v1.1.3.
More Skills