Search CNKI (中国知网) for papers by keyword. Use when the user wants to find academic papers on a topic.
Search CNKI for papers using keyword(s). Returns result count and structured result list (titles, URLs, authors, journal, date).
$ARGUMENTS contains the search keyword(s) in Chinese or English.
python3 /root/autodl-tmp/literature-tracker/.claude/skills/cnki-search/cnki_helper.py search "YOUR_KEYWORDS" --max 10
Replace YOUR_KEYWORDS with the actual search terms from $ARGUMENTS.
Present results as a numbered list:
Searched CNKI for "$ARGUMENTS": found {total} results (page {page}).
1. {title}
Authors: {authors} | Journal: {journal} | Date: {date}
Citations: {citations} | Downloads: {downloads}
2. ...
If the result contains {"error": "captcha"}, inform the user:
⚠️ 检测到验证码,请在浏览器中手动完成滑块验证后重试。
--remote-debugging-port=9222