Skip to main content

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.

ItemDescription
Skill IDaholo-3dgs-recon-global
PackageAholo 3DGS reconstruction and generation — ClawHub
API docsQuick 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:

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

  1. Create an API key at labs.aholo3d.com/api-keys and set it in your environment (e.g. AHOLO_API_KEY).
  2. Header: Authorization: <API key>no Bearer prefix. See Authentication.
  3. For manual API calls, start with Quick Start. Polling rules, single-create limits, and parameters follow SKILL.md on ClawHub.

Endpoints the skill uses

PurposeEndpoint
Upload credentialsGET /global/asset/v1/token
Create reconstructionPOST /global/world/v1/reconstructions
Create generationPOST /global/world/v1/generations
Status and outputsGET /global/world/v1/{worldId}

OUS upload paths under /ous/api are not prefixed with /global. Schemas and errors: API.