markdown-link-resolver

Convert bare URLs and display-text titles into labeled Markdown links.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Greg-T8/Agent-Toolkit --skill markdown-link-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-link-resolver
Source: https://github.com/Greg-T8/Agent-Toolkit/tree/main/skills/markdown-link-resolver
Command: npx skills add https://github.com/Greg-T8/Agent-Toolkit --skill markdown-link-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of converting bare URLs and untitled page titles into readable, properly formatted Markdown links. It also resolves plain-text page titles into full Markdown links by locating their canonical URLs, enabling consistent link presentation across documents.

Core Features & Use Cases

  • Convert bare URLs into Friendly Label Markdown links.
  • Resolve display-text titles to canonical URLs and insert them as titled links.
  • Promote standalone links to bullet items and collapse adjacent bullets for compact lists.

Quick Start

Select the text and run the skill to transform bare URLs and display-text titles into titled Markdown links.

Frequently Asked Questions about markdown-link-resolver

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

FAQPage Schema
How do I convert bare URLs into readable Markdown links?

To convert bare URLs into readable Markdown links, select the target text and run the tool. It transforms standalone URLs into friendly, properly labeled links while preserving the surrounding original text.

What is the best way to resolve plain-text page titles to canonical URLs in Markdown?

The best way to resolve plain-text page titles to canonical URLs is by processing the text with this tool. It locates the canonical URLs for display-text titles and inserts them as properly titled Markdown links.

Can I format standalone Markdown links into bullet items and collapse adjacent gaps?

Yes, you can format standalone links into bullet items and collapse adjacent gaps. The tool promotes standalone links to bullet items and automatically collapses gaps between them to create compact lists.

Does this Markdown link resolver remove tracking query parameters from URLs?

Yes, the Markdown link resolver removes tracking query parameters from URLs when present. It operates idempotently, meaning repeated runs produce the same clean output without altering properly formatted links.

Is the Markdown link conversion process idempotent?

Yes, the Markdown link conversion process is fully idempotent. Running the tool multiple times on the same text yields identical results, preventing duplicate formatting or link duplication while preserving original text outside URLs.