dub-links-api

Manage short links via Dub Links API /links endpoints with Bearer token authentication.

39|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ferminrp/agent-skills --skill dub-links-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dub-links-api
Source: https://github.com/ferminrp/agent-skills/tree/main/skills/dub-links-api
Command: npx skills add https://github.com/ferminrp/agent-skills --skill dub-links-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Integrates Dub Links API endpoints to create, update, delete, retrieve, list, count, and run bulk operations on short links for the authenticated workspace.

Core Features & Use Cases

  • Create, update, upsert, delete, retrieve, list, count, and bulk operations on /links endpoints.
  • Onboard and authenticate with a Bearer token; reference the local OpenAPI spec for validation and tooling.

Quick Start

Create a new short link in your workspace using a valid API key.

Frequently Asked Questions about dub-links-api

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

FAQPage Schema
How do I automate short link creation and management with the Dub API?

Automating short link management with the Dub API requires a Bearer token for workspace authentication. You can then create, update, delete, retrieve, and list links by validating inputs against the local OpenAPI spec to ensure correctly formatted requests and parsed responses.

Can I run bulk operations on short links using the Dub API?

Yes, you can run bulk operations on short links using the Dub API. The Skill supports upsert and bulk management tasks restricted to the /links endpoints, formatting bulk requests and parsing responses in accordance with the API definitions described in the OpenAPI spec.

What authentication do I need to interact with Dub short links endpoints?

You need a Bearer token, specifically a valid Dub API key, to authenticate workspace requests. This token authorizes all interactions with the /links endpoints, ensuring secure creation, retrieval, and deletion of short links.

Does the Dub API integration validate requests against an OpenAPI specification?

Yes, Dub API integration validates requests against a local OpenAPI specification file. This ensures inputs are correctly formatted, API definitions are followed, and error conventions described in the spec are properly parsed before executing short link operations.

What short link operations are supported on the Dub /links endpoints?

Supported short link operations on the Dub /links endpoints include creating, updating, deleting, retrieving, listing, counting, and upserting links. The integration formats each request type and parses responses according to the local OpenAPI spec definitions.