Agent skill
url-shortener
使用各种服务缩短URL,并为短链接生成二维码。
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/url-shortener
Metadata
Additional technical details for this skill
- short description
- 缩短URL
SKILL.md
URL Shortener Tool
Description
Shorten long URLs using various services and optionally generate QR codes for the shortened links.
Trigger
/shortencommand- User needs to shorten URLs
- User wants short links
Usage
bash
# Shorten URL
python scripts/url_shortener.py "https://example.com/very/long/path"
# Shorten with specific service
python scripts/url_shortener.py "https://example.com" --service tinyurl
# Generate QR code for shortened URL
python scripts/url_shortener.py "https://example.com" --qr --output qr.png
Tags
url, shortener, link, tinyurl, qr
Compatibility
- Codex: ✅
- Claude Code: ✅
Didn't find tool you were looking for?