Real Skill packageSource verifiedClawHub registry

sn-search-academic

用于学术调研、论文精读、相关工作梳理、百科知识查询和引用链追溯。

Identity and source

Publisher attributionSenseNova-Skillsregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 72% rule confidence
Package forminstruction with code28 recorded files
Canonical sourceClawHub registryclawhub:sensenova-skills:sn-search-academic
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 Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/19/2026.claude/skills/sn-search-academic

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

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/19/2026.agents/skills/sn-search-academic

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

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/19/2026skills/sn-search-academic

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 @sensenova-skills/sn-search-academic
clawhub inspect @sensenova-skills/sn-search-academic --version 2026.8.19

Security evidence

SkillVetAI static result: no findings detected

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
28 / 28 inspected as text
Checked
8/19/2026, 4:03:31 AM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
18 dependency and API indicators
  • pypi: httpx >=0.27
  • pypi: arxiv >=2.0.0
  • pypi: beautifulsoup4 >=4.12.3
  • pypi: semanticscholar
  • pypi: pypdf >=4.0.0
  • pypi: playwright >=1.40.0
  • pypi: deepxiv-sdk
  • api: api.crossref.org
  • api: api.openalex.org
  • api: api.semanticscholar.org
  • api: arxiv.org
  • api: clawhub.ai
  • api: doi.org
  • api: eutils.ncbi.nlm.nih.gov
  • api: github.com
  • api: pubmed.ncbi.nlm.nih.gov
  • api: www.ncbi.nlm.nih.gov
  • api: www.semanticscholar.org
External clawhub result: suspicious

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/19/2026, 3:36:46 AM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

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

Package content hashsha256:838c4504d3a93e27e6aa6295369e6000ea1691133ea7be9c91a2516ce74cb7f3
Show up to 28 recorded paths
  • references/paper.md
  • references/refTree.md
  • references/search.md
  • requirements.txt
  • scripts/arxiv_crawler_search.py
  • scripts/arxiv_mirror_search.py
  • scripts/arxiv_paper.py
  • scripts/arxiv_pdf_paper.py
  • scripts/arxiv_search.py
  • scripts/crossref_search.py
  • scripts/deepxiv_paper.py
  • scripts/deepxiv_search.py
  • scripts/google_scholar_search.py
  • scripts/openalex_search.py
  • scripts/paper.py
  • scripts/pmc_paper.py
  • scripts/pubmed_search.py
  • scripts/refTree.py
  • scripts/search_utils.py
  • scripts/search.py
  • scripts/semantic_scholar_crawler_refTree.py
  • scripts/semantic_scholar_crawler_search.py
  • scripts/semantic_scholar_refs.py
  • scripts/semantic_scholar_refTree.py
  • scripts/semantic_scholar_search.py
  • scripts/wikipedia_search.py
  • skill-card.md
  • SKILL.md

Source changelog

sn-search-academic 2026.8.19 - 文档全面重写,明确技能用途、凭证配置、安全要求和依赖。 - 统一入口脚本:search.py、paper.py、refTree.py,详细描述参数与输出格式。 - 明确依赖管理和外部工具(如 Playwright、Node.js)需手动安装,不再在脚本中自动安装依赖。 - 规范脚本调用和输出路径解析,避免依赖运行时变量。 - 加强并发与限流说明,防止并行调用导致学术服务被限流或出错。 - 明确各脚本和 item 字段的输出结构,方便集成和二次开发。