Rodin3D Skills

by deemostech

Not rated
GitHub

About

A Skill for generating 3D models from single image, multiview images or text prompts using the Hyper3D Rodin Gen-2 API.

Details

Author
deemostech
Categories
Productivity, AI, Other

Method 1: Install from Marketplace (Recommended)

The easiest way to install this skill is through the Claude Code plugin marketplace:

/plugin marketplace add DeemosTech/rodin3d-skills
/plugin install rodin3d-skill@rodin3d-skills
export HYPER3D_API_KEY=your_api_key_here
echo 'HYPER3D_API_KEY=your_api_key_here' > .env echo '.env' >> .gitignore

That's it! The skill is now available as/rodin3d-skillin Claude Code.

If you prefer to install manually or want to develop locally:

git clone https://github.com/DeemosTech/rodin3d-skills.git cd rodin3d-skills
cd skills/rodin3d-skill pip install -r requirements.txt
/plugin marketplace add /path/to/rodin3d-skills /plugin install rodin3d-skill@rodin3d-skills

Set your API key(same as Method 1, step 4)

After installation, verify the skill is available:

You should seerodin3d-skillin the list of enabled plugins.

/plugin marketplace update rodin3d-skills /plugin update rodin3d-skill@rodin3d-skills

Once installed, you can interact with this skill through:

