Aholo World
An Agent Skill for 3DGS world reconstruction and generation on the international Open Platform. Assistants can upload assets, create jobs, poll worldId, and read assets outputs for you.
| Item | Description |
|---|---|
| Skill ID | aholo-3dgs-recon-global |
| Package | Aholo 3DGS reconstruction and generation — ClawHub |
| API docs | Quick Start and API on this site |
What it does
- Reconstruction: many images (≥20) or video → 3DGS world
- Generation: text, one image, or both → 3D space
- Follow-up: poll until done; fetch PLY / SPZ URLs when successful
Example prompt: “Reconstruct a room from photos in this folder, high quality.” The skill should confirm scene and taskQuality before calling the API (see SKILL.md on ClawHub).
Install
Authoritative install steps and versions are on the ClawHub page:
CLI (OpenClaw, recommended)
openclaw skills install aholo-3dgs-recon-global
Dialog install (Prompt)
Open the ClawHub page, go to Install → Prompt, and paste it into your assistant.
Zip
Download the skill archive from ClawHub (Install → ZIP), unzip it into your agent’s skills directory, then restart the agent.
After installation, restart agents such as OpenClaw/Cursor so the new skill is discovered.
Before you use it
- Create an API key at labs.aholo3d.com/api-keys and set it in your environment (e.g.
AHOLO_API_KEY). - Header:
Authorization: <API key>— noBearerprefix. See Authentication. - For manual API calls, start with Quick Start. Polling rules, single-create limits, and parameters follow SKILL.md on ClawHub.
Endpoints the skill uses
| Purpose | Endpoint |
|---|---|
| Upload credentials | GET /global/asset/v1/token |
| Create reconstruction | POST /global/world/v1/reconstructions |
| Create generation | POST /global/world/v1/generations |
| Status and outputs | GET /global/world/v1/{worldId} |
OUS upload paths under /ous/api are not prefixed with /global. Schemas and errors: API.