Agent Plugins Marketplace
All plugins

omnischolar

v0.1.17

Literature, Zotero, PDF, citation, materials, and scientific image tools

CodexClaude CodeAgent Plugins8 Skills1 MCP serverstdio

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

Installs for the current user
codex plugin marketplace add luffysolution-svg/omnischolar
codex plugin marketplace upgrade omnischolar
codex plugin add omnischolar@omnischolar

Paste 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-marketplaceomnischolar@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/omnischolar

Clone 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

omnischolar/
├── .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

academic-citationskills/academic-citation/SKILL.md

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.

chemical-dataskills/chemical-data/SKILL.md

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.

materials-projectskills/materials-project/SKILL.md

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.

omnischolarskills/omnischolar/SKILL.md

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.

paper-readingskills/paper-reading/SKILL.md

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.

scholar-searchskills/scholar-search/SKILL.md

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.

scientific-figureskills/scientific-figure/SKILL.md

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.

zotero-researchskills/zotero-research/SKILL.md

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

omnischolarstdio
command
uvx
args
--refresh-package luffysolution-omnischolar --from luffysolution-omnischolar@latest omnischolar mcp

Plugin manifests3

.codex-plugin/plugin.json
{
  "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"
  }
}
.claude-plugin/plugin.json
{
  "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"
}
plugin.json
{
  "$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"
  ]
}

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)