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.
You need a short link to share, or the click count for one you made.
Hosting a file or page (use the file share or pastebin).
Each is a sub-skill of URL Shortener; the router picks the right one for your request.
information
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