Agent Plugins Marketplace
All plugins

claude-math

v0.6.0

Emit mathematics as inline Unicode (∑, ≤, ℝ, x², matrices, set-builder) instead of LaTeX, so equations stay legible in the Codex TUI and Unicode-capable terminals. Copy- and search-safe. Also works in Claude Code.

Codex

By Vladimir RotariuLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 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 claude-math for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add claude-math@awesome-codex-plugins

Paste 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 “claude-math” remain stable.

  • Codex: claude-math@agent-plugin-marketplaceclaude-math@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-plugins

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

Plugin files

plugins/vladimirrott/claude-math/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/vladimirrott/claude-math/.codex-plugin/plugin.json
{
  "name": "claude-math",
  "version": "0.6.0",
  "description": "Emit mathematics as inline Unicode (∑, ≤, ℝ, x², matrices, set-builder) instead of LaTeX, so equations stay legible in the Codex TUI and Unicode-capable terminals. Copy- and search-safe. Also works in Claude Code.",
  "author": {
    "name": "Vladimir Rotariu",
    "url": "https://github.com/vladimirrott"
  },
  "license": "MIT",
  "homepage": "https://github.com/vladimirrott/claude-math",
  "repository": "https://github.com/vladimirrott/claude-math",
  "keywords": [
    "math",
    "latex",
    "unicode",
    "terminal",
    "codex-skills",
    "claude-skills",
    "rendering"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "claude-math",
    "shortDescription": "Readable Unicode math in the terminal instead of LaTeX.",
    "longDescription": "A skill that makes the model emit mathematics as inline Unicode glyphs (∑, ≤, ℝ, x², ∫₀¹, matrices, set-builder) instead of LaTeX, so equations stay legible in the Codex TUI and Unicode-capable terminals. Copy- and search-safe (no math-alphanumeric styling codepoints). Also works in Claude Code via the same SKILL.md.",
    "developerName": "Vladimir Rotariu",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/vladimirrott/claude-math",
    "defaultPrompt": [
      "State the Shannon entropy and explain each term.",
      "Write the cohort filter as a set-builder expression.",
      "Show the gradient descent update rule."
    ]
  }
}

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

[claude-math on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-math)