6e6e6e/ai-3d-generation/SKILL.md
Create, convert, and download AI-generated 3D models using Neural4D APIs. Optimized for commercial pipelines.
npx skillsauth add openclaw/skills AI 3D GenerationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
On first use, ensure the NEURAL4D_API_TOKEN environment variable is set.
All API requests must include the header: Authorization: Bearer <YOUR_TOKEN>.
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.
Always track API point costs before executing bulk runs:
/api/queryPointsInfo.Model generation is asynchronous. You must poll for completion:
/api/retrieveModel using the uuid.codeStatus:
0: Generation complete.1: Generating (Wait and poll again).-3: Generation failed.POST https://alb.neural4d.com:3000/api/generateModelWithText.
{"prompt": "...", "modelCount": 4, "disablePbr": 0}.uuids from the response./api/retrieveModel with the uuid until codeStatus is 0.modelUrl and download the .glb asset.multipart/form-data to /api/mattingImage. Extract the requestId.requestId to /api/getMattedResult. Extract a preferred fileKey from the response.fileKey to /api/generateModelWithImage to start generation and receive uuids./api/retrieveModel to poll status and get the modelUrl.For physical prototyping, default exports must be converted from .glb.
POST https://alb.neural4d.com:3000/api/convertToFormat.uuid, desired modelType (e.g., stl, fbx, obj), and modelSize in millimeters (must be > 1).statusType:
0: Complete, use modelUrl to download.1: Converting (Wait and retry).-1: Failed or bad parameters.All requests route through the base URL: https://alb.neural4d.com:3000/api.
| Action | Endpoint | Auth | Purpose |
|--------|----------|------|---------|
| Text to 3D | /generateModelWithText | Bearer Token | Generate from text prompt |
| Retrieve | /retrieveModel | Bearer Token | Poll status and get model URL |
| Matting | /mattingImage | Bearer Token | Pre-process image |
| Matting Result | /getMattedResult | Bearer Token | Retrieve file keys for image generation |
| Image to 3D | /generateModelWithImage | Bearer Token | Generate from matted fileKey |
| Convert Format | /convertToFormat | Bearer Token | Convert to stl/fbx/obj with physical size |
| Job Progress | /queryJobProgress | Bearer Token | Check percentage progress |
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。