โ† All skills
Tencent SkillHub ยท Developer Tools

ScholarGraph

AI toolkit for academic research that finds papers, extracts insights, builds knowledge graphs, tracks trends, and reveals literature gaps.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

AI toolkit for academic research that finds papers, extracts insights, builds knowledge graphs, tracks trends, and reveals literature gaps.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, cli.ts, concept-extractor/scripts/extract.ts, concept-extractor/scripts/types.ts, concept-learner/scripts/learn.ts, concept-learner/scripts/types.ts

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.4.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 42 sections Open source page

Overview

ScholarGraph is a comprehensive academic literature intelligence toolkit that helps researchers efficiently search, analyze, and manage academic papers using AI-powered tools. Features 11 academic search sources with intelligent domain-based source selection and PDF download capabilities.

Security & Privacy

This skill operates with the following permissions: Network Access: Queries academic APIs (arXiv, Semantic Scholar, OpenAlex, PubMed, CrossRef, DBLP, IEEE, CORE, Google Scholar, Unpaywall) and web search services File System: Reads/writes configuration files, downloads PDFs, stores knowledge graphs in SQLite database (data/knowledge-graphs.db) LLM Integration: Sends custom system prompts to AI providers for structured JSON output (concept extraction, paper analysis, etc.) Optional Python: PDF figure extraction (pymupdf) and PPT export (python-pptx) require Python 3.8+ Data Storage: All data is stored locally. No telemetry or analytics are collected. API Keys: Optional API keys are only used for their respective services and are never transmitted elsewhere. Source Code: Open source under MIT license at https://github.com/Josephyb97/ScholarGraph

Core Modules (6)

Literature Search - Multi-source academic paper discovery (11 sources) Free sources: arXiv, Semantic Scholar, OpenAlex (250M+), PubMed (biomedical), CrossRef (150M+ DOI), DBLP (CS), Web Search API-key sources: IEEE Xplore, CORE, Google Scholar (SerpAPI), Unpaywall (OA PDF) Adapter-based plugin architecture for easy extension Complementary search strategy with auto domain detection (biomedical/cs/engineering/physics) Priority-based source selection per domain Query expansion for better search results PDF download with multi-strategy URL resolution Concept Learner - Rapid knowledge framework construction Generate structured learning cards Include code examples and related papers Support beginner/intermediate/advanced depth levels Knowledge Gap Detector - Proactive blind spot identification Analyze knowledge coverage in specific domains Identify critical, recommended, and optional gaps Provide learning recommendations and time estimates Progress Tracker - Real-time field monitoring Track research topics and keywords Generate daily/weekly/monthly reports Monitor trending papers and topics Paper Analyzer - Deep paper analysis Extract key contributions and insights Support quick/standard/deep analysis modes Generate structured analysis reports Knowledge Graph Builder - Concept relationship visualization Build interactive knowledge graphs Support Mermaid and JSON output formats Find learning paths between concepts SQLite-based persistent storage Bidirectional concept-paper indexing

Advanced Features (9)

Review Detector - Automatic review paper identification Multi-dimensional scoring (title 30% + citations 25% + abstract 25% + AI 20%) Chinese and English keyword support Confidence-based filtering with user confirmation Concept Extractor - Extract concepts from review papers AI-powered extraction of 15-30 core concepts Four-level categorization (foundation/core/advanced/application) Importance scoring and relationship identification Cross-review deduplication and merging Review-to-Graph Workflow - End-to-end pipeline Search reviews -> Detect -> Confirm -> Analyze -> Extract concepts Build knowledge graph -> Enrich with key papers -> Index -> Store Interactive or automatic confirmation mode Knowledge Graph Query - Bidirectional literature indexing Concept -> papers: find papers related to a concept Paper -> concepts: find concepts covered by a paper Paper recommendations based on multiple concepts SQLite-optimized high-performance queries Compare Concepts - Compare two concepts Identify similarities and differences Provide use case recommendations Compare Papers - Compare multiple papers Find common themes and differences Generate synthesis analysis Critique - Critical paper analysis Identify strengths and weaknesses Find research gaps and improvement suggestions Support custom focus areas Learning Path - Find optimal learning paths Discover paths between concepts Generate topological learning order Visualize with Mermaid diagrams Graph Management - Manage persistent knowledge graphs List all saved graphs View graph statistics Export graphs to JSON Visualize with Mermaid Paper Visualization - Interactive paper presentation Convert paper analysis to HTML slide presentations Academic dark/light themes with responsive typography Keyboard/touch/scroll navigation, edit mode (E key) PDF figure extraction (pymupdf) and PPT export (python-pptx) 8+ slides: title, abstract, key points, methodology, experiments, contributions, limitations, references Interactive Knowledge Graph - D3.js force-directed visualization Convert knowledge graphs to interactive HTML with D3.js v7 Node size reflects paper count, edge thickness reflects concept tightness Zoom/pan, node dragging, click-to-detail panel, search, legend Paper preview bridge: click "View Presentation" to open paper slides in new tab Category colors: foundation=#4FC3F7, core=#FFB74D, advanced=#CE93D8, application=#81C784

