literature-search
v1.2.0Search public academic sources and use a campus-authorized local Chrome session when subscribed full text is needed.
By he162220 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 for Codex
codex plugin marketplace add he16222/skills
codex plugin marketplace upgrade he16222-skills
codex plugin add literature-search@he16222-skillsPaste and run these commands in a terminal with Codex. They add and refresh the he16222-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “literature-search-2” remain stable.
- Codex:
literature-search-2@agent-plugin-marketplace→literature-search@he16222-skills
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/he16222/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/literature-search/.
Plugin files
├── .codex-plugin/plugin.json└── skills/literature-search/SKILL.md
Included Skills1
Use when the user asks to 检索文献、查找论文、限定期刊或年份、检索开放获取资料、调用本机浏览器使用校园网、学校 VPN、图书馆代理或机构登录、使用知网/CNKI、检查全文,或核验 PDF/CAJ/在线阅读状态。
Plugin manifests1
{
"name": "literature-search",
"version": "1.2.0",
"description": "Search public academic sources and use a campus-authorized local Chrome session when subscribed full text is needed.",
"author": {
"name": "he16222",
"url": "https://github.com/he16222"
},
"homepage": "https://github.com/he16222/skills",
"repository": "https://github.com/he16222/skills",
"keywords": [
"literature-search",
"academic-research",
"openalex",
"crossref",
"unpaywall",
"cnki"
],
"skills": "./skills/",
"interface": {
"displayName": "Dual-channel Literature Search",
"shortDescription": "Public literature search with campus-authorized full-text checks",
"longDescription": "Search public scholarly APIs and open web pages, then use the user's local Chrome session for subscribed publisher and database access through a campus network, school VPN, library proxy, or institutional login when requested. Elsevier ScienceDirect and CNKI are included as common examples.",
"developerName": "he16222",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"检索近五年生成式人工智能与高等教育相关文献,并合并重复记录。",
"按指定期刊和年份检索主题文献,并检查开放全文。",
"使用校园网检索 Elsevier 和知网,并核验 PDF、CAJ 或在线阅读状态。"
]
}
}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 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/literature-search-2)