SCI Search Skill
Description
这是一个适用于Claude code agent的skill,在校园网环境下,可以自动进行特定题目的SCI论文搜索。注意:使用前请确保在购买了数据库的校园网环境下!!!
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SCI-search-skill
A [Claude Code](https://claude.com/claude-code) skill that searches academic databases and downloads SCI papers through **your own everyday Chrome browser** — not a headless bot.
Because websites see a real user, your login sessions, cookies, and institutional access all keep working. When verification or CAPTCHA appears, you complete it manually in the browser window while the script auto-detects completion and resumes.
Features
- 🔍 Search academic databases — Web of Science, Wiley Online Library, IEEE, Google Scholar, and more
- 🍪 Reuse your real sessions — logged-in cookies, institutional proxy access, and saved passwords all work
- 🤖 Captcha / Cloudflare handling — detects "verify you are human" / Cloudflare challenges and auto-resumes after you solve them
- 📥 Multi-strategy PDF download — browser-triggered download,
requestswith browser cookies, and XHR base64 for S3 signed URLs - 📚 Web of Science specifics — fielded search, virtual-scrolling pagination, and metadata parsing from unstructured record text
- 🔁 State persistence — resume long download sessions after interruption
How it works
The skill drives your real Chrome instance over the Chrome DevTools Protocol (CDP), using a remote debugging port:
┌─────────────────────────────────────────────────────────┐
│ Your Chrome (--remote-debugging-port=9222) │
│ ┌───────────────────────────────────────────────────┐ │
│ │ Tabs with your cookies, logins, sessions │ │
│ └───────────────────────────────────────────────────┘ │
│ ▲ │
│ │ CDP (WebSocket) │
│ ▼ │
│ Python helper (references/cdp.py) │
│ - new_tab(url) → open & navigate │
│ - tab.eval(js) → execute JS, get results │
│ - tab.navigate(url) → navigate existi
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11