Agent Plugins Marketplace
All plugins

glb-label-editor

v0.2.0

Two-stage cosmetic label design and GLB production, preview, validation, and export

Codex2 Skills

By Realibox1 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add glb-label-editor@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/rendylong/label-editer

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

Plugin files

glb-label-editor/
├── .codex-plugin/plugin.json
├── skills/cosmetic-label/SKILL.md
└── skills/cosmetic-label-editor/SKILL.md

Included Skills2

cosmetic-labelskills/cosmetic-label/SKILL.md

Designs and analyzes the label / 贴标 (printed area, paper label, direct print, in-mold decoration) of cosmetics packaging. Covers four dimensions — 排版 layout, 字体 typography, 工艺 print/process, 内容 content hierarchy. Three modes — Design (new label), Replicate (deconstruct a reference label into an adapted spec), Analyze (label report). First clarifies the user's brand, product, positioning, design strategy, and label content/language requirements. Grounds every decision in compiled label-convention and whitespace analysis of real product packaging. Use when asked to design, redesign, analyze, or prepare an editor handoff for the label, sticker, typography, or printed content of a cosmetics bottle, jar, tube, lipstick, or compact.

cosmetic-label-editorskills/cosmetic-label-editor/SKILL.md

Use when producing, validating, live-previewing, or exporting an approved cosmetic label design on a packaging GLB after cosmetic-label has completed the design and Editor Handoff, including front/back labels, full wraps, direct-print overlays, separate label meshes, neck bands, multilingual typography, craft/PBR effects, print checks, editable projects, PNG channels, labeled GLB export, or visual review.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "glb-label-editor",
  "version": "0.2.0",
  "description": "Two-stage cosmetic label design and GLB production, preview, validation, and export",
  "author": {
    "name": "Realibox",
    "url": "https://github.com/rendylong/label-editer"
  },
  "homepage": "https://github.com/rendylong/label-editer",
  "repository": "https://github.com/rendylong/label-editer",
  "keywords": [
    "glb",
    "label-design",
    "cosmetics",
    "packaging",
    "3d"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "GLB Label Editor",
    "shortDescription": "Design first, then produce cosmetic labels on GLBs",
    "longDescription": "Always use Cosmetic Label to clarify and approve the label system first, then use Cosmetic Label Editor's pure-local CLI to inspect packaging GLBs, atomically edit front, back, and wrap labels, automatically keep a read-only Web preview synchronized, validate print data, and export PNG/PBR assets plus labeled GLB files.",
    "developerName": "Realibox",
    "category": "Design",
    "capabilities": [
      "Read",
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://github.com/rendylong/label-editer",
    "privacyPolicyURL": "https://github.com/rendylong/label-editer/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/rendylong/label-editer/blob/main/TERMS.md",
    "defaultPrompt": [
      "Design this cosmetic label with $cosmetic-label, then produce it on the GLB with $cosmetic-label-editor.",
      "First use $cosmetic-label to clarify and normalize this approved design into an Editor Handoff, then export a labeled GLB with $cosmetic-label-editor.",
      "First use $cosmetic-label to clarify this label edit, then use $cosmetic-label-editor and keep the browser preview open."
    ],
    "brandColor": "#356AE6",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png"
  }
}

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

[glb-label-editor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/glb-label-editor)