article-linker

Community

Map article titles to published links, fast.

Authorrongarede
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill maps article titles to their published URLs, enabling quick, clickable references across documents.

Core Features & Use Cases

  • Single-title queries return the URL and platform for immediate linking.
  • Batch lookups resolve multiple titles from a JSON array for bulk editing.
  • Full-document scanning can replace bare titles with linked references in Markdown files.
  • Use case: In a knowledge base, replace every uncited article title with a proper published link to improve credibility and navigation.

Quick Start

Use the article-linker to query a single title, batch process a list of titles, or scan a Markdown file to replace titles with links.

  • Single-title query: python3 ~/.claude/skills/article-linker/scripts/linker.py query "Article Title"
  • Batch query: python3 ~/.claude/skills/article-linker/scripts/linker.py batch titles.json
  • Full-document scan: python3 ~/.claude/skills/article-linker/scripts/linker.py scan article.md
  • Scan with in-file edits: python3 ~/.claude/skills/article-linker/scripts/linker.py scan article.md --edit

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: article-linker
Download link: https://github.com/rongarede/skill-snapshots/archive/main.zip#article-linker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.