url-shortener

Create and manage short URLs with custom aliases and tracking. Use when user needs to shorten long URLs, create memorable custom links, track click statistics, or generate QR codes for URLs.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "url-shortener" with this command: npx skills add dinghaibin/dinghaibin-url-shortener

URL Shortener

Create and manage short URLs with custom aliases and tracking.

Quick Start

# Shorten a URL
python scripts/shorten.py https://example.com/very/long/url

# Custom alias
python scripts/shorten.py https://example.com --alias mylink

Usage

python scripts/shorten.py URL [OPTIONS]

Options:
  --alias TEXT      Custom short alias
  --qr              Generate QR code
  --qr-file PATH   Save QR code to file
  --list           List saved URLs
  --stats ALIAS    Show click statistics

Examples

# Basic shortening
python scripts/shorten.py https://github.com/openclaw/openclaw

# Custom alias
python scripts/shorten.py https://example.com --alias mysite

# Generate QR code
python scripts/shorten.py https://example.com --qr

# List saved URLs
python scripts/shorten.py --list

# Show stats
python scripts/shorten.py --stats mysite

Features

  • URL shortening
  • Custom aliases
  • QR code generation
  • Local URL storage
  • Click tracking (simulated)
  • Export/import URLs

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Openclaw Version Bug Hunter

Query version-specific GitHub bug reports with quality assessment markers; agent combines output with user config for contextual upgrade evaluation.

Registry SourceRecently Updated
1390suidge
Coding

Gstack Orchestrate

Master orchestration skill that takes a gstack implementation plan and ships it via parallel Claude Code subagents in isolated git worktrees. Sits between /a...

Registry SourceRecently Updated
Coding

Codex Image Server

Use when a user wants to turn local Codex image_generation capability into a local HTTP image server for apps such as Photoshop plugins, design tools, or int...

Registry SourceRecently Updated
Coding

Istore Build Passwall

克隆 istoreos 仓库,创建 PassWall GitHub Actions 构建 workflow 并推送到指定 GitHub 仓库。触发词:构建 PassWall、istore-build-passwall、创建 PassWall workflow

Registry SourceRecently Updated