✓ Verified 💻 Development ✓ Enhanced Data

Joplin Api

Manage Joplin notes, notebooks, and tags via Joplin Data API.

Rating
4.4 (125 reviews)
Downloads
3,059 downloads
Version
1.0.0

Overview

Manage Joplin notes, notebooks, and tags via Joplin Data API.

Complete Documentation

View Source →

Joplin API Skill

Manage Joplin notes, notebooks, and tags via Joplin Data API.


Environment Variables

VariableRequiredDefaultDescription
JOPLIN_BASE_URLNohttp://localhost:41184Joplin API URL
JOPLIN_TOKENYes-API Token from Web Clipper

Quick Start

1. Get API Token

  • Open Joplin → ToolsOptionsWeb Clipper
  • Enable service and copy the token

2. Test Connection

bash
python3 joplin.py ping


Basic Commands

bash
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


Security

  • Import/Export restricted to workspace directory
  • Sensitive system directories blocked

Documentation

  • references/API.md - Full API reference
  • references/CONFIGURATION.md - Configuration examples

Installation

Terminal bash

openclaw install joplin-api
    
Copied!

💻Code Examples

python3 joplin.py ping

python3-joplinpy-ping.txt
---

## Basic Commands
example.sh
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

Tags

#devops_and-cloud #api #data

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author killgfat
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install joplin-api