Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage Joplin notes, notebooks, and tags via Joplin Data API. Use when the user needs to create, read, update, delete, search, or organize Joplin notes progr...
Manage Joplin notes, notebooks, and tags via Joplin Data API. Use when the user needs to create, read, update, delete, search, or organize Joplin notes progr...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Manage Joplin notes, notebooks, and tags via Joplin Data API.
VariableRequiredDefaultDescriptionJOPLIN_BASE_URLNohttp://localhost:41184Joplin API URLJOPLIN_TOKENYes-API Token from Web Clipper
Open Joplin โ Tools โ Options โ Web Clipper Enable service and copy the token
python3 joplin.py ping
python3 joplin.py ping # Test connection python3 joplin.py create --title "Title" # Create note python3 joplin.py search "keyword" # Search python3 joplin.py list --type notes # List notes python3 joplin.py stats # Statistics
Import/Export restricted to workspace directory Sensitive system directories blocked
references/API.md - Full API reference references/CONFIGURATION.md - Configuration examples
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.