URL Shortener

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

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 1.8k · 9 current installs · 9 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description (shorten via is.gd) align with what the skill requires: no env vars, no installs, no code. Nothing requested appears unrelated to a URL shortener.
Instruction Scope
SKILL.md describes usage and examples but is purely documentation — it does not include explicit runtime commands (e.g., curl/HTTP call) or code. This is not a security risk itself, but it leaves implementation details to the platform/agent.
Install Mechanism
No install spec or code is included (instruction-only), so nothing will be written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths are requested — appropriate for a public, no-auth URL shortener.
Persistence & Privilege
No elevated privileges requested and no 'always' or disable-model-invocation flags set; the skill does not demand persistent presence or special invocation privileges.
Assessment
This skill is essentially documentation for using is.gd and does not request credentials or install code. Before installing, confirm how your agent/platform will actually perform the HTTP call (network access is required to call is.gd) and whether outbound network restrictions prevent contacting external services or internal-address shortening. Be aware that URL shorteners can obscure destinations — avoid using them for sensitive links and verify rate limits/abuse policies if you plan automated mass shortening.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97302t2gr4y07pzm5nckcd3fh809jex

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Shorten

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

Usage

shorten "https://example.com/very/long/url"

Examples

Standard usage:

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

Notes

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

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…