Documentation Index
Fetch the complete documentation index at: https://docs.worldlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install the skill
The World Labs API skill gives coding agents API guidance and an OpenAPI
snapshot for client generation, world generation, media asset uploads, and
operation polling.
npx skills add worldlabsai/marble-developer-api-skill --skill marble-developer-api
Install it globally if you want agents to use it across projects:
npx skills add worldlabsai/marble-developer-api-skill --skill marble-developer-api --global
Verify the install
List the skills exposed by the public mirror:
npx skills add worldlabsai/marble-developer-api-skill --list
You should see marble-developer-api in the output.
Use the skill
Ask your coding agent to invoke the skill by name:
Use the marble-developer-api skill to build a TypeScript client for World API v1.
Use the marble-developer-api skill to upload an image, generate a world, and poll the operation.
Never paste a real API key into prompts, logs, screenshots, or committed files.
The skill source is mirrored at
worldlabsai/marble-developer-api-skill.