generate-world

generate-world is a skill for Claude Code, Codex from AgibotTech/genie_sim. It costs 138 tokens per session (2,078 once invoked), scanned A, original, no licence file.

A skill that uses the geniesimworld command-line tool to turn one 360-degree panorama into a realistic, explorable 3D world. It combines the panorama's colors with measured depth and can optionally enlarge the result.

In plain words
What is it for?
Use it when you need to generate a world from an equirectangular panorama, combine image data with depth, or optionally upscale the output.
Why use it?
It automates the steps needed to create a navigable 3D scene from a single panoramic image. This avoids manually building the scene and estimating its depth.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/agibottech/genie_sim/generate-world
Any agent
npx skills add AgibotTech/genie_sim --skill generate-world
Clone the repo
git clone --depth 1 https://github.com/AgibotTech/genie_sim

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for generate-world

README.md
[![agentmods](https://agentmods.dev/badge/skills/agibottech/genie_sim/generate-world.svg)](https://agentmods.dev/skills/agibottech/genie_sim/generate-world)
Your own site
<a href="https://agentmods.dev/skills/agibottech/genie_sim/generate-world"><img src="https://agentmods.dev/badge/skills/agibottech/genie_sim/generate-world.svg" alt="Measured on agentmods" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,078 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00138 $0.02078
Opus 5 $0.00069 $0.01039
Sonnet 5 $0.00028 $0.00416
Haiku 4.5 $0.00014 $0.00208

Measured 4d ago against content hash f0a175c80544, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

generate-world scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

source/geniesim_world/skills/generate-world/SKILL.md · 199 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 199 lines · 138 tokens per session scan A f0a175c80544

Subscribe to this mod's changes

generate-world is a skill published in the GitHub repository AgibotTech/genie_sim (1,374 stars, last pushed 2d ago), with no licence file. It adds 138 tokens to every session and 2,078 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

game-art

Game art principles. Visual style selection, asset pipeline, animation workflow.

vudovn/ag-kit · 17 tokens

sprite-gen

Generate clean 2D game sprites and animation atlases with a component-row pipeline: base identity, numeric sprite-request SSoT, per-state layout guides, image-gen row strips, chroma-key alpha cleanup, connected-component frame extraction, cell-based atlas composition, QA reports, and runtime manifest framelayout. Its…

aldegad/sprite-gen · 291 tokens

generate2dsprite

Generate and postprocess general 2D game assets and animation sheets: pixel-art sprites, clean HD map props, creatures, characters, NPCs, spells, projectiles, impacts, props, summons, and transparent GIF exports. Use when Codex should infer the asset plan from a natural-language request, match a reference or map art…

0x0funky/agent-sprite-forge · 111 tokens

vibeue

Unreal Engine 5 development using the VibeUE Python API. Use when working in Unreal Engine — blueprints, state trees, materials, actors, landscapes, animation, niagara, widgets, sound, foliage, gameplay tags, enhanced input, skeletons, PCG (procedural content generation), and more. VibeUE is an extension of Unreal's…

kevinpbuckley/VibeUE · 82 tokens

godot-animation

Animate in Godot 4.7 three ways: AnimationPlayer for keyframed clips (incl. call and signal tracks), AnimationTree with state machines and blend spaces for character animation, and Tween for short procedural/UI tweens via createtween(). Use when working with AnimationPlayer/AnimationTree nodes in a .tscn, blending…

gamedev-skills/awesome-gamedev-agent-skills · 85 tokens

godot-audio

Play and mix audio in Godot 4.7: AudioStreamPlayer (2D/3D variants), audio buses with volume/mute and effects, music vs SFX routing, db/linear volume, and precise sync-to-beat playback timing. Use when playing sounds or music in a Godot project, routing AudioStreamPlayer nodes to buses, adjusting bus volume via…

gamedev-skills/awesome-gamedev-agent-skills · 91 tokens