url-shortener_skill

This skill shortens URLs using is.gd with no auth, returning a permanent short link for easy sharing.
  • Python

2.5k

GitHub Stars

4

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill url-shortener

  • _meta.json281 B
  • package.json293 B
  • README.md657 B
  • SKILL.md506 B

Overview

This skill shortens URLs using the is.gd service and returns a permanent short link. No authentication, API key, or account is required. It provides a fast, minimal redirect link suitable when you only need a compact URL without analytics or tracking.

How this skill works

Provide a long URL to the skill and it calls the is.gd shortening endpoint to create a permanent short URL. The service responds immediately with a redirect link which the skill returns to you. Because is.gd offers simple redirects, there is no built-in analytics or dashboard—just the shortened address.

When to use it

  • Share long links in chat messages, tweets, or SMS where character count matters.
  • Create compact links for documentation, slides, or printed materials.
  • Quickly generate short links when you don't want to sign up for a shortening service.
  • Archive or backup collections of links with a consistent short URL format.
  • Replace unwieldy tracking URLs when you only need a direct redirect.

Best practices

  • Validate or percent-encode the input URL before sending it to the skill to avoid malformed links.
  • Avoid shortening sensitive or private links since is.gd links are permanent and publicly resolvable.
  • Respect rate limits—batch requests conservatively and add delays if automating many calls.
  • Store the returned short link alongside the original URL in your systems for easier management.
  • Use descriptive context around the short link so recipients understand destination content.

Example use cases

  • Shorten a documentation link before posting in a support chat to reduce visual clutter.
  • Create a compact conference slide link that attendees can type quickly on their phones.
  • Generate short links for social media announcements with strict character limits.
  • Back up a list of long URLs by storing both original and is.gd short links in an archive.
  • Swap long tracking URLs for simple redirects when analytics are not required.

FAQ

Yes—links created via is.gd are permanent redirects unless the service changes policies.

Do I need an account or API key?

No account or API key is required; the skill uses the public is.gd endpoint.

Is there analytics for clicks?

No—is.gd provides simple redirects without an analytics dashboard.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
url-shortener skill by openclaw/skills | VeilStrat