一键导入
cnki-search
Search CNKI (中国知网) for papers by keyword. Use when the user wants to find academic papers on a topic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search CNKI (中国知网) for papers by keyword. Use when the user wants to find academic papers on a topic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
多源学术文献检索、知识库管理与报告生成。支持 arXiv、Semantic Scholar、知网、万方、Google Scholar。使用场景:搜索文献、管理知识库、生成文献日报/周报/月报、解析 PDF。
智能文献检索。自动识别检索模式(快速了解/最新推荐/深度研究),根据不同场景应用不同筛选策略,返回高质量文献。支持国内外多源检索(arXiv、Semantic Scholar、CNKI、万方、Google Scholar)、期刊质量评估、被引分析。统一入口,无需分别调用不同搜索 skill。
当用户表达“设置每日定时推荐文献”意图时触发,自动提取微信ID与时间,创建OpenClaw定时任务。
当用户表达“想看最新论文/文献推荐”意图时触发(支持模糊表达),执行消息识别、最新检索、邻域相关性排序,并回推5条文献摘要。
搜索和下载 arXiv 论文。使用 arXiv API 搜索学术论文,支持下载 PDF。当用户说"搜索 arXiv"、"下载论文"、"arXiv 搜索"时使用。
搜索已发表的学术论文(IEEE、ACM、Springer 等)通过 Semantic Scholar API。补充 arXiv(预印本)提供被引次数、期刊/会议信息和 TLDR。当用户说"搜索期刊论文"、"查找 IEEE 论文"、"学术搜索"、"引用搜索"时使用。
| name | cnki-search |
| description | Search CNKI (中国知网) for papers by keyword. Use when the user wants to find academic papers on a topic. |
| argument-hint | [search keywords] |
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