Technical Features

11 Academic Search Sources: arXiv, Semantic Scholar, OpenAlex, PubMed, CrossRef, DBLP, IEEE Xplore, CORE, Google Scholar, Unpaywall, Web Search Complementary Search Strategy: Auto-detects query domain and selects optimal source combination Adapter Pattern: Plugin-based search source architecture for easy extension PDF Download: Multi-strategy URL resolution (direct, Unpaywall, OpenAlex OA, CORE) Multi-AI Provider Support: 15+ AI providers including OpenAI, Anthropic, DeepSeek, Qwen, Zhipu AI, etc. SQLite Persistence: Knowledge graphs stored in SQLite database via bun:sqlite Bidirectional Indexing: Concept-paper and paper-concept bidirectional query support Rate Limiting: Per-source rate limiting with automatic retry and delay Interactive HTML Output: Paper slide presentations, D3.js knowledge graph visualizations Multiple Output Formats: Markdown, JSON, Mermaid, HTML, PPTX TypeScript + Bun: Fast and type-safe runtime CLI + API: Both command-line and programmatic interfaces

Installation

# Clone repository git clone https://github.com/Josephyb97/ScholarGraph.git cd ScholarGraph # Install dependencies bun install # Initialize configuration bun run cli.ts config init

Configuration

Set up your AI provider: # Using OpenAI export AI_PROVIDER=openai export OPENAI_API_KEY="your-api-key" # Using DeepSeek export AI_PROVIDER=deepseek export DEEPSEEK_API_KEY="your-api-key" # Using Qwen (้€šไน‰ๅƒ้—ฎ) export AI_PROVIDER=qwen export QWEN_API_KEY="your-api-key"

Academic Source API Keys (optional, expand search coverage)

export NCBI_API_KEY="your-key" # PubMed high-speed access (10 req/s) export IEEE_API_KEY="your-key" # IEEE Xplore engineering papers export CORE_API_KEY="your-key" # CORE open access full text export UNPAYWALL_EMAIL="your@email.com" # Unpaywall OA PDF resolver export CROSSREF_MAILTO="your@email.com" # CrossRef polite pool (higher rate) export SERPAPI_KEY="your-key" # Google Scholar (via SerpAPI) export SERPER_API_KEY="your-key" # Web search via Serper

Search Literature

# Auto-select best sources based on query domain lit search "transformer attention" --limit 20 # Specify domain for optimized source selection lit search "CRISPR gene editing" --domain biomedical # Use specific sources (comma-separated) lit search "deep learning" --source semantic_scholar,arxiv,openalex --sort citations # Search and download PDFs lit search "attention is all you need" --download --limit 3

Download PDFs

# Search and download PDFs lit download "transformer" --limit 5 --output ./papers

Learn Concepts

lit learn "BERT" --depth advanced --papers --code --output bert-card.md

Detect Knowledge Gaps

lit detect --domain "Deep Learning" --known "CNN,RNN" --output gaps.md

Analyze Papers

lit analyze "https://arxiv.org/abs/1706.03762" --mode deep --output analysis.md

Build Knowledge Graph

lit graph transformer attention BERT GPT --format mermaid --output graph.md

Compare Concepts

lit compare concepts CNN RNN --output comparison.md

Compare Papers

lit compare papers "url1" "url2" "url3" --output comparison.md

Critical Analysis

lit critique "paper-url" --focus "novelty,scalability" --output critique.md

Find Learning Path

lit path "Machine Learning" "Deep Learning" --concepts "Neural Networks" --output path.md

Search Review Papers

lit review-search "attention mechanism" --limit 10

Build Knowledge Graph from Reviews

# From search query (interactive mode) lit review-graph "deep learning" --output dl-graph --enrich # From specific URL lit review-graph "https://arxiv.org/abs/xxxx" --output my-graph --enrich # Auto-confirm mode (non-interactive) lit review-graph "transformer" --output tf-graph --enrich --auto-confirm

Query Knowledge Graph

# Find papers by concept lit query concept "transformer" --graph dl-graph --limit 20 # Find concepts by paper lit query paper "https://arxiv.org/abs/1706.03762" --graph dl-graph

