Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST...
npx skills add rcantarelli11/shared-skills --skill "shorten"
Install specific skill from multi-skill repository
# Description
Shorten URLs using is.gd (no auth required). Returns a permanent short link.
# SKILL.md
name: shorten
description: Shorten URLs using is.gd (no auth required). Returns a permanent short link.
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).
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.