magicpath
v0.1.2Use MagicPath to find, inspect, install, create, and edit UI components from Codex.
By MagicPathAILicense: UNLICENSED7.1k GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 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
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add magicpath@openai-curatedPaste 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” remain stable.
- Codex:
magicpath@agent-plugin-marketplace→magicpath@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/openai/pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/magicpath/.
Plugin files
├── .codex-plugin/plugin.json└── skills/magicpath/SKILL.md
Included Skills1
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
{
"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": []
}
}For maintainers
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)