LaunchKit · 2026
Back to Skills

linkfuse

Create a Linkfuse affiliate short link from any URL.

0
466 downloads
by @oliverw

Setup & Installation

openclaw skills install @oliverw/linkfuse

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install linkfuse

Version History

v1.0.4Feb 19, 2026 - Version note by skill developer:

- Added an "emoji: 🧠" field under the "clawdbot" metadata section in SKILL.md. - No other changes to functionality or usage.

What This Skill Does

Converts any URL into a Linkfuse affiliate short link using the Linkfuse REST API. If the same URL was shortened before, it returns the existing link instead of creating a duplicate.

Runs the same API used by the official Chrome and Firefox extensions, so you get affiliate link creation directly in your workflow without switching to a browser.

When to use it

  • Shorten an Amazon affiliate URL before sharing
  • Convert a product link into a trackable affiliate link
  • Quickly generate a short link from a long referral URL
  • Retrieve an existing Linkfuse short link for a URL you've used before
  • Create affiliate links without opening the browser extension

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: /linkfuse https://www.amazon.com/dp/B08N5WRWNW

AGENT
  1. 1Read LINKFUSE_TOKEN from environment, halt and prompt user if missing
  2. 2Run node scripts/create-link.js --url with the provided URL
  3. 3Parse JSON response to extract short URL and title
  4. 4Display the short link and title to the user
  5. 5Offer to copy the short URL to the clipboard
OUTPUT

✓ Link created: https://lnkf.se/abc123 Title: Amazon Echo Dot (4th Gen)

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

LINKFUSE_TOKEN environment variable (Bearer token from https://app.linkfuse.net/user/external-token)Linkfuse account at https://www.linkfuse.net