Agent Plugins Marketplace
All plugins

3d-ai-plugin

v0.1.0

Generate 3D meshes from text with the 3d-gen-1 model on Hugging Face. Runs on your own Hugging Face account and credit.

Claude Code1 Skill

By Pheonix-Studio-catLicense: Apache-2.00 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 12, 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 3d-ai-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install 3d-ai-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/Pheonix-Studio-cat/3d-ai-plugin

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

3d-ai-plugin/
├── .claude-plugin/plugin.json
└── skills/generate-3d/SKILL.md

Included Skills1

generate-3dskills/generate-3d/SKILL.md

Generate a 3D mesh (.obj) from a text prompt using the 3d-gen-1 model on Hugging Face. Use when someone asks for a 3D model, mesh, or .obj of an object from a description, or asks about a running 3d-gen-1 job. Generation rents a GPU on the user's own Hugging Face account, so always tell them before starting one.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "3d-ai-plugin",
  "displayName": "3D AI (3d-gen-1)",
  "version": "0.1.0",
  "description": "Generate 3D meshes from text with the 3d-gen-1 model on Hugging Face. Runs on your own Hugging Face account and credit.",
  "author": {
    "name": "Pheonix-Studio-cat",
    "url": "https://github.com/Pheonix-Studio-cat"
  },
  "homepage": "https://github.com/Pheonix-Studio-cat/3d-ai-plugin",
  "repository": "https://github.com/Pheonix-Studio-cat/3d-ai-plugin",
  "license": "Apache-2.0",
  "keywords": [
    "3d",
    "mesh",
    "text-to-3d",
    "hugging-face",
    "meshgpt",
    "mcp"
  ]
}

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

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