Overview
- Skill Key
- davek-dev/joplin
- Author
- davek-dev
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/davek-dev/joplin
- Latest Commit SHA
- 8c8639e0385446cb6d706e4b30531f21f065182b
Interact with Joplin notes via CLI. Use for reading, creating, editing notes and managing todos. Supports WebDAV sync and kanban-formatted notes.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 joplin 技能。 若已安装,则直接安装 joplin 技能。
# Joplin CLI Skill Use `joplin` CLI to interact with Joplin notes. ## ⚠️ Important: Use CLI, Not SQL **Always use the `joplin` CLI for editing notes.** Do not modify the SQLite database directly unless absolutely necessary. Direct database edits can cause sync conflicts and data loss. ## Setup If Joplin is not configured with WebDAV, configure it: ```bash joplin config sync.target 6 joplin config sync.6.path "https://your-webdav-server/path" joplin config sync.6.username "your-username" joplin config sync.6.password "your-password" joplin sync ``` ## Common Commands ### List Notebooks and Notes ```bash joplin ls # List notebooks joplin ls "Notebook Name" # List notes in a notebook joplin status # Show sync status and note counts joplin ls -l # List with IDs ``` ### Read Note ```bash joplin cat <note-id> # Display note content joplin cat "Note Title" # Also works with title joplin note <note-id> # Open note in editor ``` ### Create Note ```bash joplin mknote "Note Title" # Create note in default notebook joplin mknote "Note Title" --notebook "Notebook Name" joplin mkbook "New Notebook" # Create new notebook ``` **Tip:** Always ask the user which notebook to use. Use: - `joplin use` — shows current notebook - `joplin use "Notebook Name"` — switch to a notebook - `joplin ls` — see all notebooks ### Edit Note ```bash joplin edit --note <note-id> # Edit note in editor joplin set <note-id> title "New title" # Change note title ``` ### Delete Note ```bash joplin rmnote <note-id> # Delete note joplin rmbook "Notebook Name" # Delete notebook ``` ### Move Notes Between Notebooks ```bash joplin mv "Note Title" "Target Notebook" ``` ### Todos ```bash joplin todos # List all todos joplin todo <note-id> # Toggle todo status joplin done <note-id> # Mark as done joplin u...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.