AI 3D Generation

Create, convert, and download AI-generated 3D models using Neural4D APIs. Optimized for commercial pipelines.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "AI 3D Generation" with this command: npx skills add ai-3d-generation

Setup

On first use, ensure the NEURAL4D_API_TOKEN environment variable is set. All API requests must include the header: Authorization: Bearer <YOUR_TOKEN>.

When to Use

Use this skill when generating 3D models from text prompts or images using DreamTech's Neural4D engine. This is particularly suited for creating assets where precise format conversions (like .stl, .obj, .fbx) and physical dimensions are required for manufacturing workflows.

Core Rules & Cost Guardrails

1. Point Consumption Awareness

Always track API point costs before executing bulk runs:

  • Text to 3D: 20 points per operation.
  • Image to 3D: 20 points per operation.
  • Chibi-style Generation: 30 points per operation.
  • Format Conversion: 10 points per operation.
  • You can query the remaining balance at /api/queryPointsInfo.

2. Asynchronous Polling Contract

Model generation is asynchronous. You must poll for completion:

  • Query /api/retrieveModel using the uuid.
  • Check codeStatus:
    • 0: Generation complete.
    • 1: Generating (Wait and poll again).
    • -3: Generation failed.

Workflow Pipelines

Pipeline A: Text to 3D

  1. Request: POST https://alb.neural4d.com:3000/api/generateModelWithText.
    • Payload: {"prompt": "...", "modelCount": 4, "disablePbr": 0}.
  2. Retrieve: Extract uuids from the response.
  3. Poll: Call /api/retrieveModel with the uuid until codeStatus is 0.
  4. Download: Extract modelUrl and download the .glb asset.

Pipeline B: Image to 3D (Strict 3-Step Process)

  1. Matting: Submit the image (JPG/PNG, <10MB, 256x256 to 6048x8064) via multipart/form-data to /api/mattingImage. Extract the requestId.
  2. Get Matting Result: Send the requestId to /api/getMattedResult. Extract a preferred fileKey from the response.
  3. Generate: Send the fileKey to /api/generateModelWithImage to start generation and receive uuids.
  4. Poll: Use /api/retrieveModel to poll status and get the modelUrl.

Pipeline C: Format Conversion for Manufacturing

For physical prototyping, default exports must be converted from .glb.

  1. Request: POST https://alb.neural4d.com:3000/api/convertToFormat.
  2. Payload: Provide the uuid, desired modelType (e.g., stl, fbx, obj), and modelSize in millimeters (must be > 1).
  3. Poll Status: Check statusType:
    • 0: Complete, use modelUrl to download.
    • 1: Converting (Wait and retry).
    • -1: Failed or bad parameters.

External Endpoints Reference

All requests route through the base URL: https://alb.neural4d.com:3000/api.

ActionEndpointAuthPurpose
Text to 3D/generateModelWithTextBearer TokenGenerate from text prompt
Retrieve/retrieveModelBearer TokenPoll status and get model URL
Matting/mattingImageBearer TokenPre-process image
Matting Result/getMattedResultBearer TokenRetrieve file keys for image generation
Image to 3D/generateModelWithImageBearer TokenGenerate from matted fileKey
Convert Format/convertToFormatBearer TokenConvert to stl/fbx/obj with physical size
Job Progress/queryJobProgressBearer TokenCheck percentage progress

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Cclaw

Open-source comedy AI + video editing + poster generation. Create standup/sketch/manzai/scripts, edit videos via FFmpeg, and generate comedy posters via canv...

Registry SourceRecently Updated
General

Bird Recognition Tool | 鸟类识别工具

Identifies bird species in images/videos of target areas. Supports recognition of no less than 500 common bird species, supports customized model training, s...

Registry SourceRecently Updated
General

Image Amazon Product Image Suite

A professional product image generation skill purpose-built for the Amazon e-commerce platform. Outputs comply with Amazon's image guidelines while optimizin...

Registry SourceRecently Updated
General

SearchOnlineAssets

Online asset search tool: queries public stock libraries (Pixabay) for high-quality photos, illustrations, vectors and videos, returning result metadata and...

Registry SourceRecently Updated