# Url Shortener Openclaw Skill

> Shorten

- Skill: `kesslerio/url-shortener-openclaw-skill` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add kesslerio/url-shortener-openclaw-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kesslerio/url-shortener-openclaw-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kesslerio (https://skillmd.com/u/kesslerio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kesslerio/url-shortener-openclaw-skill

---


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

