url-shortener
v1.0.0Shorten URLs using is.gd (no auth required). Returns a permanent short link.
Installation
Please help me install the skill `url-shortener` from SkillHub official store.
npx skills add kesslerio/url-shortener
Shorten
Quickly shorten URLs using the is.gd service. No API key or account required.
Usage
shorten "https://example.com/very/long/url"
Examples
Standard usage:
shorten "https://google.com"
# Output: https://is.gd/O5d2Xq
Notes
- Links are permanent.
- No analytics dashboard (simple redirect).
- Rate limits apply (be reasonable).