跳至主要内容
小龙虾小龙虾AI
🤖

Joplin Api

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

下载259
星标2
版本0.1.3
general
安全通过
💬Prompt

技能说明


name: joplin-api description: Manage Joplin notes via REST API. Use for creating, reading, updating, deleting, or searching Joplin notes programmatically. allowed-tools: Bash(joplin-api:*) homepage: https://joplinapp.org/help/api/references/rest_api/ metadata: openclaw: requires: bins: [python3] install: - id: deps kind: pip package: requests python-dotenv label: Install Python dependencies env: - name: JOPLIN_BASE_URL required: false default: http://localhost:41184 description: Joplin Data API base URL - name: JOPLIN_TOKEN required: true description: API Token from Joplin Web Clipper settings - name: JOPLIN_IMPORT_DIR required: false default: /root/.openclaw/workspace description: Allowed directory for import operations - name: JOPLIN_EXPORT_DIR required: false default: /root/.openclaw/workspace description: Allowed directory for export operations

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

  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

如何使用「Joplin Api」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Joplin Api」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能