Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @killgfat Updated 6/28/2026 1,146 downloads 3 stars Security: Pass

Joplin Api OpenClaw Plugin & Skill | ClawHub

Looking to integrate Joplin Api into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

Manage Joplin notes via REST API. Use for creating, reading, updating, deleting, or searching Joplin notes programmatically.

Install

ClawHub CLI
openclaw skills install @killgfat/joplin-api
Node.js (npx)
npx clawhub@latest install joplin-api

Full SKILL.md

Open original
Metadata table.
namedescriptionhomepage
joplin-apiManage Joplin notes via REST API. Use for creating, reading, updating, deleting, or searching Joplin notes programmatically.https://joplinapp.org/help/api/references/rest_api/

SKILL.md content below is scrollable.

Joplin API Skill

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


Environment Variables

Variable Required Default Description
JOPLIN_BASE_URL No http://localhost:41184 Joplin API URL
JOPLIN_TOKEN Yes - API Token from Web Clipper

Quick Start

1. Get API Token

  1. Open Joplin → ToolsOptionsWeb Clipper
  2. Enable service and copy the token

2. Test Connection

python3 joplin.py ping

Basic Commands

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
ClawHub Registry URL: https://clawhub.ai/killgfat/skills/joplin-api

Related skills

If this matches your use case, these are close alternatives in the same category.