thesis-summarizer
v0.4.1Turn theses and research papers into self-contained, bidirectionally linked explainers.
By Local developer0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 19, 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 thesis-summarizer for Codex and Claude Code
codex plugin marketplace add ssk-yt/chatgpt-plugin-marketplace
codex plugin marketplace upgrade sskyt-plugins
codex plugin add thesis-summarizer@sskyt-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the sskyt-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “thesis-summarizer” remain stable.
- Codex:
thesis-summarizer@agent-plugin-marketplace→thesis-summarizer@sskyt-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/ssk-yt/chatgpt-plugin-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/thesis-summarizer/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/thesis-summarizer/SKILL.md
Included Skills1
Summarizes a thesis or research-paper PDF into a researcher-facing Japanese HTML explainer with bidirectional links to exact PDF phrases, equations, figures, and tables. Use whenever the user invokes Thesis Summarizer, attaches this plugin with a PDF, or asks for a linked or annotated thesis or paper summary.
Plugin manifests2
{
"name": "thesis-summarizer",
"version": "0.4.1",
"description": "Turn theses and research papers into self-contained, bidirectionally linked explainers.",
"author": {
"name": "Local developer"
},
"skills": "./skills/",
"interface": {
"displayName": "Thesis Summarizer",
"shortDescription": "Turn a thesis or paper into a linked explainer.",
"longDescription": "Creates a self-contained HTML summary that links prose, equations, figure captions, and table captions to exact PDF evidence, with embedded source crops and mobile-friendly reading tabs.",
"developerName": "Local developer",
"category": "Productivity",
"capabilities": [
"PDF analysis",
"Figure and table extraction",
"Interactive HTML",
"Mobile layout"
],
"brandColor": "#A64632",
"defaultPrompt": [
"このPDFを研究者向けの詳細な日本語解説にして。背景知識、重要な式の導出、関連する図表も含めて。",
"この論文を原文への双方向リンク付きで専門的に解説して。",
"このPDFからPCとスマホで読める研究者向け解説HTMLを作って。"
]
}
}{
"name": "thesis-summarizer",
"displayName": "Thesis Summarizer",
"version": "0.4.1",
"description": "Turn theses and research papers into self-contained, bidirectionally linked explainers.",
"author": {
"name": "ssk-yt"
},
"homepage": "https://github.com/ssk-yt/chatgpt-plugin-marketplace",
"skills": "./skills/"
}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.
[thesis-summarizer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/thesis-summarizer)