Clinkding - Linkding Bookmark Integration
v1.0.0Manage linkding bookmarks - save URLs, search, tag, organize, and retrieve your personal bookmark collection. Use when the user wants to save links, search bookmarks, manage tags, or organize their reading list.
⭐ 1· 2k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
Name, description, required binary (clinkding), and install methods (Homebrew / Go) align with a CLI wrapper for the linkding bookmark service. The homepage points to a matching GitHub repo, and the commands in SKILL.md are consistent with a bookmark-management CLI.
Instruction Scope
SKILL.md stays within the expected scope of managing bookmarks (create/list/update/delete tags, bundles, assets, etc.). It does instruct the agent to read/write the clinkding config (~/.config/clinkding/config.yaml), honor LINKDING_URL/LINKDING_TOKEN env vars, and to upload local files as assets — all expected for this tool, but worth noting because the agent may read local files or send conversation text as bookmark descriptions.
Install Mechanism
Install methods are Homebrew formula and Go module (building a Go binary). Both are standard and proportionate for a Go-based CLI; no arbitrary download URLs or extraction steps are present.
Credentials
Metadata declares no required environment variables or primary credential, but the SKILL.md explicitly documents LINKDING_URL and LINKDING_TOKEN and a config file containing a token. The skill will need an API token to contact a linkding instance; that credential is not declared in the registry metadata, which is an inconsistency users should verify before granting access.
Persistence & Privilege
Skill is not always-included and does not request elevated platform-wide privileges. The install creates a single CLI binary (expected). The skill does instruct writing/reading its own config file in the user's home (~/.config/clinkding), which is normal for a CLI but means the agent may store credentials there.
What to consider before installing
This skill is a CLI wrapper for the clinkding tool and is generally coherent with that purpose, but review these points before installing:
- The SKILL.md expects LINKDING_URL and LINKDING_TOKEN (or a config file at ~/.config/clinkding/config.yaml) even though the registry metadata lists no required env vars — confirm you will supply a token and understand where it will be stored.
- The agent may be instructed to upload local files (assets). Only allow the skill/agent to access files you are comfortable sending to your linkding instance.
- Verify the Homebrew formula / Go module source (the provided homepage repo) is the legitimate project you expect.
- Consider using a least-privilege API token for linkding (limited scope or a dedicated account) rather than a broad personal token.
If you prefer, ask the skill provider to update the registry metadata to declare LINKDING_TOKEN (and LINKDING_URL) so the credential requirements are explicit.Like a lobster shell, security has layers — review code before you run it.
latestvk979hb5435m3v4vte7f6h9h4gh7yqpj7
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🔖 Clawdis
Binsclinkding
Install
Install clinkding (Homebrew)
Bins: clinkding
brew install daveonkels/tap/clinkdingInstall clinkding (Go)
Bins: clinkding
go install github.com/daveonkels/clinkding@latest