url-shortener

📁 aidotnet/moyucode 📅 Jan 28, 2026
4
总安装量
2
周安装量
#49681
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill url-shortener

Agent 安装分布

opencode 2
claude-code 2
cursor 2
mcpjam 1
zencoder 1

Skill 文档

URL Shortener Tool

Description

Shorten long URLs using various services and optionally generate QR codes for the shortened links.

Trigger

  • /shorten command
  • User needs to shorten URLs
  • User wants short links

Usage

# 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: âœ