skills$openclaw/url-shorten
xejrax9.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

9.9k stars4.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameurl-shorten
descriptionShorten URLs via tinyurl or bitly API OpenClaw Skills integration.
ownerxejrax
repositoryxejrax/url-shorten
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xejrax/url-shorten
last updatedFeb 7, 2026

Maintainer

xejrax

xejrax

Maintains url-shorten in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
274 B
SKILL.md
677 B
SKILL.md

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.

README.md

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.