9.9k★by xejrax
url-shorten – OpenClaw Skill
url-shorten is an OpenClaw Skills integration for data analytics workflows. Shorten URLs via tinyurl or bitly API
Skill Snapshot
| name | url-shorten |
| description | Shorten URLs via tinyurl or bitly API OpenClaw Skills integration. |
| owner | xejrax |
| repository | xejrax/url-shorten |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @xejrax/url-shorten |
| last updated | Feb 7, 2026 |
Maintainer

name: url-shorten description: "Shorten URLs via tinyurl or bitly API" metadata: { "openclaw": { "emoji": "🔗", "requires": { "bins": ["curl"] }, "install": [], }, }
URL Shorten
Shorten URLs via tinyurl or bitly API. Requires BITLY_TOKEN env var for bitly; falls back to tinyurl if not set.
Commands
# Shorten a URL (uses tinyurl by default, bitly if BITLY_TOKEN is set)
url-shorten "https://example.com/very/long/path/to/resource"
Install
No installation needed. curl is always present on the system. Optionally set BITLY_TOKEN environment variable to use the bitly API instead of tinyurl.
No README available.
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 url-shorten?
Run openclaw add @xejrax/url-shorten in your terminal. This installs url-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/xejrax/url-shorten. Review commits and README documentation before installing.
