sciatlas-literature-review

Installation
SKILL.md

SciAtlas Literature Review

Use this skill to turn search-papers output into a real literature review. The only SciAtlas retrieval command allowed in this skill is sciatlas search-papers.

Operating Contract

  • Do not call any SciAtlas downstream command. The only SciAtlas retrieval command allowed is search-papers.
  • Run setup yourself when possible; ask the user only for email, verification code, token, or a necessary topic clarification.
  • Keep going until search-papers has produced artifacts or the user must supply a human-only value.
  • Never include the full API token in the final answer.

Zero-Start Bootstrap

  1. Check whether the sciatlas executable exists without invoking a SciAtlas command: use Get-Command sciatlas -ErrorAction SilentlyContinue on Windows PowerShell or command -v sciatlas on macOS/Linux.
  2. If missing, install from the local repo with python -m pip install -e ./sciatlas; otherwise use python -m pip install "git+https://github.com/zjunlp/SciAtlas.git#subdirectory=sciatlas".
  3. If SCIATLAS_API_KEY is missing, send the user to http://sciatlas.openkg.cn/register.
  4. Walk the user through the browser registration: enter email, wait for the code, ask for the code if you are controlling the form, then ask them to paste the returned sciatlas_xxx token.
  5. Configure the shell:
Installs
1
Repository
zjunlp/sciatlas
GitHub Stars
131
First Seen
Jun 23, 2026
sciatlas-literature-review — zjunlp/sciatlas