Real Skill packageSource verifiedClawHub registry

sciverse academic retrieval

Retrieve academic papers by structured metadata, perform semantic chunk search for RAG, and read byte-range content for citation-grade scientific literature.

Identity and source

Publisher attributionSciverseregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 84% rule confidence
Package forminstruction with code11 recorded files
Canonical sourceClawHub registryclawhub:sciverse:academic-retrieval
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/14/2026.claude/skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 4, column 14: description: Sciverse academic paper retrieval: structured metadata search, sem… ^ SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/14/2026.agents/skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 4, column 14: description: Sciverse academic paper retrieval: structured metadata search, sem… ^ SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/14/2026skills/<skill-name>
1 structural issue
  • error: YAML frontmatter could not be parsed: Nested mappings are not allowed in compact mappings at line 4, column 14: description: Sciverse academic paper retrieval: structured metadata search, sem… ^ SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @sciverse/academic-retrieval
clawhub inspect @sciverse/academic-retrieval --version 0.14.0

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
11 / 11 inspected as text
Checked
8/14/2026, 1:49:27 PM
Scanner
0.1.3
Policy
1.0.3
3 automated findings
mediumSKILL.md YAML frontmatter is invalidSKILL.md:1 · confidence 100%Nested mappings are not allowed in compact mappings at line 4, column 14: description: Sciverse academic paper retrieval: structured metadata search, sem… ^
highEncoded content is decoded and executedSKILL.md:113 · confidence 90%base64
highEncoded content is decoded and executedmanifest.json:383 · confidence 90%base64
2 High/Critical review queue entries
STATIC_OBFUSCATED_EXECUTIONpending
STATIC_OBFUSCATED_EXECUTIONpending
Open human review queue →
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: img.shields.io
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/14/2026, 11:38:40 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:5d71b2a677f50a8d7729258464c074a6b5472136e1fbe69cd6c07925b2eb89ab
Show up to 11 recorded paths
  • manifest.json
  • README.md
  • scripts/_common.mjs
  • scripts/get_resource.mjs
  • scripts/list_catalog.mjs
  • scripts/list_paper_relations.mjs
  • scripts/read_content.mjs
  • scripts/search_papers.mjs
  • scripts/semantic_search.mjs
  • skill-card.md
  • SKILL.md

Source changelog

- Updated documentation to clarify that sort_by_year now defaults to auto (relevance with query, newest-first for pure filters). - Added guidance discouraging the use of sort order "desc" together with query, explaining it disables boosts and degrades to filter-match sorting. - Removed redundant/deprecated documentation file (skill-card.md). - Minor wording and formatting improvements for clarity in usage recipes and boost explanations.