Find and add authoritative source links for all facts, citations, and references in markdown documents
Automatically adds authoritative source links to all citations in your markdown documents. Use when you want to strengthen technical documentation by linking mentioned tools, research, and concepts to their official sources.
/plugin marketplace add MacHu-GWU/sanhe-claude-code-plugins/plugin install youtube@sanhe-claude-code-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/enrich_citations.pyEnhance markdown documents by finding and adding authoritative source links for mentioned facts, tools, products, research, and references.
Use the enrich_citations.py script to process markdown documents:
# Use default output location (~/tmp/citation_enriched.md - allows overwrite)
python scripts/enrich_citations.py --document-file /path/to/document.md
# Specify custom output location (cannot overwrite existing files)
python scripts/enrich_citations.py --document-file /path/to/document.md --output /path/to/output.md
The script automatically:
[Reference](URL)--document-file (required) - Path to the markdown document to enrich--output (optional) - Custom output path (default: ~/tmp/citation_enriched.md)~/tmp/citation_enriched.md - Allows overwrite