Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add SHENAO1/cuc-literature-mcp --skill cuc-literature-searchgit clone --depth 1 https://github.com/SHENAO1/cuc-literature-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/shenao1/cuc-literature-mcp/cuc-literature-search)<a href="https://agentmods.dev/skills/shenao1/cuc-literature-mcp/cuc-literature-search"><img src="https://agentmods.dev/badge/skills/shenao1/cuc-literature-mcp/cuc-literature-search/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/shenao1/cuc-literature-mcp/cuc-literature-search"><img src="https://agentmods.dev/badge/skills/shenao1/cuc-literature-mcp/cuc-literature-search.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00100 | $0.00845 |
| Opus 5 | $0.00050 | $0.00423 |
| Sonnet 5 | $0.00020 | $0.00169 |
| Haiku 4.5 | $0.00010 | $0.00085 |
Grade A, and why
cuc-literature-search scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
中传 SCI 论文检索与维护
使用本地 cuc-literature MCP。Skill 不直接操作网页、Cookie、PDF或腾讯文档;MCP 不可用时,按仓库根目录 AGENTS.md 和 README.md 诊断,不临时绕过安全边界。
选择模式
- 新增论文检索、WOS/SCI-EXPANDED发现或新建清单:阅读 检索规则 和 输出结构,执行“检索模式”。
- 审计现有工作表、补全DOI、核验附件、把预印本升级为正式版或原位写回:阅读 维护工作流、核验规则 和 输出结构,执行“维护模式”。
- JCR或影响因子PDF归档:使用专用JCR Skill,不在本运行中处理。
共享约束
- 先调用
check_browser_session;需登录或验证码时打开专用可见浏览器,让用户自行完成,不索取账号、密码、Cookie或验证码答案。 - 任何可恢复中断都保留同一
run_id和论文游标;禁止因登录、验证码或CPE00001新建重复运行。 - 禁止把写目标设为“工作表1”,禁止绕过认证、付费限制或附件上限。
- 现有行、附件、JIF、分区、主题及非
[MCP]人工备注均需保留,除非用户明确授权且变更集列出对应修改。 - 维护写回不得跳过
preview_updates;只有当前请求已明确授权云端修改或用户确认预览后,才调用apply_updates。替换附件还必须明确允许allow_attachment_replacement=true。
检索模式
- 需要时从只读“工作表1”调用
refresh_partition_map。 - 没有
run_id时调用create_search_run;默认2024年至当前年份、MCP测试和output/pdfs。 - 依次调用
search_wos、download_fulltext、sync_results、get_run_status。 - 命中超过500篇时停止并要求缩小范围;下载失败可以同步元数据,但必须保留标准化原因。
维护模式
按 维护工作流 执行 create_maintenance_run → audit_sheet → resolve_dois → 按需 download_fulltext → preview_updates → apply_updates → audit_sheet。只应用高置信度且无冲突的DOI和已通过正文核验的正式版PDF。
最终汇报
- 检索成功:仅汇报腾讯文档链接、目标工作表、去重论文数、PDF目录、PDF成功/失败数和人工核验项。
- 维护成功:汇报腾讯文档链接、目标工作表、审计论文数、已应用单元格/附件数、PDF目录、失败和人工核验项。
- 未完成:汇报
run_id、当前阶段和用户需要执行的唯一下一步。
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 40 lines · 100 tokens per session scan A 7fb0409550b2
cuc-literature-search is a skill published in the GitHub repository SHENAO1/cuc-literature-mcp (0 stars, last pushed 16d ago), licensed MIT. It adds 100 tokens to every session and 845 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
auto-research
Research uncertain questions with an explicit, user-approved web search or ChatGPT consultation, then present options and wait for implementation approval.
dev-browser
Browser automation with persistent named pages via the dev-browser CLI. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, log into sites, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot"…
ffmpeg
Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.
playwright-recording
Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.
elevenlabs
Generate AI voiceovers, sound effects, and music using ElevenLabs APIs. Use when creating audio content for videos, podcasts, or games. Triggers include generating voiceovers, narration, dialogue, sound effects from descriptions, background music, soundtrack generation, voice cloning, or any audio synthesis task.