
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
openclaw-apple-notes
Advanced tools
OpenClaw plugin for Apple Notes - read, create, update, and delete notes via AppleScript
Read, create, update, and delete Apple Notes via AppleScript.
osascript)openclaw plugins install openclaw-apple-notes
This downloads the plugin from npm and extracts it to ~/.openclaw/extensions/apple-notes/.
Alternative: install from source
git clone https://github.com/androidStern/openclaw-apple-notes.git
openclaw plugins install ./openclaw-apple-notes
Add to ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"apple-notes": {
"enabled": true
}
}
}
}
Since these tools can modify data, they are registered as optional: true and must be explicitly allowed.
Add "apple-notes" to your sandbox tool allowlist in ~/.openclaw/openclaw.json:
{
"tools": {
"sandbox": {
"tools": {
"allow": ["group:runtime", "group:fs", "apple-notes"]
}
}
}
}
openclaw gateway restart
openclaw plugins list
# Should show: Apple Notes | apple-notes | loaded
| Tool | Description |
|---|---|
apple_notes_list | List all notes with ID, folder, and title |
apple_notes_read | Read note content (HTML) by ID |
apple_notes_create | Create a note in a folder with title and HTML body |
apple_notes_update | Update note content by ID |
apple_notes_delete | Delete a note by ID |
Use apple_notes_list to see all my notes
Read the note with ID "x-coredata://..." using apple_notes_read
Create a new note in "Notes" folder titled "Shopping List" with content "<h1>Shopping</h1><ul><li>Milk</li></ul>"
Update note ID "x-coredata://..." with new HTML content
<h1>, <p>, <ul>, <li>, <b>, <i>, etc.)x-coredata://...)osascript as a local subprocessoptional: true so they must be explicitly allowedMIT
FAQs
OpenClaw plugin for Apple Notes - read, create, update, and delete notes via AppleScript
The npm package openclaw-apple-notes receives a total of 13 weekly downloads. As such, openclaw-apple-notes popularity was classified as not popular.
We found that openclaw-apple-notes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.