Agent Plugins Marketplace
All plugins

education-tools

v1.0.0

Interactive question and graded quiz popups plus opt-in Markdown conversation logging.

CodexAgent Plugins1 Skill1 MCP serverstdio

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

Installs for the current user
codex plugin marketplace add suri-kunal/codex-learning-tools
codex plugin marketplace upgrade codex-learning-tools
codex plugin add education-tools@codex-learning-tools

Paste 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-marketplaceeducation-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-tools

Clone 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

plugins/education-tools/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/education-tools/SKILL.md
└── .mcp.json

Included Skills1

education-toolsskills/education-tools/SKILL.md

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

education_toolsstdio
command
node
args
./dist/server.mjs
cwd
.

Plugin manifests2

plugins/education-tools/.codex-plugin/plugin.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"
  ],
  "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."
    ]
  }
}
plugins/education-tools/plugin.json
{
  "$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."
        ]
      }
    }
  }
}

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)