Awesome-openclaw-skills shorten

Shorten URLs using is.gd (no auth required). Returns a permanent short link.

install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/shorten" ~/.claude/skills/sundial-org-awesome-openclaw-skills-shorten && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/shorten" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-shorten && rm -rf "$T"
manifest: skills/shorten/SKILL.md
source content

Shorten

Quickly shorten URLs using the is.gd service. No API key or account required.

Usage

/home/art/clawd/skills/shorten/shorten.sh "https://example.com/very/long/url"

Examples

Standard usage:

shorten "https://google.com"
# Output: https://is.gd/O5d2Xq

With custom alias (if supported by script extension later): Currently basic shortening only.

Notes

  • Links are permanent.
  • No analytics dashboard (simple redirect).
  • Rate limits apply (be reasonable).