zurl

Installation
SKILL.md

Zurl Short Link Management

Manage short URLs via the Zurl service API.

Execution Rule

Run the user's requested command directly without pre-checking dependencies, environment variables, or configuration. If something is wrong, the script will fail with a clear error — check and fix only then.

Important Rules

  1. API URL from env var onlyZURL_APIURL must be set; never hardcode the API address.
  2. Auto-generate short code — When the user asks to shorten a URL without specifying a code, the script auto-generates a 4-character random code (letters + digits).
  3. No title on creation — Pass empty string "" for title on new short links so Zurl auto-fetches the page title. Do NOT fill in a title yourself.
  4. Display all domains — After creating/updating a short link, always show all configured display domains (from ZURL_DISPLAY_URLS; the script's short_links field contains the full URLs).
  5. QR code domain — If generating a QR code, use the first domain from ZURL_DISPLAY_URLS as the QR content (unless the user specifies one).

Environment Variables

Installs
42
Repository
wmy2981/skills
GitHub Stars
1
First Seen
Aug 8, 2026
zurl — wmy2981/skills