Manage Knowledge Graphs

# List all graphs lit graph-list # View graph statistics lit graph-stats dl-graph # Visualize graph lit graph-viz dl-graph --format mermaid --output graph.md # Export graph lit graph-export dl-graph --output dl-graph.json

Paper Visualization

# Generate interactive HTML presentation lit paper-viz "https://arxiv.org/abs/1706.03762" --output attention.html # With theme and PPT export lit paper-viz "https://arxiv.org/abs/1706.03762" --mode deep --theme academic-light --ppt # Manually provide figures lit paper-viz "https://example.com/paper" --figures ./my-figures

Interactive Knowledge Graph

# Generate interactive D3.js graph from existing knowledge graph lit graph-interactive dl-graph --output dl-interactive.html # Without paper data (lighter weight) lit graph-interactive my-graph --no-paper-viz

1. Quick Field Onboarding

Learn core concepts Detect prerequisite gaps Build knowledge graph Plan learning path

2. Deep Paper Understanding

Analyze paper in depth Perform critical analysis Learn new concepts from paper Compare with related papers

3. Research Progress Tracking

Monitor research topics Track latest papers Generate progress reports

4. Concept Comparison

Compare technical approaches Evaluate different models Build comparison graphs

5. Review-Driven Knowledge Building

Search and identify review papers Extract concepts from reviews Build persistent knowledge graphs Query concept-paper relationships

6. Paper Visualization & Graph Exploration

Analyze paper and generate interactive HTML presentation Build knowledge graph from reviews Generate interactive D3.js graph with paper preview Click nodes to view paper details and open presentations

Project Structure

ScholarGraph/ โ”œโ”€โ”€ cli.ts # Unified CLI entry โ”œโ”€โ”€ config.ts # Configuration management โ”œโ”€โ”€ README.md # Project documentation โ”œโ”€โ”€ CHANGELOG.md # Version history โ”œโ”€โ”€ SKILL.md # This file โ”‚ โ”œโ”€โ”€ shared/ # Shared modules โ”‚ โ”œโ”€โ”€ ai-provider.ts # AI provider abstraction โ”‚ โ”œโ”€โ”€ types.ts # Type definitions โ”‚ โ”œโ”€โ”€ validators.ts # Parameter validation โ”‚ โ”œโ”€โ”€ errors.ts # Error handling โ”‚ โ””โ”€โ”€ utils.ts # Utility functions โ”‚ โ”œโ”€โ”€ literature-search/ # Literature search module โ”‚ โ””โ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ search.ts # Search engine core โ”‚ โ”œโ”€โ”€ types.ts # Type definitions โ”‚ โ”œโ”€โ”€ query-expander.ts # Query expansion โ”‚ โ”œโ”€โ”€ search-strategy.ts # Complementary search strategy โ”‚ โ”œโ”€โ”€ pdf-downloader.ts # PDF download module โ”‚ โ””โ”€โ”€ adapters/ # Search source adapters โ”‚ โ”œโ”€โ”€ base.ts # Adapter interface & base class โ”‚ โ”œโ”€โ”€ registry.ts # Adapter registry โ”‚ โ”œโ”€โ”€ index.ts # Barrel export โ”‚ โ”œโ”€โ”€ arxiv-adapter.ts โ”‚ โ”œโ”€โ”€ semantic-scholar-adapter.ts โ”‚ โ”œโ”€โ”€ web-adapter.ts โ”‚ โ”œโ”€โ”€ openalex-adapter.ts โ”‚ โ”œโ”€โ”€ pubmed-adapter.ts โ”‚ โ”œโ”€โ”€ crossref-adapter.ts โ”‚ โ”œโ”€โ”€ dblp-adapter.ts โ”‚ โ”œโ”€โ”€ ieee-adapter.ts โ”‚ โ”œโ”€โ”€ core-adapter.ts โ”‚ โ”œโ”€โ”€ unpaywall-adapter.ts โ”‚ โ””โ”€โ”€ google-scholar-adapter.ts โ”‚ โ”œโ”€โ”€ concept-learner/ # Concept learning module โ”œโ”€โ”€ knowledge-gap-detector/ # Gap detection module โ”œโ”€โ”€ progress-tracker/ # Progress tracking module โ”œโ”€โ”€ paper-analyzer/ # Paper analysis module โ”‚ โ”œโ”€โ”€ review-detector/ # Review paper identification โ”‚ โ””โ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ detect.ts # Multi-dimensional scoring โ”‚ โ””โ”€โ”€ types.ts โ”‚ โ”œโ”€โ”€ concept-extractor/ # Concept extraction from reviews โ”‚ โ””โ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ extract.ts # AI-powered extraction โ”‚ โ””โ”€โ”€ types.ts โ”‚ โ”œโ”€โ”€ knowledge-graph/ # Knowledge graph module โ”‚ โ””โ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ graph.ts # Graph building core โ”‚ โ”œโ”€โ”€ indexer.ts # Bidirectional indexing โ”‚ โ”œโ”€โ”€ storage.ts # SQLite persistence โ”‚ โ””โ”€โ”€ enricher.ts # Key paper association โ”‚ โ”œโ”€โ”€ paper-viz/ # Paper visualization โ”‚ โ””โ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ types.ts # Presentation data interfaces โ”‚ โ”œโ”€โ”€ slide-builder.ts # PaperAnalysis โ†’ slides โ”‚ โ”œโ”€โ”€ html-generator.ts # Self-contained HTML generation โ”‚ โ”œโ”€โ”€ pdf-figure-extractor.ts # PDF figure extraction (pymupdf) โ”‚ โ””โ”€โ”€ ppt-exporter.ts # PPT export (python-pptx) โ”‚ โ”œโ”€โ”€ graph-viz/ # Interactive knowledge graph โ”‚ โ””โ”€โ”€ scripts/ โ”‚ โ”œโ”€โ”€ types.ts # D3 graph data interfaces โ”‚ โ”œโ”€โ”€ graph-data-adapter.ts # KnowledgeGraph โ†’ D3 data โ”‚ โ”œโ”€โ”€ html-generator.ts # Interactive HTML (D3.js v7) โ”‚ โ””โ”€โ”€ paper-viz-bridge.ts # Graph โ†’ paper presentation bridge โ”‚ โ”œโ”€โ”€ workflows/ # End-to-end workflows โ”‚ โ””โ”€โ”€ review-to-graph.ts # Review to graph pipeline โ”‚ โ”œโ”€โ”€ data/ # Data directory (auto-created) โ”‚ โ””โ”€โ”€ knowledge-graphs.db # SQLite database โ”‚ โ”œโ”€โ”€ downloads/ # PDF downloads (auto-created) โ”‚ โ””โ”€โ”€ pdfs/ โ”‚ โ””โ”€โ”€ metadata.json # Download index โ”‚ โ””โ”€โ”€ test/ # Tests and documentation โ”œโ”€โ”€ ADVANCED_FEATURES.md โ”œโ”€โ”€ TEST_RESULTS.md โ””โ”€โ”€ scripts/

