npx claudepluginhub wilddatax/suppr-skills --plugin suppr-skills超能文献 Skills 是一套 Claude Code 技能插件,让你可以在 Claude Code 中直接调用超能文献的 文档翻译 和 学术文献检索 API。
在 Claude Code 中执行以下命令:
# 从 Marketplace 添加插件源
/plugin marketplace add WildDataX/suppr-skills
# 安装插件
/plugin install suppr-skills@WildDataX-suppr-skills
安装完成后,插件会自动放置在 .claude/skills/suppr-skills/ 目录下:
.claude/skills/suppr-skills/
├── .claude-plugin/
│ ├── marketplace.json
│ └── plugin.json
└── skills/
├── suppr-translate/SKILL.md
└── suppr-search-articles/SKILL.md
你需要一个超能文献 API Key。前往 超能文献 注册并获取。
| 技能名称 | 触发命令 | 功能 |
|---|---|---|
suppr-translate | /suppr-translate | 文档翻译(Word、Excel、PPT、PDF、TXT、HTML) |
suppr-search-articles | /suppr-search-articles | 学术文献语义检索(基于 PubMed) |
当你在 Claude Code 中提到以下意图时,该技能会自动激活:
在 Claude Code 中直接说:
请帮我把这份 PDF 翻译成中文:https://example.com/paper.pdf
或者使用命令调用:
/suppr-translate
Claude 会自动调用超能文献 API,完成以下流程:
| 格式 | 扩展名 |
|---|---|
| Word | .docx |
| Excel | .xlsx |
| PowerPoint | .pptx |
| 纯文本 | .txt |
| 网页 | .html |
最大文件大小:
| 用户类型 | 文件大小限制 |
|---|---|
| 会员用户 | 100MB |
| 非会员用户 | 5MB |
| 代码 | 语言 |
|---|---|
auto | 自动检测(仅源语言) |
en | 英语 |
zh-cn | 简体中文 |
zh-tw | 繁体中文 |
ja | 日语 |
ko | 韩语 |
es | 西班牙语 |
fr | 法语 |
pt | 葡萄牙语 |
ru | 俄语 |
de | 德语 |
pl | 波兰语 |
it | 意大利语 |
帮我把 ./report.docx 翻译成日语
查一下翻译任务 02a6c6d1-3f70-4a5a-80bc-971d53a37bb1 的状态
列出我最近的翻译任务
停止翻译任务 02a6c6d1-3f70-4a5a-80bc-971d53a37bb1
当你在 Claude Code 中提到以下意图时,该技能会自动激活:
在 Claude Code 中直接说:
帮我搜索关于 CRISPR 基因编辑治疗的最新论文
或者使用命令调用:
/suppr-search-articles
Claude 会调用超能文献的语义检索 API,返回结构化的文献结果。
搜索糖尿病最新研究进展,返回前 10 篇
搜索 "machine learning drug discovery" 的论文,我需要 DOI、作者和期刊信息用于引用
查找阿尔茨海默病早期诊断生物标志物的相关文献,包含影响因子和被引次数
| 字段 | 说明 |
|---|---|
title | 论文标题 |
abstract | 论文摘要 |
doi | 数字对象标识符 |
pmid | PubMed ID |
pmcid | PubMed Central ID |
pub_year | 出版年份 |
publication | 期刊名称 |
impact_factor | 影响因子 |
cited_by_num | 被引用次数 |
authors | 作者列表(含姓名、机构) |
link | 论文链接 |
snippet | 内容片段 |
完整字段列表请参考 SKILL.md。
topk 控制)auto_select 模式下 AI 会自动筛选最相关的结果所有 API 请求需要在 HTTP Header 中携带 API Key:
Authorization: Bearer <your_api_key>
你可以通过环境变量设置:
export SUPPR_API_KEY="your_api_key_here"
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.