URL Shortener

v1.0.0

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

1· 2.1k·12 current·12 all-time
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.

latestvk97302t2gr4y07pzm5nckcd3fh809jex
2.1kdownloads
1stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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).

Comments

Loading comments...