Install
openclaw skills install @sciverse/paper-schemaUse Sciverse Paper Schema to search and inspect structured Paper, Entity, within-paper Relation, Evidence, provenance, and resolved Citation Graph data for the currently parsed 1M+ AI conference-paper corpus. Use for token-efficient paper reading, evidence verification, paper comparison, entity-led discovery, and bounded topic graph construction. Do not use as a claim about all scholarly literature or as a replacement for broad metadata, semantic, or full-text retrieval.
openclaw skills install @sciverse/paper-schemaRead compact paper structure first. Fetch source paragraphs only when evidence needs verification.
Set SCIVERSE_API_TOKEN. Optionally set SCIVERSE_BASE_URL; it must resolve to sciverse.space or a subdomain. Never place tokens in arguments, URLs, output, repositories, or logs.
| User intent | Tool | Action |
|---|---|---|
| Learn taxonomy and limits | paper_schema_capabilities | n/a |
| Find papers by keywords or metadata | search_paper_schemas | n/a |
| Expand from an Entity name or seed paper | discover_related_papers | entity or seed |
| Search Entities or inspect one paper's Entities | query_paper_entities | search, list, or get |
| Inspect within-paper Entity relations | query_paper_relations | search or get |
| Inspect complete citations or resolved graph edges | query_paper_citations | summary, list, or graph |
| Search or read structured Evidence | query_paper_evidence | search or get |
| Resolve provenance or hydrate source context | resolve_paper_context | provenance, search, or hydrate |
| Build a bounded goal-oriented material pack | build_paper_materials | n/a |
Invoke a tool with one JSON argument:
node scripts/search_paper_schemas.mjs '{"query":"large language model agent","filters":{"published_year_gte":2022},"size":5}'
Read references/api-contract.md for complete parameters and route mapping. Read references/workflows.md for multi-step recipes.
query is keyword and metadata matching, not natural-language question answering.entity_id is stable only inside its schema_id context.(schema_id, entity_id) as one identity tuple from the response that produced it. Never combine an Entity ID from global search with a different seed paper.exclude_same_work=true when expanding related papers unless the user explicitly wants multiple versions of the same work.schema_id values. Never use graph edge count as the complete citation count.hydration_hint before fetching source text.paragraph_id or marker provenance directly when present.schema_id with a short distinctive phrase from the Evidence value.returned, total, and truncated for each resource.Only use fields, values, and routes declared in the public manifest and API contract. Do not probe, request, infer, or repeat private storage fields, internal service metadata, implementation-specific identifiers, hidden endpoints, or backend query syntax. Unknown input is rejected by a positive allowlist.
0: stdout contains the API JSON response.1: stderr contains a structured HTTP or upstream error.2: stderr contains a structured argument or configuration error.429 according to Retry-After, and retry 502, 503, and 504 with bounded exponential backoff. They do not retry 400, 401, 403, or 404.