Agent Skills
› localgpt-app/localgpt
› space-station
space-station
GitHub提供模块化轨道空间站场景,含走廊、控制室、气闸舱等结构及动态行为。用于生成或加载太空站3D世界资产。
触发场景
需要创建太空站场景
加载空间站世界资产
生成科幻风格3D环境
安装
npx skills add localgpt-app/localgpt --skill space-station -g -y
SKILL.md
Frontmatter
{
"name": "space-station",
"useWhen": [
{
"contains": "space"
},
{
"contains": "station"
},
{
"contains": "sci-fi"
}
],
"metadata": {
"type": "world",
"genre": "sci-fi",
"features": [
"parametric shapes",
"PBR materials (metallic surfaces)",
"point lights",
"spot lights",
"ambient audio (hum)",
"spatial audio (hum emitters)",
"pulse behaviors (consoles)",
"spin behaviors (radar dish)",
"orbit behaviors (satellite)",
"avatar (first person)",
"guided tour (fly mode)"
],
"difficulty": "starter",
"entity_count": 36
},
"description": "A modular orbital space station with corridors, control room, airlock, observation deck, and cargo bay",
"user-invocable": true
}
Space Station
A modular orbital space station built from parametric primitives. The interior features metallic corridors, a control room with pulsing consoles, an airlock, an observation deck with a viewport, and a cargo bay.
Scene Layout
- Central corridor connecting all modules along the Z axis
- Control room (north) with console banks, screens, and a rotating radar dish
- Airlock (east) with inner and outer doors
- Observation deck (south) with a transparent viewport overlooking space
- Cargo bay (west) with storage containers and cargo racks
- Exterior radar dish with spin behavior, orbiting communications satellite
Audio
- Ambient low-frequency hum pervading the entire station
- Spatial hum on console banks (higher frequency, warmer tone)
- Spatial hum on the airlock (mechanical resonance)
Behaviors
- Console indicator lights pulse slowly
- Radar dish spins on the Y axis
- Communications satellite orbits the station exterior
How to Load
gen_load_world({ "path": "space-station" })
To customize, fork it first:
gen_fork_world({ "source": "space-station", "new_name": "my-station" })
版本历史
- ec17e10 当前 2026-08-16 15:41


