Shorten URLs using is.gd (no auth required). Returns a permanent short link.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill url-shortener --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Url Shortener?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-url-shortener)More formats (shields.io, HTML) on the badges page.
---
name: shorten
description: Shorten URLs using is.gd (no auth required). Returns a permanent short link.
---
# Shorten
Quickly shorten URLs using the [is.gd](https://is.gd) service. No API key or account required.
## Usage
```bash
shorten "https://example.com/very/long/url"
```
## Examples
**Standard usage:**
```bash
shorten "https://google.com"
# Output: https://is.gd/O5d2Xq
```
## Notes
- Links are permanent.
- No analytics dashboard (simple redirect).
- Rate limits apply (be reasonable).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!