Joplin Cli

v0.1.0

Joplin 命令行操作(Shell 模式)。用于通过 CLI 创建、查看、编辑、同步笔记,适合脚本和自动化任务。

1· 479·0 current·0 all-time
byKGTAF@killgfat
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description state CLI operations for Joplin; the skill only requires the 'joplin' binary and the SKILL.md documents CLI commands and sync configuration. Requested artifacts (none) match expected needs for a CLI helper.
Instruction Scope
Instructions only tell the agent to run joplin commands (create/list/edit/sync/etc.). The docs reference Joplin config and data paths (~/.config/joplin) and show how to set sync passwords and endpoints; while that is expected for a sync-capable note tool, it means any agent run can operate on local notes and trigger sync to remote endpoints if invoked — expected but worth noting.
Install Mechanism
No install spec or external downloads are present (instruction-only). The INSTALL.md describes standard install options (npm, AUR) and references official sources; nothing in the skill writes code or fetches arbitrary archives.
Credentials
The skill declares no required environment variables or credentials. The documentation shows how users may configure sync credentials in Joplin itself, which is appropriate for the described functionality. There are no unrelated credential requests.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent system changes or modify other skills' configs. It simply allows the agent to run Joplin CLI commands when invoked.
Assessment
This skill is coherent: it simply documents and runs Joplin CLI commands and expects the 'joplin' binary to be present. Before installing/using it: 1) ensure the joplin binary on your system is the official/trusted build (npm or distro packages) because the skill will execute it; 2) be aware that any agent invocation will be able to read and modify your Joplin data (in ~/.config/joplin) and can run 'joplin sync' to send data to configured remote endpoints — only configure trusted sync targets and avoid placing high-value secrets in sync.password if you do not trust the agent; 3) this skill will not install Joplin for you, so install and verify the CLI yourself; 4) if you want to limit risk, run the skill in an environment with only the notes you want the agent to access or avoid giving it commands that configure new remote sync endpoints.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e44843arswce51mw358bwfd825fzw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsjoplin

Comments