International

OpenAI Anthropic (Claude) Azure OpenAI Groq Together AI Ollama (local)

China

้€šไน‰ๅƒ้—ฎ (Qwen/DashScope) DeepSeek ๆ™บ่ฐฑ AI (GLM) MiniMax Moonshot (Kimi) ็™พๅท AI (Baichuan) ้›ถไธ€ไธ‡็‰ฉ (Yi) ่ฑ†ๅŒ… (Doubao)

Markdown Reports

Concept cards with definitions, components, history, applications Gap reports with analysis and recommendations Progress reports with trending topics Paper analyses with methods, experiments, contributions Comparison analyses with similarities and differences Critical analyses with strengths, weaknesses, and suggestions

JSON Data

Structured data for programmatic processing

Mermaid Diagrams

Interactive knowledge graphs and learning paths

Interactive HTML

Paper slide presentations with keyboard/scroll/touch navigation D3.js force-directed knowledge graph with zoom, search, and paper panel

Requirements

Bun 1.3+ or Node.js 18+ AI provider API key Internet connection for paper search Python 3.8+ (optional, for PDF figure extraction and PPT export)

License

MIT License

Links

GitHub: https://github.com/Josephyb97/ScholarGraph Issues: https://github.com/Josephyb97/ScholarGraph/issues Discussions: https://github.com/Josephyb97/ScholarGraph/discussions

Version

Current version: 1.0.0

Author

ScholarGraph Team Design Inspirations: frontend-slides - Paper slide presentation design reference Argo Scholar - Interactive knowledge graph design reference For detailed documentation, see README.md For advanced features, see test/ADVANCED_FEATURES.md For test results, see test/TEST_RESULTS.md

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Scripts1 Docs
  • CHANGELOG.md Docs
  • cli.ts Scripts
  • concept-extractor/scripts/extract.ts Scripts
  • concept-extractor/scripts/types.ts Scripts
  • concept-learner/scripts/learn.ts Scripts
  • concept-learner/scripts/types.ts Scripts