AI Skill Hub 推荐使用:Asta学术技能包 是一款优质的AI工具。AI 综合评分 7.8 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
基于Ai2 Asta MCP服务器的开源指令包装工具,为Agent提供语义学术搜索能力。集成Semantic Scholar学术数据库,支持论文检索、引用分析等功能。适合学术研究、论文写作辅助和知识图谱构建的AI应用开发者。
Asta学术技能包 是一款基于 Python 开发的开源工具,专注于 MCP协议、学术搜索、Agent技能 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
基于Ai2 Asta MCP服务器的开源指令包装工具,为Agent提供语义学术搜索能力。集成Semantic Scholar学术数据库,支持论文检索、引用分析等功能。适合学术研究、论文写作辅助和知识图谱构建的AI应用开发者。
Asta学术技能包 是一款基于 Python 开发的开源工具,专注于 MCP协议、学术搜索、Agent技能 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/Agents365-ai/asta-skill cd asta-skill # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 asta-skill --help # 基本运行 asta-skill [options] <input> # 详细使用说明请查阅文档 # https://github.com/Agents365-ai/asta-skill
# asta-skill 配置说明 # 查看配置选项 asta-skill --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export ASTA_SKILL_CONFIG="/path/to/config.yml"
English · 中文 · Asta MCP Overview · Request API Key
A pure instruction-pack skill that turns natural-language research questions into well-formed calls against Ai2's Asta MCP server (Semantic Scholar). Routes intent → tool, fills safe defaults, chains workflows, and warns you off the usual pitfalls. Works with Claude Code, Codex, Cursor, Windsurf, Hermes, opencode, OpenClaw, pi-mono, and any agent compatible with the Agent Skills format.
export ASTA_API_KEY=xxxxxxxxxxxxxxxx
Two steps — register the MCP server first, then install the skill.
The skill body lives at skills/asta-skill/SKILL.md. The easiest path is the plugin marketplace.
```bash
Just describe what you want:
> Use Asta to get the paper with DOI 10.48550/arXiv.1706.03762
> Search Asta for recent papers on mixture-of-experts at NeurIPS since 2023
> Who cited "Attention Is All You Need"? Show me the top 20 by citation count
> Find snippets in the Asta corpus that mention "flash attention latency"
> Look up Yann LeCun on Asta and list his 2024 papers
The skill picks the right Asta tool, attaches safe fields, and follows the documented workflow patterns.
asta-skill only handles search and metadata; it does not download PDFs. To go from a search query to local PDFs, chain it with a paper-fetch skill (or any DOI-based downloader of your choice):
> Use Asta to find the 5 most cited papers on "single-cell ATAC-seq batch correction"
since 2022, then hand the DOIs to paper-fetch to download all PDFs into ./papers/
What happens under the hood:
search_papers_by_relevance with publication_date_range="2022:" and fields=title,year,authors,venue,tldr,externalIds (note externalIds to expose DOI)externalIds.DOI for each hit; falls back to externalIds.ArXiv when DOI is absent./papers/, one per paperpaper-fetch is a separate skill — install it if you need download capability. asta-skill itself stays scoped to the Semantic Scholar corpus.
Step 1 — Asta returns the top 5 papers with DOIs:

Step 2 — paper-fetch downloads all 5 PDFs into ./papers/:

创新的学术MCP工具,填补Agent学术搜索能力空白。代码质量良好,社区关注度中等,适合学术AI应用集成。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Asta学术技能包 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | asta-skill |
| Topics | MCP协议学术搜索Agent技能Semantic Scholar |
| GitHub | https://github.com/Agents365-ai/asta-skill |
| License | MIT |
收录时间:2026-06-24 · 更新时间:2026-06-24 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。