Install
openclaw skills install joplin-apiManage Joplin notes via REST API. Use for creating, reading, updating, deleting, or searching Joplin notes programmatically.
openclaw skills install joplin-apiManage Joplin notes, notebooks, and tags via Joplin Data API.
| Variable | Required | Default | Description |
|---|---|---|---|
JOPLIN_BASE_URL | No | http://localhost:41184 | Joplin API URL |
JOPLIN_TOKEN | Yes | - | API Token from Web Clipper |
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
references/API.md - Full API referencereferences/CONFIGURATION.md - Configuration examplesJOPLIN_BASE_URLoptional— Joplin Data API base URLJOPLIN_TOKENrequired— API Token from Joplin Web Clipper settingsJOPLIN_IMPORT_DIRoptional— Allowed directory for import operationsJOPLIN_EXPORT_DIRoptional— Allowed directory for export operations