Agent Skills
› localgpt-app/localgpt
› island-paradise
island-paradise
GitHub提供热带岛屿3D场景资产,含沙滩、棕榈树、瀑布等元素及音效。支持加载与分叉定制,用于展示参数化几何体、水表面混合及环境动画效果。
Trigger Scenarios
需要加载热带岛屿3D场景
请求生成包含海滩和瀑布的虚拟环境
Install
npx skills add localgpt-app/localgpt --skill island-paradise -g -y
SKILL.md
Frontmatter
{
"name": "island-paradise",
"useWhen": [
{
"contains": "island"
},
{
"contains": "tropical"
},
{
"contains": "beach"
},
{
"contains": "paradise"
}
],
"metadata": {
"type": "world",
"genre": "tropical",
"features": [
"parametric shapes",
"PBR materials",
"transparent water (alpha blend)",
"point lights",
"directional light",
"ambient audio (ocean + stream)",
"spatial audio (fire, water)",
"bob behaviors (palm trees)",
"pulse behaviors (campfire)",
"path_follow behaviors (fish)",
"avatar (first person)",
"guided tour"
],
"difficulty": "starter",
"entity_count": 35
},
"description": "A tropical island with sandy beach, palm trees, lagoon, waterfall, hut, campfire, and pier",
"user-invocable": true
}
Island Paradise
A tropical island with sandy beach, palm trees, a turquoise lagoon, and a waterfall. Built entirely from parametric primitives demonstrating water surfaces with alpha blending, ambient ocean and stream audio, fire emitters, swaying palm trees, and a guided walking tour.
Scene Layout
- Sandy beach surrounding the island at water level
- Central hill rising to a peak with a waterfall on one side
- Palm trees (4) along the beach with gentle bob animation
- Lagoon with transparent water plane
- Waterfall with stream audio emitter at the cliff face
- Beach hut with thatched pyramid roof
- Campfire with fire audio emitter, pulse glow, and point light
- Pier extending into the ocean from the south beach
- Rocks scattered around the waterfall and shore
- Fish following a looping path through the lagoon
Audio
- Ambient ocean waves (global)
- Ambient stream (global, lower volume)
- Spatial fire crackle at campfire
- Spatial water turbulence at waterfall
How to Load
gen_load_world({ "path": "island-paradise" })
To customize, fork it first:
gen_fork_world({ "source": "island-paradise", "new_name": "my-island" })
Version History
- ec17e10 Current 2026-08-16 15:41


