Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Create a Linkfuse affiliate short link from any URL. Trigger this skill when the user wants to create a Linkfuse link, shorten an affiliate URL, or says "/li...
Create a Linkfuse affiliate short link from any URL. Trigger this skill when the user wants to create a Linkfuse link, shorten an affiliate URL, or says "/li...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Creates an affiliate short link via the Linkfuse REST API โ same API used by the Chrome and Firefox extensions.
Use this skill when the user: Says /linkfuse [url] Asks to "create a Linkfuse link" for a URL Wants to shorten an affiliate/Amazon URL via Linkfuse
This skill reads the Bearer token exclusively from the LINKFUSE_TOKEN environment variable. If it is not set, tell the user: LINKFUSE_TOKEN is not set. Get your token from https://app.linkfuse.net/user/external-token and add it to your environment: export LINKFUSE_TOKEN=your_token_here Then retry. Do not proceed without a token.
If the user did not provide a URL, ask for one before proceeding.
node scripts/create-link.js --url "<url>" Exit 0: stdout contains JSON { "url": "...", "title": "..." } โ proceed to Step 3. Exit 2 (Unauthorized): Tell the user their LINKFUSE_TOKEN is invalid or expired and they should update it. Exit 1: Display the stderr error message to the user.
Show the user: โ Link created: <short-url> Title: <title> Offer to copy the short URL to the clipboard: echo -n "<short-url>" | xclip -selection clipboard 2>/dev/null || echo -n "<short-url>" | pbcopy 2>/dev/null || true
allowRecycle: true is sent with every request โ if the same URL was shortened before, the existing link is returned rather than creating a duplicate. The X-API-CLIENT: claude-skill header identifies this client to the server.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.