Please generate a 3D model from this image: ](https://hyper3d.ai/api-dashboard)[provide image path]
Please generate a 3D model of a medieval castle with high quality
Please generate a 3D model from these images: [provide multiple images]

You can also use the Python scripts directly:

python scripts/generate_3d_model.py \ --image path/to/image.jpg \ --geometry-file-format glb \ --quality medium \ --output ./output
python scripts/generate_3d_model.py \ --prompt "A detailed 3D model of a medieval castle" \ --geometry-file-format glb \ --quality high \ --output ./output

- GLB: Recommended for web and most 3D software
- USDZ: For Apple platforms
- FBX: For game engines and 3D modeling software
- OBJ: Universal 3D format
- STL: For 3D printing

- High: Best quality, longer processing time
- Medium: Balanced quality and speed
- Low: Faster processing, lower quality
- Extra-low: Fastest processing, minimal quality

- Use high-resolution images (at least 512 x 512 pixels)
- Ensure good lighting and clear details
- Avoid cluttered backgrounds
- Use multiple angles for better results
- Supported formats: JPEG, PNG, WEBP
- File size limit: 16MB
- Resolution range: 512x512 to 4096x4096

- Be specific and detailed in your descriptions
- Mention materials and textures
- Include lighting information
- Specify the style (realistic, cartoon, futuristic, etc.)
- Provide context for the object

Download links expire in 10 minutes: API result URLs are temporary. Download 3D models immediately after generation completes. Do not store or cache the URLs themselves.

Here are some example text prompts for 3D generation:
- "A detailed 3D model of a medieval castle"
- "A futuristic cityscape with flying cars"
- "A realistic 3D model of a cat sitting on a couch"
- "An abstract sculpture made of glass and metal"
- "A 3D model of a cozy cottage in the woods"
- Verify your API key is set correctly
- Check that the key is valid and active
- Ensure you have sufficient API credits
- Check image format and size requirements
- Verify prompt is not empty or too short
- Ensure API service is available
- Review error messages for specific issues

- SKILL.md- Complete skill documentation
-
assets/examples/README.md- Example usage

- Hyper3D Website
-
API Dashboard
-
Hyper3D API Documentation

MIT License - See LICENSE file for details

- Submit a GitHub Issue
- Refer to
SKILL.mdfor detailed documentation
- Visit Hyper3D official documentation

Author: HyperHuman
Version: 1.0.0
Tags: 3D Asset, Hyper3D, Rodin Gen-2, API, 3D Model, Image-to-3D, Text-to-3D

This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.

On-device tools to detect AI-generated text and images, score readability, and strip AI artifacts, running locally on Apple silicon.

Refines AI-generated content to sound more natural and human-like using advanced text enhancement.

Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

Create high quality presentations using AI

AVCLabs MCP integrates AI-powered video upscaling, quality enhancement, and SAM3 image segmentation into MCP workflows. It enhances low-resolution videos, cleans noisy footage, and extracts target objects through text prompts.

Interact with the DeepWriter API, an AI-powered writing assistant.

BuildFloorPlan is an AI floor plan generator for homeowners, interior designers, builders, and small planning teams who need to move from rough input to a reviewable layout faster. It turns short briefs, sketches, images, and PDFs into clearer floor plan outputs in seconds, supports technical 2D layouts, colored presentation-ready plans, and quick 3D previews, and helps users compare layout directions before renovation, client presentation, or internal review. It is designed for fast first drafts, supports editing and refinement workflows, and does not require CAD experience. You can start free with starter credits, and paid plans add more credits, longer history, and commercial usage options.

Humanizer PRO transforms AI content into natural, human-like writing that bypasses all AI detection. Our advanced AI humanizer ensures perfect authenticity while preserving your message. Try it now!

Official Model Context Protocol server for HumanTone. Humanize AI-generated text and check AI likelihood directly from Claude Desktop, Cursor, Cline, and other MCP clients.

A Skill for generating 3D models from single image, multiview images or text prompts using the Hyper3D Rodin Gen-2 API.

A Skill for generating 3D models from image/multiview images or text prompts using the Hyper3D Rodin Gen-2 API.

This skill enables AI to generate high-quality 3D models through the Hyper3D Rodin Gen-2 API. It supports both image-to-3D and text-to-3D generation, with multiple output formats and quality tiers.

- Generate 3D models from single or multiple images (up to 5 images)
- Generate 3D models from text descriptions
- Support for multiple output formats: GLB, USDZ, FBX, OBJ, STL
- Five generation tiers: Gen-2, Detail, Smooth, Regular, Sketch
- Automatic task status polling and result retrieval
- Advanced parameters for material, mesh mode, seed values, and more

- Claude Code CLIinstalled
- Hyper3D API Key (obtain from
https://hyper3d.ai/api-dashboard)
- Python 3.7+ (for backend scripts)

Method 1: Install from Marketplace (Recommended)

The easiest way to install this skill is through the Claude Code plugin marketplace:

/plugin marketplace add DeemosTech/rodin3d-skills
/plugin install rodin3d-skill@rodin3d-skills
export HYPER3D_API_KEY=your_api_key_here
echo 'HYPER3D_API_KEY=your_api_key_here' > .env echo '.env' >> .gitignore

That's it! The skill is now available as/rodin3d-skillin Claude Code.

If you prefer to install manually or want to develop locally:

git clone https://github.com/DeemosTech/rodin3d-skills.git cd rodin3d-skills
cd skills/rodin3d-skill pip install -r requirements.txt
/plugin marketplace add /path/to/rodin3d-skills /plugin install rodin3d-skill@rodin3d-skills

Set your API key(same as Method 1, step 4)

After installation, verify the skill is available:

You should seerodin3d-skillin the list of enabled plugins.

/plugin marketplace update rodin3d-skills /plugin update rodin3d-skill@rodin3d-skills

Once installed, you can interact with this skill through:

Please generate a 3D model from this image: [provide image path]
Please generate a 3D model of a medieval castle with high quality
Please generate a 3D model from these images: [provide multiple images]

You can also use the Python scripts directly:

python scripts/generate_3d_model.py \ --image path/to/image.jpg \ --geometry-file-format glb \ --quality medium \ --output ./output
python scripts/generate_3d_model.py \ --prompt "A detailed 3D model of a medieval castle" \ --geometry-file-format glb \ --quality high \ --output ./output

- GLB: Recommended for web and most 3D software
- USDZ: For Apple platforms
- FBX: For game engines and 3D modeling software
- OBJ: Universal 3D format
- STL: For 3D printing

- High: Best quality, longer processing time
- Medium: Balanced quality and speed
- Low: Faster processing, lower quality
- Extra-low: Fastest processing, minimal quality

- Use high-resolution images (at least 512 x 512 pixels)
- Ensure good lighting and clear details
- Avoid cluttered backgrounds
- Use multiple angles for better results
- Supported formats: JPEG, PNG, WEBP
- File size limit: 16MB
- Resolution range: 512x512 to 4096x4096

- Be specific and detailed in your descriptions
- Mention materials and textures
- Include lighting information
- Specify the style (realistic, cartoon, futuristic, etc.)
- Provide context for the object

Download links expire in 10 minutes: API result URLs are temporary. Download 3D models immediately after generation completes. Do not store or cache the URLs themselves.

Here are some example text prompts for 3D generation:
- "A detailed 3D model of a medieval castle"
- "A futuristic cityscape with flying cars"
- "A realistic 3D model of a cat sitting on a couch"
- "An abstract sculpture made of glass and metal"
- "A 3D model of a cozy cottage in the woods"
- Verify your API key is set correctly
- Check that the key is valid and active
- Ensure you have sufficient API credits
- Check image format and size requirements
- Verify prompt is not empty or too short
- Ensure API service is available
- Review error messages for specific issues

- SKILL.md- Complete skill documentation
-
assets/examples/README.md- Example usage

- Hyper3D Website
-
API Dashboard
-
Hyper3D API Documentation

MIT License - See LICENSE file for details

- Submit a GitHub Issue
- Refer to
SKILL.mdfor detailed documentation
- Visit Hyper3D official documentation

Author: HyperHuman
Version: 1.0.0
Tags: 3D Asset, Hyper3D, Rodin Gen-2, API, 3D Model, Image-to-3D, Text-to-3D

This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.

On-device tools to detect AI-generated text and images, score readability, and strip AI artifacts, running locally on Apple silicon.

Refines AI-generated content to sound more natural and human-like using advanced text enhancement.

Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

Create high quality presentations using AI

AVCLabs MCP integrates AI-powered video upscaling, quality enhancement, and SAM3 image segmentation into MCP workflows. It enhances low-resolution videos, cleans noisy footage, and extracts target objects through text prompts.

Interact with the DeepWriter API, an AI-powered writing assistant.

BuildFloorPlan is an AI floor plan generator for homeowners, interior designers, builders, and small planning teams who need to move from rough input to a reviewable layout faster. It turns short briefs, sketches, images, and PDFs into clearer floor plan outputs in seconds, supports technical 2D layouts, colored presentation-ready plans, and quick 3D previews, and helps users compare layout directions before renovation, client presentation, or internal review. It is designed for fast first drafts, supports editing and refinement workflows, and does not require CAD experience. You can start free with starter credits, and paid plans add more credits, longer history, and commercial usage options.

Humanizer PRO transforms AI content into natural, human-like writing that bypasses all AI detection. Our advanced AI humanizer ensures perfect authenticity while preserving your message. Try it now!

Official Model Context Protocol server for HumanTone. Humanize AI-generated text and check AI likelihood directly from Claude Desktop, Cursor, Cline, and other MCP clients.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.