SKILL.md
Sciverse
Use Sciverse for scientific literature retrieval. This skill is agent-neutral: it works through bundled Node.js scripts and does not require a host-specific tool protocol. Keep answers grounded in returned doc_id, title, and excerpts.
Choose The Path
- Need setup, environment variables, script invocation rules, or exit codes:
read [references/runtime.md](references/runtime.md).
- Need author/year/journal/DOI/field filtering, schema discovery, metadata
search, or author / journal (source) entity search via collection: read [references/search-tools.md](references/search-tools.md).
- Need RAG chunks, source text expansion, or paper figures/tables: read
[references/rag-and-content.md](references/rag-and-content.md).
- Need a workflow decision tree for combining tools: read
[references/workflows.md](references/workflows.md).
Default Workflow
- For ambiguous field names or enum values, call
list_catalog first.
- For natural-language research questions, start with
semantic_search.
- For structured discovery, use
search_papers.
- For promising chunks, expand context with
read_content.
- For figures or tables referenced by Markdown image placeholders, use
get_resource.
Guardrails
- Do not use Sciverse for general web search, news, or non-scientific content.
- Cite paper-based claims with
doc_id and title.
- Prefer exact filters only after checking the catalog when field names are
uncertain.
- Run bundled scripts from this skill directory, or use absolute paths to the
scripts.