google-scholar
This skill should be used when the user asks to "search Google Scholar", "find academic papers", "scholar search", "lookup papers", "find citations", "academic search", "search for papers by author", "find journal articles", "get BibTeX", "cite this paper", "download paper", or needs to search Google Scholar for academic literature via the scholar CLI tool.
npx skills add majiayu000/claude-skill-registry --skill google-scholar --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Google Scholar CLI (scholar) Search Google Scholar for academic papers via the `scholar` command-line tool. **Requires:** `scholar` on PATH (`~/.local/bin/scholar` → `~/projects/google-scholar-cli/scholar`) **Check:** `command -v scholar || echo "MISSING: scholar CLI not installed"` ## IRON LAW: No Hallucinated Metadata **NEVER fabricate paper titles, authors, journals, years, or abstracts from memory.** When the user asks about a specific paper or needs citation details: ``` User mentions a paper ↓ Do you have the exact metadata from a scholar command in this session? ↓ YES → Use that data NO → Run scholar search/lookup --bibtex FIRST, then report ``` ### Rationalization Table | Excuse | Reality | Do Instead | |--------|---------|------------| | "I know this famous paper" | Training data has wrong years, missing authors, garbled titles | Run `scholar lookup "title" --bibtex` | | "I'll fill in details later" | You won't — the hallucinated version sticks | Get BibTeX first, present after | | "It's a well-known paper" | Even well-known papers have co-authors you'll forget | Let Google Scholar provide the metadata | | "The user just wants a quick answer" | A wrong answer is worse th
- IRON LAW: No Hallucinated Metadata
- Rationalization Table
- Red Flags — STOP If You Catch Yourself:
- Authentication
- Core Commands
- Scholar Labs Search (AI-Enhanced)
- Traditional Keyword Search
- Cite (BibTeX by Cluster ID)
- Download (Single PDF)
- Quick Reference
- Decision Tree: Which Command?
- Verified Paper Information Workflow
- Output Format
- Domain Knowledge Integration
Chrome must be running with remote debugging enabled scholar auth --port 9222 One-shot search scholar search "what are the key papers on attention mechanisms" JSON output for parsing scholar search "corporate disclosure and information asymmetry" --json With BibTeX citations (includes abstracts) scholar search "attention is all you need" --bibtex Download PDFs for results with full-text links scholar search "transformer architectures" --download
What does the google-scholar skill do?
This skill should be used when the user asks to "search Google Scholar", "find academic papers", "scholar search", "lookup papers", "find citations", "academic search", "search for papers by author", "find journal articles", "get BibTeX", "cite this paper", "download paper", or needs to search Google Scholar for academic literature via the scholar CLI tool.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill google-scholar --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
