Co-Pilot / 辅助式
更新于 25 days ago

world-labs-skills

CCloudAI-X
0.0k
cloudai-x/world-labs-skills
80
Agent 评分

💡 摘要

该技能提供使用World Labs Marble API生成沉浸式3D世界的工具。

🎯 适合人群

游戏开发者3D艺术家虚拟现实创作者数字设计教育工作者API集成者

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);API Key/Token 的获取、存储与泄露风险;文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

World Labs Claude Code Skills

A comprehensive collection of Claude Code skills for the World Labs Marble API - generate immersive 3D worlds from text, images, video, and panoramas.

What are Claude Code Skills?

Claude Code skills are reusable knowledge modules that enhance Claude's capabilities for specific domains. These skills provide Claude with detailed API knowledge, best practices, and code examples for World Labs integration.

Installation

Copy the skill folders to your Claude Code skills directory:

# Clone this repository git clone https://github.com/CloudAI-X/world-labs-skills.git # Copy skills to Claude Code directory cp -r world-labs-skills/* ~/.claude/skills/

Or install individual skills:

cp -r world-labs-skills/world-labs-api ~/.claude/skills/

Available Skills

| Skill | Description | | ---------------------------------------------------- | ------------------------------------------------------------------------ | | world-labs-api | Core API integration - authentication, endpoints, models, media uploads | | world-labs-text-prompt | Text-to-world generation - prompt structure, style descriptors, examples | | world-labs-image-prompt | Single image input - requirements, best practices, upload workflow | | world-labs-multi-image | Multi-image input - direction control, auto layout, azimuth angles | | world-labs-pano-video | Panorama & video input - 360° images, video recording guidelines | | world-labs-chisel | Chisel 3D blocking tool - geometry creation, wall/extrude tools | | world-labs-studio | Studio features - Compose, Record, Expand for world editing | | world-labs-export | Export formats - Gaussian splats, meshes, engine integrations |

Quick Start

1. Get Your API Key

Sign up at platform.worldlabs.ai and create an API key.

2. Generate a World (Text Prompt)

curl -X POST "https://api.worldlabs.ai/marble/v1/worlds:generate" \ -H "WLT-Api-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "Marble 0.1-plus", "world_prompt": { "type": "text", "text_prompt": "A cozy cabin living room with a glowing stone fireplace, wooden beams, and large windows overlooking a snowy forest." } }'

3. Poll for Completion

curl "https://api.worldlabs.ai/marble/v1/operations/{operation_id}" \ -H "WLT-Api-Key: YOUR_API_KEY"

Models

| Model | Generation Time | Best For | Credits | | ----------------- | --------------- | ------------------ | ----------- | | Marble 0.1-plus | ~5 minutes | Production quality | 1,500-1,600 | | Marble 0.1-mini | ~30-45 seconds | Quick drafts | 150-250 |

Input Types

| Type | Description | Credits (plus/mini) | | ----------- | ------------------------------- | ------------------- | | Text | Natural language description | 1,580 / 230 | | Image | Single reference image | 1,580 / 230 | | Panorama | 360° equirectangular image | 1,500 / 150 | | Multi-Image | Up to 4-8 images with direction | 1,600 / 250 | | Video | Up to 30 second rotation video | 1,600 / 250 |

API Request Format

All world generation uses the world_prompt structure:

{ "model": "Marble 0.1-plus", "world_prompt": { "type": "text | image | multi-image | video", "text_prompt": "Optional description", "image_prompt": { ... }, "video_prompt": { ... }, "multi_image_prompt": [ ... ] } }

Resources

License

MIT License - See LICENSE for details.

Contributing

Contributions welcome! Please open an issue or submit a pull request.

五维分析
清晰度8/10
创新性8/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 全面的3D世界生成技能集。
  • 支持多种输入类型,包括文本和图像。
  • 与World Labs API的轻松集成。

缺点

  • 文档可以更详细。
  • 使用需要API密钥。
  • 初学者可能会有学习曲线。

相关技能

tonejs-skill

A
toolCo-Pilot / 辅助式
88/ 100

“看起来很能打,但别让配置把人劝退。”

dart

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

threejs-textures

A
toolCo-Pilot / 辅助式
84/ 100

“看起来很能打,但别让配置把人劝退。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 CloudAI-X.