Find papers and preprints that cite a given URL, especially blogs, docs pages, project pages, or other web content that standard citation indexes often miss. Use when the user provides a URL and wants confirmed citing works, evidence from PDF or HTML references, DOI or arXiv links, BibTeX, or a deduplicated citation report.
Add this skill
npx mdskills install zjsxply/url-citation-searchComprehensive workflow for finding citations to web content through multi-strategy search and rigorous verification
1---2name: url-citation-search3description: Find papers and preprints that cite a given URL, especially blogs, docs pages, project pages, or other web content that standard citation indexes often miss. Use when the user provides a URL and wants confirmed citing works, evidence from PDF or HTML references, DOI or arXiv links, BibTeX, or a deduplicated citation report.4---56# URL Citation Search78## Use this skill for910- A user gives a URL and asks which papers cited it.11- The target is a blog post, documentation page, project page, demo, GitHub page, or other web content rather than a standard paper.12- The user wants confirmed citations, not just likely matches from search results.1314## Workflow15161. Resolve the target page.17- Fetch the page and record the visible title.18- Extract the canonical URL if present.19- Keep obvious variants: `http/https`, `www/non-www`, trailing slash, moved domains, and mirrored or cross-posted URLs.20- Keep direct-URL variants separate from mirror URLs. The final report should distinguish `direct citation` from `mirror citation`.21- Record author and date only when they help disambiguate the page.22232. Build search keys.24- Exact full URL.25- Host plus path without protocol.26- Stable slug or final path segment.27- Exact page title.28- Title variants exposed by the page metadata or mirror pages.29303. Search in this order.31- Exact full URL and protocol-less URL in a general web search.32- Exact title and slug in a general web search.33- Site-restricted searches on academic sources such as `arxiv.org`, `openreview.net`, `aclanthology.org`, `proceedings.neurips.cc`, `proceedings.mlr.press`, `dl.acm.org`, `ieeexplore.ieee.org`, `nature.com`, `link.springer.com`, and `ceur-ws.org`.34- Mirror or cross-post URLs too. Papers often cite the mirror instead of the current canonical URL.35- If direct URL or title search is sparse, build a topical candidate pool and batch-scan likely papers. This is especially useful on arXiv when full-text search misses exact quoted strings.36374. Verify every candidate.38- Keep a work only if its PDF, HTML reference list, or in-text bibliography contains the target URL, title, slug, or a verified mirror URL.39- Search snippets alone are not enough.40- PDF-only evidence is acceptable when the exact URL appears in extracted text or PDF link annotations.41- Publisher article pages may expose references in HTML metadata such as `citation_reference` or dedicated bibliography pages. Use those before scraping PDFs.42- arXiv HTML bibliography entries may hide the real target inside `External Links` even when the visible text omits the URL. Inspect the underlying href, not just the rendered text.43- Bibliography pages, project pages, and search indexes are candidate finders, not final proof, unless they expose the actual reference entry for the citing work.44455. Deduplicate and normalize.46- If the same work exists as both a preprint and a published paper, prefer the published version in the main list and keep the preprint as an access fallback.47- Keep genuine preprints when no formal version exists.48- Do not assume the published version preserves a web citation seen in the preprint. Verify each version separately.49- Keep official same-site variants separate from mirrors. Examples: `/engineering/...` versus `/research/...`, renamed official paths, or root-versus-`/home` pages on the same site.50- Separate `confirmed` from `candidate` when verification is incomplete.5152## Output5354Choose the lightest format that matches the user's ask.5556- Brief list: title, year, type, and landing link.57- Citation report: title, link, DOI or arXiv ID, evidence note, and whether it is published or a preprint.58- When useful, distinguish `direct`, `official variant`, and `mirror` citation.59- Bib mode: return BibTeX for the citing papers. Return BibTeX for the target URL only if the user explicitly asks for it.6061## Heuristics That Matter6263- Standard citation indexes often miss web pages, so reverse search on URL, title, and slug is usually more reliable than `cited by` counts.64- arXiv full-text search misses some quoted strings. If it returns nothing, switch back to general search and inspect candidate PDFs or HTML directly.65- On arXiv, broad topic searches plus batch inspection of candidate HTML reference lists can recover citations that exact-string full-text search misses.66- Moved domains and cross-posts are common. Check canonical tags and obvious mirrors before concluding that nothing cites the page.67- Official variants are common too. A paper may cite a renamed or migrated first-party URL rather than the exact URL from the seed paper.68- PDF text extraction is lossy. If the visible citation text is missing, inspect PDF link annotations or raw extracted strings for the URL.69- Publisher HTML can be better than PDF for verification because references may already be normalized into page metadata.70- Reject false positives aggressively: a paper on the same topic is not a citation unless the reference is visible.71
Full transparency — inspect the skill content before installing.