Agent Plugins Marketplace
All plugins

zetema

v0.1.0

Create source-grounded questions from text and LaTeX, guided by optional reference questions.

Codex1 Skill

By idealstarryLicense: MIT3 GitHub starsUpdated 43 minutes ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 3, 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 zetema for Codex

Installs for the current user
codex plugin marketplace add idealstarry/Zetema
codex plugin marketplace upgrade zetema
codex plugin add zetema@zetema

Paste and run these commands in a terminal with Codex. They add and refresh the zetema catalog, then install this plugin.

Compatibility: the page URL and API slug “zetema” remain stable.

  • Codex: zetema@agent-plugin-marketplacezetema@zetema

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/idealstarry/Zetema

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zetema/.

Plugin files

plugins/zetema/
├── .codex-plugin/plugin.json
└── skills/zetema/SKILL.md

Included Skills1

zetemaskills/zetema/SKILL.md

Generate source-grounded questions from UTF-8 text, Markdown, or TeX, optionally following the style of reference questions. Use for calculus, linear algebra, probability, statistics, algorithms, and other text-and-LaTeX question sets. Do not use for PDF, slide, image, audio, or OCR extraction.

Plugin manifests1

plugins/zetema/.codex-plugin/plugin.json
{
  "name": "zetema",
  "version": "0.1.0",
  "description": "Create source-grounded questions from text and LaTeX, guided by optional reference questions.",
  "author": {
    "name": "idealstarry",
    "url": "https://github.com/idealstarry"
  },
  "homepage": "https://github.com/idealstarry/Zetema#readme",
  "repository": "https://github.com/idealstarry/Zetema",
  "license": "MIT",
  "keywords": [
    "question-generation",
    "latex",
    "assessment",
    "education"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Zetema",
    "shortDescription": "Text-to-question with LaTeX",
    "longDescription": "Turn source text and optional reference questions into new, traceable question sets for mathematics, statistics, and algorithms.",
    "developerName": "idealstarry",
    "category": "Education & Research",
    "capabilities": [
      "Generate source-grounded questions",
      "Validate text and LaTeX question sets"
    ],
    "defaultPrompt": [
      "Create 12 calculus questions from these notes and mirror the reference set.",
      "Turn this linear algebra chapter into grounded LaTeX exercises.",
      "Build algorithm questions from this text and validate the JSON."
    ],
    "brandColor": "#635BFF",
    "composerIcon": "./assets/logo.svg",
    "logo": "./assets/logo.svg"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[zetema on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zetema)