Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
CNKI (中国知网) skills for Claude Code — search, browse journals, download PDFs, export to Zotero via Chrome DevTools MCP
| Date | Stars |
|---|---|
| 2026-07-31 | 798 |
| 2026-08-03 | 810 |
| 2026-08-06 | 810 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# CNKI Skills for Claude Code [English](#english) | [中文](#中文) | WeChat Official Account (公众号) | WeChat Group (微信群) | Discord | |:---:|:---:|:---:| | <img src="qrcode_for_gh_a1c14419b847_258.jpg" width="200"> | <img src="0320.jpg" width="200"> | [Join Discord](https://discord.gg/tGd5vTDASg) | | 未来论文实验室 | 扫码加入交流群 | English & Chinese | --- <a id="english"></a> ## English [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skills that let Claude interact with [CNKI (中国知网)](https://www.cnki.net) through Chrome DevTools MCP. Search papers, browse journals, check indexing status, download PDFs, and export to Zotero — all from the Claude Code CLI. ### Prerequisites - [Claude Code](https://docs.anthropic.com/en/docs/claude-code) CLI installed - Chrome browser (login handled manually for downloads) - [Zotero](https://www.zotero.org/) desktop app (optional, for export) - Python 3 (optional, for Zotero push script) ### Skills | Skill | Description | Invocation | |-------|-------------|------------| | `cnki-search` | Keyword search with structured result extraction | `/cnki-search 人工智能` | | `cnki-advanced-search` | Filtered search: author, journal, date, source category (SCI/EI/CSSCI/北大核心/CSCD) | `/cnki-advanced-search CSSCI 人工智能 2020-2025` | | `cnki-parse-results` | Re-parse an existing search results page | `/cnki-parse-results` | | `cnki-navigate-pages` | Pagination and sort order | `/cnki-navigate-pages next` | | `cnki-paper-detail` | Extract full paper metadata (abstract, keywords, etc.) | `/cnki-paper-detail` | | `cnki-journal-search` | Find journals by name, ISSN, or CN | `/cnki-journal-search 计算机学报` | | `cnki-journal-index` | Check journal indexing status and impact factors | `/cnki-journal-index 计算机学报` | | `cnki-journal-toc` | Browse issue table of contents | `/cnki-journal-toc 计算机学报 2025 01期` | | `cnki-download` | Download paper PDF/CAJ | `/cnki-download` | | `cnki-export` | Push to Zotero or output GB/T 7714 citation | `/cnki-export zotero` | ### Agent **`cnki-researcher`** — orchestrates all 10 skills. Handles captcha detection (pauses and asks user to solve manually), tab management, and multi-step workflows like "search → filter → export to Zotero". ### Installation #### 1. Install Chrome DevTools MCP server ```bash claude mcp add chrome-devtools -- npx -y chrome-devtools-mcp@latest ``` #### 2. Install CNKI skills ```bash git clone https://github.com/cookjohn/cnki-skills.git cd cnki-skills cp -r skills/ agents/ .claude/ ``` Or add to an existing project: ```bash git clone https://github.com/cookjohn/cnki-skills.git /tmp/cnki-skills cp -r /tmp/cnki-skills/skills/ your-project/.claude/skills/ cp -r /tmp/cnki-skills/agents/ your-project/.claude/agents/ ``` #### 3. Start Chrome with remote debugging ```bash # Windows "C:\Program Files\Google\Chrome\Application\chrome.exe" --remote-debugging-port=9222 # macOS /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 # Linux google-chrome --remote-debugging-port=9222 ``` #### 4. Launch Claude Code ```bash claude ``` Skills and agent are picked up automatically. Try `/cnki-search 深度学习` to verify. ### How It Works All skills use async `evaluate_script` calls via Chrome DevTools MCP — no screenshot parsing or OCR. Each skill operates in 1-2 tool calls (navigate + evaluate_script), making interactions fast and reliable. Key design choices: - **Single async script per operation** — replaces multi-step snapshot → click → wait_for patterns - **`navigate_page` over link clicking** — CNKI opens links in new tabs; navigating directly avoids tab management overhead - **Batch export** — export multiple papers from search results in one call instead of visiting each detail page - **Captcha-aware** — detects Tencent slider captcha and pauses for manual resolution ### Project Structure ``` skills/ ├── cnki-search/SKILL.md # Basic keyword search ├── cnki-advanced-search/SKILL.md # Filtered search (source categ
Excerpt of 7,378 characters
Read on GitHub7
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:db1bbcf141bee6f3, llm:Description: 'CNKI (中国知网) skills for Claude Code — search, browse journals, download PDFs, export to Zotero via Chrome DevTools MCP' (repository provides skills/integrations for Claude Code assistant to interact with CNKI).
matched fp:db1bbcf141bee6f3, llm:Description: 'CNKI (中国知网) skills for Claude Code — search, browse journals, download PDFs, export to Zotero via Chrome DevTools MCP' (repository provides skills/integrations for Claude Code assistant to interact with CNKI).
matched fp:db1bbcf141bee6f3, llm:Description: 'CNKI (中国知网) skills for Claude Code — search, browse journals, download PDFs, export to Zotero via Chrome DevTools MCP' (repository provides skills/integrations for Claude Code assistant to interact with CNKI).