← All skills

URL Shortener

Free

Your agent can't make a short, trackable link; this shortens a URL and counts its clicks.

Sharing

Shorten any URL to a compact shareable link, with an optional expiry. Once shared, check how many times the link has been clicked. Useful for sharing long URLs cleanly in messages, emails, or documents.

Use when

You need a short link to share, or the click count for one you made.

Not for

Hosting a file or page (use the file share or pastebin).

What you can do

Each is a sub-skill of URL Shortener; the router picks the right one for your request.

What you get back

information

Run it

Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.

curl -X POST "https://skill.askfaro.com/skills/link/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"Shorten this URL for me."}}'

Example requests

  • Shorten this URL for me.
  • How many times has my short link been clicked?