Skillquality 0.45

short-url

Create short URLs via AceDataCloud API. Use when generating shortened links for sharing, or batch-creating multiple short URLs at once. Supports custom slugs and expiration.

Price
free
Protocol
skill
Verified
no

What it does

Short URL Service

Create short URLs through AceDataCloud's URL shortening API.

Setup: See authentication for token setup.

Quick Start

curl -X POST https://api.acedata.cloud/shorturl \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"content": "https://example.com/very-long-url-path?with=params"}'

Workflows

1. Create a Short URL

POST /shorturl
{
  "content": "https://example.com/article/2024/awesome-content"
}

Response:

{
  "data": {
    "url": "https://suro.id/abc123"
  },
  "success": true
}

Parameters

ParameterRequiredDescription
contentYesThe original long URL to shorten

Gotchas

  • Short URLs use the suro.id domain
  • Results are returned synchronously — no task polling needed
  • The content field must be a valid URL to shorten

MCP: pip install mcp-shorturl | Hosted: https://short-url.mcp.acedata.cloud/mcp | See all MCP servers

Capabilities

skillsource-acedatacloudskill-short-urltopic-acedata-cloudtopic-agent-skillstopic-agentskillstopic-ai-imagetopic-ai-musictopic-ai-toolstopic-ai-videotopic-claude-codetopic-cursortopic-gemini-clitopic-github-copilottopic-mcp

Install

Installnpx skills add AceDataCloud/Skills
Transportskills-sh
Protocolskill

Quality

0.45/ 1.00

deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 7 github stars · SKILL.md body (1,103 chars)

Provenance

Indexed fromgithub
Enriched2026-05-18 19:14:03Z · deterministic:skill-github:v1 · v1
First seen2026-05-18
Last seen2026-05-18

Agent access