Agent Skills: URL Shortener Tool

使用各种服务缩短URL,并为短链接生成二维码。

UncategorizedID: aidotnet/moyucode/url-shortener

Install this agent skill to your local

pnpm dlx add-skill https://github.com/AIDotNet/MoYuCode/tree/HEAD/skills/tools/url-shortener

Skill Files

Browse the full folder contents for url-shortener.

Download Skill

Loading file tree…

skills/tools/url-shortener/SKILL.md

Skill Metadata

Name
url-shortener
Description
使用各种服务缩短URL,并为短链接生成二维码。

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: ✅