9.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.
Skill Snapshot
| name | shorten |
| description | Shorten URLs using is.gd (no auth required). Returns a permanent short link. OpenClaw Skills integration. |
| owner | kesslerio |
| repository | kesslerio/shorten |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @kesslerio/shorten |
| last updated | Feb 7, 2026 |
Maintainer

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