Agent Plugins Marketplace
All plugins

magicpath

v0.1.2

Use MagicPath to find, inspect, install, create, and edit UI components from Codex.

Codex1 Skill

By MagicPathAILicense: UNLICENSED0 GitHub starsUpdated 4 days ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add magicpath@openai-curated

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

Compatibility: the page URL and API slug “magicpath-3” remain stable.

  • Codex: magicpath-3@agent-plugin-marketplacemagicpath@openai-curated

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/FaLalens/codex-plugins-zh

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

Plugin files

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

Included Skills1

magicpathskills/magicpath/SKILL.md

Use when the user mentions MagicPath, designs, UI components, themes, canvas selections, or repo-to-canvas UI work; run magicpath-ai to search, inspect, install, or author components.

Plugin manifests1

plugins/magicpath/.codex-plugin/plugin.json
{
  "name": "magicpath",
  "version": "0.1.2",
  "description": "Use MagicPath to find, inspect, install, create, and edit UI components from Codex.",
  "author": {
    "name": "MagicPathAI",
    "url": "https://github.com/MagicPathAI"
  },
  "homepage": "https://github.com/MagicPathAI/agent-skills",
  "repository": "https://github.com/MagicPathAI/agent-skills",
  "license": "UNLICENSED",
  "keywords": [
    "magicpath",
    "codex",
    "ui-components",
    "design",
    "react",
    "tailwind"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "MagicPath",
    "shortDescription": "Find, install, and author MagicPath UI components from Codex",
    "longDescription": "Use MagicPath through the magicpath-ai CLI to search UI components, inspect source, install React and TypeScript components into applications, work with team projects and themes, and create or edit canvas components from local code.",
    "developerName": "MagicPathAI",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://www.magicpath.ai/",
    "privacyPolicyURL": "https://www.magicpath.ai/privacy",
    "termsOfServiceURL": "https://www.magicpath.ai/terms",
    "defaultPrompt": [
      "Find a MagicPath button component and help me add it to this app.",
      "Create a new MagicPath canvas component from this repository UI.",
      "Use my MagicPath theme to adapt this component."
    ],
    "brandColor": "#111827",
    "composerIcon": "./assets/magicpath.png",
    "logo": "./assets/magicpath.png",
    "screenshots": []
  }
}

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

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