Searches Google Scholar using Chrome DevTools MCP tools, lets user select papers from results, retrieves BibTeX entries. Triggered by /get-paper <query> or requests to find papers on Scholar.
npx claudepluginhub lylll9436/paper-polish-workflow-skill --plugin paper-polish-workflowThis skill uses the workspace's default tool permissions.
This Skill searches Google Scholar using Chrome DevTools MCP tools, presents search results to the user for selection, and retrieves BibTeX entries for selected papers. It automates the manual process of searching Google Scholar, clicking "Cite", and copying BibTeX. This Skill does NOT use Semantic Scholar MCP — it operates entirely through browser automation.
Searches academic literature via Semantic Scholar MCP, displays interactive list of papers for selection, and generates verified BibTeX entries.
Searches Google Scholar and PubMed for papers, extracts metadata from DOIs/PMIDs/arXiv IDs via CrossRef/PubMed/arXiv, validates citations, generates BibTeX. For academic research, reference accuracy, and scientific writing.
Searches Google Scholar and PubMed for papers, extracts metadata from DOIs/PMIDs/arXiv via CrossRef/PubMed/arXiv, validates citations, generates BibTeX. Use for academic bibliographies, reference verification, DOI conversion.
Share bugs, ideas, or general feedback.
This Skill searches Google Scholar using Chrome DevTools MCP tools, presents search results to the user for selection, and retrieves BibTeX entries for selected papers. It automates the manual process of searching Google Scholar, clicking "Cite", and copying BibTeX. This Skill does NOT use Semantic Scholar MCP — it operates entirely through browser automation.
Activates when the user asks to:
/get-paper <search query>mcp__chrome-devtools__list_pages to check browser state.scholar.google.com, call mcp__chrome-devtools__navigate_page to https://scholar.google.com.mcp__chrome-devtools__fill.mcp__chrome-devtools__click.mcp__chrome-devtools__wait_for (text: ["Cited by"]).For each selected paper:
Cite button (haspopup="menu") for the selected result.["BibTeX"] text to appear.BibTeX link inside the Cite dialog.["@"] to appear on the new page. Take a snapshot and extract the full BibTeX entry text.mcp__chrome-devtools__navigate_page type=back)..bib file.
manuscript/references/references.bib (if it exists in the current project).| Output | Format | Condition |
|---|---|---|
bibtex_entry | BibTeX text | Always produced |
| Paper metadata | Numbered list with title, authors, venue, year, citations | Always presented before selection |
| Situation | Handling |
|---|---|
| Google Scholar CAPTCHA or rate-limit | Inform the user and stop |
| No results found | Inform the user, suggest alternative keywords |
| BibTeX page fails to load | Retry once, then inform the user |
| Multiple papers selected | Loop through Step 4 for each selection |
| Cite dialog not closing | Navigate back to force close |
wang2024assessing). Do not modify them unless the user asks.This Skill requires Chrome DevTools MCP server to be configured in Claude Code. To enable it:
Skill: get-paper