papersflow-codex-plugin
v1.0.0Hosted PapersFlow MCP tools plus guided Codex research agents for search, citation graphs, and DeepScan.
By PapersFlowLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 5 skill or MCP entries
- 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 papersflow-codex-plugin for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add papersflow-codex-plugin@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “papersflow-codex-plugin” remain stable.
- Codex:
papersflow-codex-plugin@agent-plugin-marketplace→papersflow-codex-plugin@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/papersflow-ai/papersflow-codex-plugin/.
Plugin files
├── .codex-plugin/plugin.json├── skills/citation-verifier/SKILL.md├── skills/comparative-synthesis/SKILL.md├── skills/deepscan-monitor/SKILL.md├── skills/research-briefing/SKILL.md└── .mcp.json
Included Skills4
Verify, normalize, and enrich a single citation or paper identifier. Use when the user pastes a DOI, URL, arXiv ID, PubMed ID, citation string, or paper title and wants it checked.
Compare and synthesize findings across multiple completed DeepScan reports. Use when the user wants cross-run analysis, trend comparison, or a unified summary from several research sessions.
Run and monitor PapersFlow DeepScan jobs. Use when the user wants long-running research progress, intermediate findings, final reports, or plotting from a completed run.
Build a focused literature and citation briefing from PapersFlow. Use when the user wants paper search, citation verification, related-paper discovery, or citation graph exploration.
MCP servers1
- url
- https://doxa.papersflow.ai/mcp
Plugin manifests1
{
"name": "papersflow-codex-plugin",
"version": "1.0.0",
"description": "Hosted PapersFlow MCP tools plus guided Codex research agents for search, citation graphs, and DeepScan.",
"author": {
"name": "PapersFlow",
"email": "[email protected]",
"url": "https://papersflow.ai"
},
"homepage": "https://papersflow.ai",
"repository": "https://github.com/papersflow-ai/papersflow-codex-plugin",
"license": "MIT",
"keywords": [
"research",
"academic",
"citation",
"literature-search",
"deepscan",
"mcp",
"papers",
"science",
"codex"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "PapersFlow Research",
"shortDescription": "Hosted MCP research tools with guided Codex agents for discovery, citation verification, graphs, and DeepScan.",
"longDescription": "Install PapersFlow in Codex as a hosted MCP server plus guided research agents for literature search, citation verification, citation graph exploration, evidence synthesis, and premium DeepScan analysis.",
"developerName": "PapersFlow",
"category": "Research",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://papersflow.ai",
"privacyPolicyURL": "https://papersflow.ai/privacy",
"termsOfServiceURL": "https://papersflow.ai/terms",
"defaultPrompt": [
"Find five strong papers on retrieval-augmented generation evaluation and tell me which one to start with.",
"Verify this DOI and give me a normalized citation card with the key identifiers.",
"Run a DeepScan on agentic retrieval benchmarks and summarize the live findings as the report develops."
],
"brandColor": "#10A37F",
"composerIcon": "./assets/plugin-icon.png",
"logo": "./assets/logo-400x400.png",
"screenshots": [
"./assets/search-papers.png",
"./assets/verify-citation.png",
"./assets/citation-graph.png",
"./assets/deep-research-branded.webp"
]
}
}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.
[papersflow-codex-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/papersflow-codex-plugin)