Agent Plugins Marketplace
All plugins

noacg

v0.4.0

Make broadcast graphics for NoaCG Studio from Codex. The plugin entrance to the NoaCG CLI: the noacg-graphic skill (the NoaCG contract, the tools, the loop - not how to design). Runs nothing until a graphic is being made; the optional noacg-mcp plugin adds the always-on MCP server.

CodexClaude Code1 Skill

By NoaCG StudioLicense: Apache-2.05 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
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 noacg for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add noacg@agent-plugin-marketplace

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

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/NoaCG/NoaCG-Studio

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

Plugin files

cli/plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/noacg-graphic/SKILL.md

Included Skills1

noacg-graphicskills/noacg-graphic/SKILL.md

Make a broadcast graphic for NoaCG Studio (lower third, scoreboard, bug, ticker, countdown, full-screen, any on-air graphic) and put it in the user's NoaCG library. Use when the user says "for NoaCG", names NoaCG, SPX, CasparCG or OGraf playout, or wants a graphic operated live (editable fields, Take/Update/Out). Teaches the NoaCG contract, the noacg tools and the loop, not how to design.

Plugin manifests2

cli/plugin/.codex-plugin/plugin.json
{
  "name": "noacg",
  "version": "0.4.0",
  "description": "Make broadcast graphics for NoaCG Studio from Codex. The plugin entrance to the NoaCG CLI: the noacg-graphic skill (the NoaCG contract, the tools, the loop - not how to design). Runs nothing until a graphic is being made; the optional noacg-mcp plugin adds the always-on MCP server.",
  "author": {
    "name": "NoaCG Studio",
    "url": "https://noacg.studio"
  },
  "homepage": "https://noacg.studio",
  "repository": "https://github.com/NoaCG/NoaCG-Studio",
  "license": "Apache-2.0",
  "keywords": [
    "broadcast-graphics",
    "lower-third",
    "scoreboard",
    "ograf",
    "spx",
    "casparcg",
    "obs",
    "vmix",
    "mcp"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "NoaCG",
    "shortDescription": "Make broadcast graphics for NoaCG Studio",
    "longDescription": "Design a broadcast graphic the way you normally design, validate and screenshot it with the NoaCG CLI, and save it into your NoaCG Studio library - ready to operate live from NoaCG's control panel and export to CasparCG, SPX, OBS, vMix, H2R, LiveOS or any OGraf renderer.",
    "developerName": "NoaCG Studio",
    "category": "Developer Tools",
    "capabilities": [
      "Write"
    ],
    "websiteURL": "https://noacg.studio",
    "privacyPolicyURL": "https://noacg.studio/privacy",
    "termsOfServiceURL": "https://noacg.studio/terms",
    "defaultPrompt": [
      "Make a football scoreboard for NoaCG",
      "Make a lower third for our evening news, for NoaCG",
      "Turn this graphic into a NoaCG graphic I can operate live"
    ],
    "screenshots": [],
    "brandColor": "#F6A623"
  }
}
cli/plugin/.claude-plugin/plugin.json
{
  "name": "noacg",
  "version": "0.4.0",
  "description": "Make broadcast graphics for NoaCG Studio from Claude Code. The plugin entrance to the NoaCG CLI: the noacg-graphic skill (the NoaCG contract, the tools, the loop - not how to design) and the /noacg:graphic command. Runs nothing until a graphic is being made; the optional noacg-mcp plugin adds the always-on MCP server.",
  "author": {
    "name": "NoaCG Studio",
    "url": "https://noacg.studio"
  },
  "homepage": "https://noacg.studio",
  "repository": "https://github.com/NoaCG/NoaCG-Studio",
  "license": "Apache-2.0",
  "keywords": [
    "broadcast-graphics",
    "lower-third",
    "scoreboard",
    "ograf",
    "spx",
    "casparcg",
    "obs",
    "vmix",
    "mcp"
  ]
}

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

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