Clarity Literature
/install clarity-literature
Clarity Literature Skill
Search and retrieve research papers from Clarity Protocol's curated literature database, sourced from PubMed and enriched with citation metrics from Semantic Scholar.
Quick Start
List all papers in the database:
python scripts/search_papers.py
Get details for a specific paper by PMID:
python scripts/get_paper.py --pmid 12345678
Get paper details in readable format:
python scripts/get_paper.py --pmid 12345678 --format summary
Paper Fields
Each paper includes:
pmid: PubMed identifierdoi: Digital Object Identifiertitle: Paper titlefirst_author: First author namepublication_year: Year publishedjournal: Journal nameabstract: Paper abstract (when available)citation_count: Number of citations (from Semantic Scholar)influential_citations: Number of highly influential citationshas_fulltext: Whether full text is available in PubMed Central
Rate Limits
- Anonymous (no API key): 10 requests/minute
- With API key: 100 requests/minute
To use an API key, set the CLARITY_API_KEY environment variable:
export CLARITY_API_KEY=your_key_here
python scripts/search_papers.py
Get your API key at https://clarityprotocol.io
Error Handling
404 Not Found: The paper with the specified PMID does not exist in the database.
429 Rate Limit: You've exceeded the rate limit. The script will display how long to wait.
500 Server Error: The API server encountered an error. Try again later.
Timeout: The request took longer than 30 seconds.
Pagination
Paper lists are paginated. The API returns a next_cursor field if more results are available.
Use Cases
- Find research papers related to protein variants
- Get citation metrics for a specific paper
- Check if a paper has full text available
- Extract abstracts for literature reviews
- Build bibliographies for protein research
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clarity-literature - 安装完成后,直接呼叫该 Skill 的名称或使用
/clarity-literature触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clarity Literature 是什么?
Search research papers and get publication details from Clarity Protocol. Use when the user asks to search research papers, find publications, PubMed referen... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。
如何安装 Clarity Literature?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clarity-literature」即可一键安装,无需额外配置。
Clarity Literature 是免费的吗?
是的,Clarity Literature 完全免费(开源免费),可自由下载、安装和使用。
Clarity Literature 支持哪些平台?
Clarity Literature 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clarity Literature?
由 clarityprotocol(@clarityprotocol)开发并维护,当前版本 v1.0.0。