omnischolar
v0.1.17Literature, Zotero, PDF, citation, materials, and scientific image tools
By OmniScholar contributorsLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 9 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install omnischolar for Codex and Claude Code
codex plugin marketplace add luffysolution-svg/omnischolar
codex plugin marketplace upgrade omnischolar
codex plugin add omnischolar@omnischolarPaste and run these commands in a terminal with Codex. They add and refresh the omnischolar catalog, then install this plugin.
Compatibility: the page URL and API slug “omnischolar” remain stable.
- Codex:
omnischolar@agent-plugin-marketplace→omnischolar@omnischolar
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/luffysolution-svg/omnischolarClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/academic-citation/SKILL.md├── skills/chemical-data/SKILL.md├── skills/materials-project/SKILL.md├── skills/omnischolar/SKILL.md├── skills/paper-reading/SKILL.md├── skills/scholar-search/SKILL.md├── skills/scientific-figure/SKILL.md├── skills/zotero-research/SKILL.md└── .mcp.json
Included Skills8
Verify, format, and insert scholarly citations with OmniScholar. Use for APA, IEEE, GB/T 7714 and other styles, citation-network evidence, bibliography generation, candidate discovery, or verified citation insertion.
Inspect CAS Common Chemistry contract status and query substance records only when a provider-issued API contract is configured. Use for chemical names, CAS Registry Numbers, structures, and basic compound information; not literature, reaction, or materials-property discovery.
Query Materials Project records, inspect structures and phase data, and export sourced results with OmniScholar. Use for materials screening, property retrieval, phase analysis, XRD capability checks, or JSON/CSV/Markdown/CIF export.
Orchestrate multi-step scholarly work with OmniScholar across literature discovery, read-only Zotero, PDF parsing, citations, materials and chemical data, scientific images, and local publication. Use when a request spans several research workflows or the correct specialist workflow is unclear.
Parse and analyze a selected local PDF with OmniScholar and MinerU. Use when the task needs structured full text, equations, tables, figures, captions, or close reading beyond metadata and Zotero notes.
Discover scholarly literature, patents, authors, citation networks, recommendations, journal metrics, snippets, and datasets with OmniScholar. Use for evidence gathering, related-work exploration, journal selection, or when local Zotero coverage is insufficient.
Generate or edit scientific illustration drafts with OmniScholar, including reference-guided and multi-reference work, or use Ai4Scholar for its declared figure actions. Use for mechanisms, graphical abstracts, workflows, apparatus diagrams, concept art, critique, or vectorization.
Search and inspect the user's local Zotero library with OmniScholar. Use for collections, bibliographic metadata, notes, annotations, attachments, indexed text, local-paper matching, or selecting a PDF without modifying Zotero.
MCP servers1
- command
- uvx
- args
- --refresh-package luffysolution-omnischolar --from luffysolution-omnischolar@latest omnischolar mcp
Plugin manifests3
{
"name": "omnischolar",
"version": "0.1.17",
"description": "Literature, Zotero, PDF, citation, materials, and scientific image tools",
"author": {
"name": "OmniScholar contributors",
"email": "[email protected]",
"url": "https://github.com/luffysolution-svg"
},
"homepage": "https://github.com/luffysolution-svg/omnischolar",
"repository": "https://github.com/luffysolution-svg/omnischolar.git",
"license": "MIT",
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "OmniScholar",
"shortDescription": "Research literature, Zotero, PDFs, citations, materials, and figures",
"longDescription": "A local research toolkit for literature discovery, read-only Zotero access, PDF parsing, citation checks, materials data, and scientific figure workflows.",
"developerName": "OmniScholar contributors",
"category": "Productivity",
"capabilities": [
"Research",
"Read",
"Write"
],
"websiteURL": "https://github.com/luffysolution-svg/omnischolar",
"privacyPolicyURL": "https://github.com/luffysolution-svg/omnischolar/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/luffysolution-svg/omnischolar/blob/main/TERMS.md",
"defaultPrompt": [
"Find recent reviews on solid-state battery interfaces.",
"Summarize the notes and annotations for this DOI in my Zotero library.",
"Find citation candidates and verify their bibliographic identity."
],
"brandColor": "#2563EB",
"composerIcon": "./assets/logo.svg",
"logo": "./assets/logo.svg"
}
}{
"name": "omnischolar",
"version": "0.1.17",
"description": "Literature, Zotero, PDF, citation, materials, and scientific image tools",
"author": {
"name": "OmniScholar contributors",
"email": "[email protected]"
},
"homepage": "https://github.com/luffysolution-svg/omnischolar",
"repository": "https://github.com/luffysolution-svg/omnischolar.git",
"license": "MIT"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "omnischolar",
"version": "0.1.17",
"description": "Literature, Zotero, PDF, citation, materials, and scientific image tools",
"author": {
"name": "OmniScholar contributors"
},
"homepage": "https://github.com/luffysolution-svg/omnischolar",
"repository": "https://github.com/luffysolution-svg/omnischolar.git",
"license": "MIT",
"keywords": [
"research",
"literature",
"zotero",
"mineru",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[omnischolar on Agent Plugins Marketplace](https://pluginsmp.com/plugins/omnischolar)