一键导入
get-paper
// Search Google Scholar via Chrome DevTools MCP, let the user select a paper, and retrieve its BibTeX entry. 通过 Chrome DevTools MCP 在 Google Scholar 搜索论文并获取 BibTeX 引用。
// Search Google Scholar via Chrome DevTools MCP, let the user select a paper, and retrieve its BibTeX entry. 通过 Chrome DevTools MCP 在 Google Scholar 搜索论文并获取 BibTeX 引用。
Systematic top-down workflow for polishing academic papers. Structure to logic to expression with user confirmation at each step.
Generate or optimize academic paper abstracts using the 5-sentence Farquhar formula. Supports generate-from-scratch and restructure-existing paths. Produces labeled output for formula verification plus a clean version for clipboard use. 摘要生成与优化,支持从原始材料生成或改写现有摘要。
Generate or optimize figure/table captions for academic papers. Geography-aware: study area, CRS notation, data source. Writes output to .tex file. 图表标题生成与优化。
Generate submission-ready cover letters from paper content and target journal requirements. Includes contribution statement, data availability, conflict of interest, and contact block. 生成投稿信,包含贡献声明、数据可用性、利益冲突声明和联系方式。
Detect and rewrite AI-generated patterns in English academic text. Two-phase workflow: scan with risk tagging, then batch rewrite. Triggers on "de-AI", "降AI", "reduce AI traces", "AI检测".
Analyze experiment results and generate discussion paragraphs for academic papers. Two-phase workflow: identify measurable findings (Phase 1), confirm with user, then generate grounded discussion paragraphs (Phase 2). Accepts tables, statistics, or result descriptions. 实验分析与讨论段落生成。
| name | get-paper |
| description | Search Google Scholar via Chrome DevTools MCP, let the user select a paper, and retrieve its BibTeX entry. 通过 Chrome DevTools MCP 在 Google Scholar 搜索论文并获取 BibTeX 引用。 |
| triggers | {"primary_intent":"search Google Scholar and retrieve BibTeX entries","examples":["/get-paper urban perception street view","get paper about deep learning for land use","从Google Scholar找论文","帮我在谷歌学术搜索论文"]} |
| tools | ["Chrome DevTools MCP"] |
| references | {"required":[],"leaf_hints":[]} |
| input_modes | ["pasted_text"] |
| output_contract | ["bibtex_entry"] |
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