Url Shortener — URL 缩短器
v1.0.0创建和管理带有自定义别名和跟踪功能的短URL。适用于用户需要缩短长URL、创建易记的自定义链接、跟踪点击统计等场景。
运行时依赖
安装命令
点击复制技能文档
URL Shortener
创建 and manage short URLs with custom aliases and 追踪ing.
Quick 启动 # 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 生成 QR code --qr-file PATH Save QR code to file --列出 列出 saved URLs --stats ALIAS Show 命令行工具ck statistics
Examples # Basic shortening python scripts/shorten.py https://github.com/OpenClaw/OpenClaw
# Custom alias python scripts/shorten.py https://example.com --alias mysite
# 生成 QR code python scripts/shorten.py https://example.com --qr
# 列出 saved URLs python scripts/shorten.py --列出
# Show stats python scripts/shorten.py --stats mysite
Features URL shortening Custom aliases QR code generation Local URL storage 命令行工具ck 追踪ing (simulated) 导出/导入 URLs