Shlink CLI

v1.0.0

Use this skill when the user wants to install, configure, or troubleshoot the Shlink CLI from GitHub and manage short URLs, tags, visits, domains, and health...

0· 165·0 current·0 all-time
byParin Lai@parinll
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
The skill's name, description, and required environment variables (SHLINK_BASE_URL, SHLINK_API_KEY) align with managing a Shlink CLI. However, the registry metadata listed 'no required binaries' while the SKILL.md metadata and install instructions require 'go' to build from source — this is an internal inconsistency in metadata.
Instruction Scope
SKILL.md only instructs cloning the specified GitHub repo, building with Go, optionally installing the binary, and using the CLI with the declared env vars. It does not ask the agent to read unrelated files, exfiltrate data, or contact endpoints outside the stated GitHub repo and the user's Shlink instance.
Install Mechanism
This is an instruction-only skill (no install spec). The suggested install is to git clone and go build from GitHub — a normal approach but carries the usual risk of running unreviewed code from a repository. There is no download from arbitrary URLs or use of an opaque installer, which is lower risk than arbitrary archives, but you should review the repository before building and installing.
Credentials
Only SHLINK_BASE_URL and SHLINK_API_KEY are required and SHLINK_API_KEY is declared as the primary credential — these are proportional and expected for a CLI that communicates with a Shlink instance. The SKILL.md uses only those env vars.
Persistence & Privilege
The skill does not request persistent/always-on presence and contains no instructions to modify other skills or global agent configuration. Requiring sudo for a global install is normal for placing a binary in /usr/local/bin and is optional in the instructions.
Assessment
This skill appears to do what it says: build and use the Shlink CLI and requires only your Shlink URL and API key. Before installing, review the GitHub repository source and commits (builds can execute arbitrary code), prefer official releases or prebuilt binaries if available, avoid pasting your full API key into shared logs or chat, and only run the optional 'sudo install' if you trust the built binary. Also note the small metadata mismatch (registry says no required binaries while SKILL.md requires Go) — ensure you have Go installed before following the instructions.

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

clivk9763j0hcpf4r9peggzg1aw1r582z545latestvk9763j0hcpf4r9peggzg1aw1r582z545shlinkvk9763j0hcpf4r9peggzg1aw1r582z545url-shortenervk9763j0hcpf4r9peggzg1aw1r582z545

License

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

Runtime requirements

EnvSHLINK_BASE_URL, SHLINK_API_KEY
Primary envSHLINK_API_KEY

Comments