← 返回
开发者工具 Key 中文

Joplin Api

Manage Joplin notes via REST API. Use for creating, reading, updating, deleting, or searching Joplin notes programmatically.
使用 REST API 管理 Joplin 笔记,支持创建、读取、更新、删除和搜索。
killgfat
开发者工具 clawhub v0.1.3 2 版本 100000 Key: 需要
★ 3
Stars
📥 1,057
下载
💾 12
安装
2
版本
#api#joplin#latest#notes#productivity#rest

概述

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

版本历史

共 2 个版本

  • v0.1.3 当前
    2026-03-29 09:26 安全 安全
  • v0.0.3
    2026-03-07 01:53

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,347
data-analysis

Pubmed Edirect

killgfat
使用NCBI EDirect命令行工具在PubMed中检索文献。⚠️ 高级技能,需手动安装。
★ 5 📥 3,184
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 671 📥 324,378