Jump to related tools in the same category or review the original source on GitHub.

CLI Utilities @kesslerio Updated 2/26/2026

Shorten OpenClaw Skill - ClawHub

Do you want your AI agent to automate Shorten workflows? This free skill from ClawHub helps with cli utilities tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install shorten

Full SKILL.md

Open original
namedescription
shortenShorten URLs using is.gd (no auth required). Returns a permanent short link.

Shorten

Quickly shorten URLs using the is.gd service. No API key or account required.

Usage

/home/art/clawd/skills/shorten/shorten.sh "https://example.com/very/long/url"

Examples

Standard usage:

shorten "https://google.com"
# Output: https://is.gd/O5d2Xq

With custom alias (if supported by script extension later): Currently basic shortening only.

Notes

  • Links are permanent.
  • No analytics dashboard (simple redirect).
  • Rate limits apply (be reasonable).
Original URL: https://github.com/openclaw/skills/blob/main/skills/kesslerio/shorten

Related skills

If this matches your use case, these are close alternatives in the same category.