Agent Plugins Marketplace
All plugins

brandonwie

v0.4.10

Local context HUD and compact footer line for Codex CLI sessions.

Codex1 Skill

By Brandon WieLicense: MIT9 GitHub starsUpdated 39 minutes ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add brandonwie/codex-hud
codex plugin marketplace upgrade codex-hud
codex plugin add brandonwie@codex-hud

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

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

  • Codex: brandonwie@agent-plugin-marketplacebrandonwie@codex-hud

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/brandonwie/codex-hud

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

Plugin files

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

Included Skills1

codex-hudskills/codex-hud/SKILL.md

Show Codex workspace context with local config, git state, hooks, and project hints. Standalone mode can show an expanded snapshot; patched Codex TUI footer mode is single-line. Use when the user says "codex-hud", "show Codex HUD", "status HUD", "workspace snapshot", or asks for richer Codex context.

Plugin manifests1

plugins/codex-hud/.codex-plugin/plugin.json
{
  "name": "brandonwie",
  "version": "0.4.10",
  "description": "Local context HUD and compact footer line for Codex CLI sessions.",
  "author": {
    "name": "Brandon Wie",
    "url": "https://github.com/brandonwie"
  },
  "homepage": "https://github.com/brandonwie/codex-hud#readme",
  "repository": "https://github.com/brandonwie/codex-hud",
  "license": "MIT",
  "keywords": [
    "codex",
    "hud",
    "statusline",
    "developer-tools"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Codex HUD",
    "shortDescription": "Show local Codex context and footer status.",
    "longDescription": "Codex HUD adds a Rust-backed command surface that summarizes Codex config, git state, project hints, hooks, and runtime context. Standalone commands can render an expanded workspace view; patched Codex TUI mode uses the compact single-line status command.",
    "developerName": "Brandon Wie",
    "category": "Productivity",
    "capabilities": [
      "Context",
      "Local tooling",
      "Developer productivity"
    ],
    "defaultPrompt": [
      "Show my Codex HUD.",
      "Summarize this Codex workspace status.",
      "Explain what my Codex HUD is showing."
    ],
    "brandColor": "#10B981"
  }
}

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

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