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