literature-search-chatgpt
v0.1.0Evidence-traceable scholarly literature search and targeted extraction for ChatGPT and Codex.
By WizerdBaCheLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 0 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 literature-search-chatgpt for Codex
codex plugin marketplace add WizerdBaChe/literature-search-chatgpt
codex plugin marketplace upgrade literature-search-chatgpt
codex plugin add literature-search-chatgpt@literature-search-chatgptPaste and run these commands in a terminal with Codex. They add and refresh the literature-search-chatgpt catalog, then install this plugin.
Compatibility: the page URL and API slug “literature-search-chatgpt” remain stable.
- Codex:
literature-search-chatgpt@agent-plugin-marketplace→literature-search-chatgpt@literature-search-chatgpt
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/WizerdBaChe/literature-search-chatgptClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/literature-search-chatgpt/.
Plugin files
├── .codex-plugin/plugin.json└── plugin.json
Plugin manifests2
{
"name": "literature-search-chatgpt",
"version": "0.1.0",
"description": "Evidence-traceable scholarly literature search and targeted extraction for ChatGPT and Codex.",
"author": {
"name": "WizerdBaChe",
"url": "https://github.com/WizerdBaChe"
},
"homepage": "https://github.com/WizerdBaChe/literature-search-chatgpt/tree/main/plugins/literature-search-chatgpt",
"repository": "https://github.com/WizerdBaChe/literature-search-chatgpt",
"license": "MIT",
"keywords": [
"literature",
"scholarly-search",
"citation",
"evidence",
"research",
"chatgpt",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "Literature Search · ChatGPT/Codex",
"shortDescription": "Find, verify, and extract scholarly sources.",
"longDescription": "A ChatGPT/Codex skill for source-aware literature search, targeted extraction, citation traceability, access-level tagging, and explicit gaps. It does not invent citations or silently fill missing evidence.",
"developerName": "WizerdBaChe",
"category": "Research",
"capabilities": [
"Research",
"Read"
],
"websiteURL": "https://github.com/WizerdBaChe/literature-search-chatgpt",
"privacyPolicyURL": "https://github.com/WizerdBaChe/literature-search-chatgpt/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/WizerdBaChe/literature-search-chatgpt/blob/main/TERMS.md",
"defaultPrompt": [
"Find papers on a topic and compare their evidence.",
"Extract a paper's Methods with locators.",
"Check whether this citation really supports the claim."
],
"brandColor": "#0F766E"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "literature-search-chatgpt",
"version": "0.1.0",
"description": "Evidence-traceable scholarly literature search and targeted extraction for ChatGPT and Codex.",
"author": {
"name": "WizerdBaChe",
"url": "https://github.com/WizerdBaChe"
},
"homepage": "https://github.com/WizerdBaChe/literature-search-chatgpt/tree/main/plugins/literature-search-chatgpt",
"repository": "https://github.com/WizerdBaChe/literature-search-chatgpt",
"license": "MIT",
"keywords": [
"literature",
"scholarly-search",
"citation",
"evidence",
"research",
"chatgpt",
"codex"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Literature Search · ChatGPT/Codex",
"shortDescription": "Find, verify, and extract scholarly sources.",
"longDescription": "A ChatGPT/Codex skill for source-aware literature search, targeted extraction, citation traceability, access-level tagging, and explicit gaps. It does not invent citations or silently fill missing evidence.",
"developerName": "WizerdBaChe",
"category": "Research",
"capabilities": [
"Research",
"Read"
],
"websiteURL": "https://github.com/WizerdBaChe/literature-search-chatgpt",
"privacyPolicyURL": "https://github.com/WizerdBaChe/literature-search-chatgpt/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/WizerdBaChe/literature-search-chatgpt/blob/main/TERMS.md",
"defaultPrompt": [
"Find papers on a topic and compare their evidence.",
"Extract a paper's Methods with locators.",
"Check whether this citation really supports the claim."
],
"brandColor": "#0F766E"
}
}
}
}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.
[literature-search-chatgpt on Agent Plugins Marketplace](https://pluginsmp.com/plugins/literature-search-chatgpt)