Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计通过

world-labs-text-prompt世界实验室文本提示

Agent Skill

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理。它适合让 Agent 规范任务边界、统一输出格式、拆分操作步骤或优化提示词可复用性。使用时需要保留真实业务约束,不要把示例当硬规则;涉及自动执行、外部工具或高风险操作时,应在提示词中明确确认步骤、权限边界和失败处理方式。

总安装

245

周安装

10

GitHub Stars

2

下载量

79
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:world-labs-text-prompt(世界实验室文本提示)
来源仓库:https://github.com/cloudai-x/world-labs-skills
仓库路径:skills/world-labs-text-prompt
安装命令:
npx skills add https://github.com/cloudai-x/world-labs-skills --skill world-labs-text-prompt
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/cloudai-x/world-labs-skills --skill world-labs-text-prompt

简介

world-labs-text-prompt 用于辅助提示词和工作流模板的整理,适合在 Agent 行为约束场景中使用。

  • 它支持任务边界规范、输出格式统一和操作步骤拆分。
  • 使用 npx skills add 命令安装,详细功能参考原始 README。
  • 涉及自动执行时应明确确认步骤和失败处理方式。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

World Labs Text Prompting

Text prompts are the simplest way to generate 3D worlds. Describe a location in natural language, and the model creates an immersive environment.

Quick Reference

  • Max length: 2,000 characters
  • Cost: 1,580 credits (plus) / 230 credits (mini)
  • Generation time: ~5 min (plus) / ~30-45 sec (mini)

Official Example

From World Labs documentation:

A warm, rustic cabin living room with a glowing stone fireplace, cozy leather sofa, wooden beams, and large windows overlooking a snowy forest.

Prompt Structure

Effective prompts describe a location with:

[Setting/Location] + [Materials/Textures] + [Lighting/Atmosphere] + [Environmental Context]

Components

  1. Setting: The primary location type (cabin, temple, alley, forest)
  2. Materials: Specific textures (rustic wood, polished marble, weathered stone)
  3. Lighting: Light sources and quality (glowing, warm, flickering, dusk)
  4. Context: Surrounding environment (overlooking forest, narrow corridor)

Style Descriptors

Lighting Keywords

KeywordEffect
glowingSoft emissive light sources
warmCozy, orange-tinted lighting
flickeringDynamic light suggestion
dusk / dawnTransitional daylight
neon-litVibrant artificial lighting
candlelitIntimate, warm glow
moonlitCool, ethereal nighttime

Atmosphere Keywords

KeywordEffect
cozyIntimate, inviting feel
atmosphericMood-heavy, immersive
misty / foggyDepth, mystery
dustyAge, particles
puddlesWet surfaces, reflections
snowyWinter atmosphere

Material Keywords

KeywordEffect
rusticNatural, aged wood
polishedReflective, clean surfaces
weatheredWorn, aged textures
mossyOrganic growth
metallicIndustrial surfaces
leatherFurniture textures

Style Keywords

KeywordEffect
sci-fiFuturistic elements
fantasyMagical, otherworldly
modernContemporary design
vintagePeriod aesthetics
immersiveFull environmental feel

Best Practices

DO

Focus on location: "A cabin living room" not "a picture of a cabin" ✅ Be specific about materials: "glowing stone fireplace" not just "fireplace" ✅ Include spatial context: "large windows overlooking a snowy forest" ✅ Add atmosphere: "warm, cozy, flickering light" ✅ Use concrete details: "wooden beams, leather sofa"

DON'T

Describe people or animals as main subjects ❌ Use vague adjectives: "nice", "beautiful", "amazing" ❌ Request camera angles: handled in Studio, not generation ❌ Contradict styles: "futuristic medieval" confuses the model ❌ Exceed 2,000 characters: prompts are truncated

Example Prompts

Cyberpunk Alley

A cozy sci-fi alley at dusk, flickering neon signs, puddles reflecting colorful lights, narrow corridor between tall buildings, steam rising from vents, cables overhead

Hidden Temple

A mossy ancient temple hidden in a jungle, neon lanterns casting warm pools of light, stone pillars covered in vines, shallow reflecting pool in the center, mysterious and serene atmosphere

Cozy Interior

A warm coffee shop interior on a rainy day, exposed brick walls, wooden tables, rain-streaked windows overlooking a city street, Edison bulbs casting warm light, bookshelves along one wall, leather seating

Natural Landscape

A dramatic coastal cliff at golden hour, crashing waves against ancient rock formations, wild grass swaying in the wind, salt spray catching sunlight, moody clouds on the horizon

API Usage

{
  "model": "Marble 0.1-plus",
  "world_prompt": {
    "type": "text",
    "text_prompt": "A warm, rustic cabin living room with a glowing stone fireplace, cozy leather sofa, wooden beams, and large windows overlooking a snowy forest.",
    "disable_recaption": false
  }
}

Parameters

ParameterTypeDescription
text_promptstringYour location description (max 2,000 chars)
disable_recaptionbooleanIf true, uses your prompt exactly; if false, model may enhance/clarify

Iteration Tips

  1. Start with mini: Use Marble 0.1-mini for quick iterations (230 credits, ~30 sec)
  2. Refine prompts: Adjust based on results
  3. Final generation: Use Marble 0.1-plus for production quality (1,580 credits, ~5 min)

Combining with Images

Text prompts can accompany image inputs to guide interpretation:

{
  "model": "Marble 0.1-plus",
  "world_prompt": {
    "type": "image",
    "image_prompt": {
      "source": "media_asset",
      "media_asset_id": "your-media-asset-id"
    },
    "text_prompt": "Transform into a mystical nighttime scene with aurora borealis"
  }
}

When combined with images:

  • Text guides the model's interpretation of ambiguous areas
  • Can shift lighting, atmosphere, or style
  • If omitted, model auto-generates a caption

Related Skills

  • world-labs-api - API integration details
  • world-labs-image-prompt - Single image input
  • world-labs-studio - Camera animation and recording

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.02%
按下载量换算23

windsurf

22.15%
按下载量换算17

OpenCode

17.32%
按下载量换算14

Codex

13.02%
按下载量换算10

Antigravity

7.96%
按下载量换算6

Gemini CLI

3.32%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills