url-cleaner

Removes tracking parameters from URLs to produce clean short links.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/Lucien-1127/strata-skill --skill url-cleaner-lucien-1127
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: url-cleaner
Source: https://github.com/Lucien-1127/strata-skill/tree/main/url-cleaner
Command: npx skills add https://github.com/Lucien-1127/strata-skill --skill url-cleaner-lucien-1127

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long URLs pasted from social media, email campaigns, or analytics tools carry tracking parameters like utm_source, fbclid, and gclid that clutter links and leak referral context. This Skill automatically strips those parameters and returns a clean, shareable URL. ## Core Features & Use Cases - Tracking Parameter Removal: Strips UTM parameters (utm_source, utm_medium, utm_campaign) and click identifiers (fbclid, gclid, ref) from pasted URLs. - Essential Parameter Preservation: Keeps functional query parameters such as video IDs (e.g., ?v=) so the link still works correctly. - Use Case: When you paste a long YouTube or news article link full of campaign tracking tags into a chat or document, the Skill automatically returns the shortened clean version ready to share. ## Quick Start Paste any long URL containing tracking parameters and ask to clean it into a short shareable link.

Frequently Asked Questions about url-cleaner

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

FAQPage Schema
How do I remove UTM parameters from a URL?▼

Paste the URL and the Skill strips utm_source, utm_medium, utm_campaign, and similar tracking parameters automatically. It returns a clean short URL while keeping functional parameters intact.

What tracking parameters can be removed from URLs?▼

The Skill removes UTM campaign parameters (utm_source, utm_medium, utm_campaign), click identifiers like fbclid and gclid, and referral tags such as ref. These are commonly added by social platforms and marketing tools.

Does URL cleaning break links that need query parameters?▼

No. The Skill preserves essential parameters such as video IDs (e.g., ?v= on YouTube links) that the destination page requires. Only tracking and redundant query strings are removed.

When should I clean a URL before sharing it?▼

Clean URLs before pasting them into documents, chats, or presentations when the link came from social media, newsletters, or ad campaigns. This removes tracking clutter and avoids leaking referral context to recipients.