← All plugins
magicpath
v0.1.1Use MagicPath to find, inspect, install, create, and edit UI components from Codex.
Codex1 skill
by MagicPathAIUNLICENSED5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/magicpath/ inside the repository.
Layout
plugins/magicpath/
├── .codex-plugin/plugin.json└── skills/magicpath/SKILL.md
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.
Manifests1
plugins/magicpath/.codex-plugin/plugin.json
{
"name": "magicpath",
"version": "0.1.1",
"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": []
}
}