education-tools
v1.0.0Interactive question and graded quiz popups plus opt-in Markdown conversation logging.
By Kunal SuriLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- 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 education-tools for Codex
codex plugin marketplace add suri-kunal/codex-learning-tools
codex plugin marketplace upgrade codex-learning-tools
codex plugin add education-tools@codex-learning-toolsPaste and run these commands in a terminal with Codex. They add and refresh the codex-learning-tools catalog, then install this plugin.
Compatibility: the page URL and API slug “education-tools” remain stable.
- Codex:
education-tools@agent-plugin-marketplace→education-tools@codex-learning-tools
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/suri-kunal/codex-learning-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/education-tools/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/education-tools/SKILL.md└── .mcp.json
Included Skills1
Use interactive question and quiz popups, or start and stop opt-in Markdown session logging. Invoke whenever asking the user a non-graded question, giving a graded conceptual quiz, or handling a request to log the conversation to Markdown.
MCP servers1
- command
- node
- args
- ./dist/server.mjs
- cwd
- .
Plugin manifests2
{
"name": "education-tools",
"version": "1.0.0",
"description": "Interactive question and graded quiz popups plus opt-in Markdown conversation logging.",
"author": {
"name": "Kunal Suri",
"url": "https://github.com/suri-kunal"
},
"homepage": "https://github.com/suri-kunal/codex-learning-tools",
"repository": "https://github.com/suri-kunal/codex-learning-tools",
"license": "MIT",
"keywords": [
"education",
"quiz",
"questions",
"markdown",
"logging"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Education Tools",
"shortDescription": "Question and quiz popups with Markdown lesson logging.",
"longDescription": "Ask structured questions, run automatically graded quizzes with immediate feedback, and opt in to session-scoped Markdown logging.",
"developerName": "Kunal Suri",
"category": "Education",
"websiteURL": "https://github.com/suri-kunal/codex-learning-tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Ask me one structured clarification question.",
"Quiz me on the concept we just covered.",
"Start logging this lesson to an existing Markdown file."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "education-tools",
"version": "1.0.0",
"description": "Interactive question and graded quiz popups plus opt-in Markdown conversation logging.",
"author": {
"name": "Kunal Suri",
"url": "https://github.com/suri-kunal"
},
"homepage": "https://github.com/suri-kunal/codex-learning-tools",
"repository": "https://github.com/suri-kunal/codex-learning-tools",
"license": "MIT",
"keywords": [
"education",
"quiz",
"questions",
"markdown",
"logging"
],
"extensions": {
"com.openai": {
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "Education Tools",
"shortDescription": "Question and quiz popups with Markdown lesson logging.",
"longDescription": "Ask structured questions, run automatically graded quizzes with immediate feedback, and opt in to session-scoped Markdown logging.",
"developerName": "Kunal Suri",
"category": "Education",
"websiteURL": "https://github.com/suri-kunal/codex-learning-tools",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Ask me one structured clarification question.",
"Quiz me on the concept we just covered.",
"Start logging this lesson to an existing Markdown file."
]
}
}
}
}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.
[education-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/education-tools)