skills$openclaw/shorten
kesslerio9.3k

by kesslerio

shorten – OpenClaw Skill

shorten is an OpenClaw Skills integration for coding workflows. Shorten URLs using is.gd (no auth required). Returns a permanent short link.

9.3k stars7.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameshorten
descriptionShorten URLs using is.gd (no auth required). Returns a permanent short link. OpenClaw Skills integration.
ownerkesslerio
repositorykesslerio/shorten
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @kesslerio/shorten
last updatedFeb 7, 2026

Maintainer

kesslerio

kesslerio

Maintains shorten in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
_meta.json
269 B
package.json
286 B
README.md
638 B
shorten.sh
354 B
SKILL.md
638 B
SKILL.md

name: shorten description: Shorten 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).
README.md

name: shorten description: Shorten 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).

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install shorten?

Run openclaw add @kesslerio/shorten in your terminal. This installs shorten into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kesslerio/shorten. Review commits and README documentation before installing.