sink

Manage short links via REST API with Bearer token authentication.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/tamaproject360/shorty --skill sink-tamaproject360
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sink
Source: https://github.com/tamaproject360/shorty/tree/main/skills/sink
Command: npx skills add https://github.com/tamaproject360/shorty --skill sink-tamaproject360

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sink short link API operations via OpenAPI. Use when managing short links: creating, querying, updating, deleting, listing, importing, or exporting links. Also covers AI-powered slug generation and link analytics.

Core Features & Use Cases

  • Create, query, update, delete, list, import, and export short links via REST API.
  • AI-powered slug generation and built-in analytics for link performance.
  • Secure token-based authentication and easy integration with Nuxt/site token setup.

Quick Start

Authenticate by providing a Bearer token and call the create link endpoint to shorten a URL.

Frequently Asked Questions about sink

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate short link management through a REST API?

You can automate short link management through a REST API by sending structured payloads to perform create, query, update, delete, and list operations. This approach requires Bearer token authentication to securely execute endpoint requests.

What is AI-powered slug generation for short links?

AI-powered slug generation automatically creates readable URL paths for your short links. When you submit a target URL to the API, it generates a custom slug without requiring manual text entry.

How do I use Bearer token authentication for link shortening APIs?

To use Bearer token authentication for link shortening APIs, include your secure token in the HTTP request headers. This validates your identity and permissions before allowing endpoint actions like creating or querying links.

Can I track link performance with built-in short link analytics?

Yes, you can track link performance using built-in short link analytics provided by the API. This feature allows you to monitor redirects and traffic data for your managed URLs directly within authenticated workflows.

Does the short link API support importing and exporting URLs?

Yes, the short link API supports importing and exporting URLs. You can bulk manage your links by using the API endpoints to transfer structured URL data in and out of your system.

What is the best way to integrate short link creation into my workflow?

The best way to integrate short link creation is to use a REST API with structured payloads for URLs and redirects. Connect this API into existing applications by authenticating requests with a secure Bearer token.