ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

shorten

Shorten URLs using is.gd (no auth required). Returns a permanent short link.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/kesslerio/url-shortener
Or

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).

Metadata

Author@kesslerio
Stars1776
Views0
Updated2026-03-02
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-kesslerio-url-shortener": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.