Tools/link
URL Shortener

URL Shortener

Active

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

2 tools

Turn a long URL into a short, expiring redirect link and track its click count.

Sharingurlshortenerredirectlinktracking

Tools (2)

Create a short, expiring redirect link to a public http(s) URL.

Free

Example prompts

  • Shorten this link
  • Make a short URL that expires in a week

Parameters

urlstringrequired

Destination URL (http/https).

ttl_hoursintegeroptionaldefault: 8760

How long the link works (max 1 year).

API Usage

curl -X POST "https://skill.askfaro.com/skills/link/run" \
  -H "Authorization: Bearer faro_<your_key>" \
  -H "Content-Type: application/json" \
  -d '{
  "intent": {
    "prompt": "Shorten this link"
  }
}'

CLI Usage

askfaro describe link/links.shorten

Install pip install askfaro-cli, then askfaro auth login.

Get the click count and expiry for a short link you created. Free.

Free

Example prompts

  • How many clicks did my short link get?

Parameters

codestringrequired

API Usage

curl -X POST "https://skill.askfaro.com/skills/link/run" \
  -H "Authorization: Bearer faro_<your_key>" \
  -H "Content-Type: application/json" \
  -d '{
  "intent": {
    "prompt": "How many clicks did my short link get?"
  }
}'

CLI Usage

askfaro describe link/links.stats

Install pip install askfaro-cli, then askfaro auth login.