Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

hologram-content-generation全息图内容生成

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

1,772

周安装

71

GitHub Stars

12

下载量

574
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:hologram-content-generation(全息图内容生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/hologram-content-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill hologram-content-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill hologram-content-generation

简介

hologram-content-generation 用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。

  • 适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。
  • 使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论。
  • 涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Hologram Content Generation

Generate stunning hologram and 3D display content using each::sense. This skill creates images and videos optimized for holographic displays, 3D fans, LED pyramids, and other volumetric display technologies.

Features

  • Product Holograms: Floating 3D product visualizations for retail and showrooms
  • Holographic Presenters: Virtual spokespersons and brand ambassadors
  • 3D Logo Animation: Animated brand logos for holographic displays
  • Interactive Menus: Holographic interface and menu systems
  • Event Holograms: Stage content for concerts, conferences, and launches
  • Museum Exhibits: Educational holographic content for exhibits
  • Retail Displays: Eye-catching holographic advertising
  • Trade Show Content: Attention-grabbing booth holograms
  • Holographic Greetings: Personalized 3D messages and invitations
  • Interactive Designs: Touch-responsive holographic interfaces

Quick Start

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic product display showing a luxury watch floating and slowly rotating with particle effects and blue glow"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Hologram Display Formats

Display TypeAspect RatioRecommendedUse Case
Hologram Fan1:11080x1080Retail, events, trade shows
LED Pyramid1:11080x1080Product displays, museums
Pepper's Ghost16:91920x1080Stage shows, large events
Holographic Box1:11080x1080Small product displays
Volumetric Display1:11080x1080High-end installations
Transparent OLED16:91920x1080Retail windows, exhibits

Use Case Examples

1. Holographic Product Display

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic product display for a premium perfume bottle. The bottle should float in the center, slowly rotating with a magical mist swirling around it. Add sparkle particles and a soft pink/purple glow. Black background for hologram fan display. 1:1 aspect ratio, 5 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Hologram Presenter/Spokesperson

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic presenter - a professional woman in business attire appearing as a blue-tinted hologram. She should be gesturing welcomingly as if greeting visitors. Add scan lines and digital glitch effects for authentic hologram look. Full body shot, black background, 16:9 aspect ratio."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. 3D Logo Animation

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 3D holographic logo animation. A futuristic tech company logo (abstract geometric shape) assembles from floating particles, rotates to reveal depth, then pulses with energy. Cyan and white color scheme with electric effects. Black background, 1:1 square format, 6 second seamless loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Holographic Menu/Interface

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic menu interface for a futuristic restaurant. Floating translucent panels showing food items with 3D dish previews. Sci-fi UI design with glowing borders, subtle animations. Blue and orange accent colors on dark background. 16:9 aspect ratio, interactive feel."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Event Hologram Content

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create holographic stage content for a product launch event. A smartphone emerging from an explosion of light particles, floating and rotating to show all angles. Dynamic camera movement, epic reveal moment with lens flares and energy waves. 16:9 cinematic format, 10 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Museum/Exhibit Hologram

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic museum exhibit showing a dinosaur (T-Rex) in educational display format. The dinosaur should appear as a detailed 3D hologram, slowly rotating with anatomical labels floating around it. Scientific visualization style with blue holographic effect. Black background, 1:1 format, 8 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Retail Hologram Display

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a retail holographic display for sneakers. The shoe floats and rotates showing all angles, with dynamic lighting highlighting materials and details. Add speed lines and energy effects suggesting performance. Price tag holographically appears. Attention-grabbing for store window. 1:1 square, 5 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Trade Show Hologram

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an attention-grabbing trade show booth hologram. A futuristic robot mascot waving and beckoning visitors, surrounded by floating company info graphics and product highlights. High energy, playful but professional. Include particle effects and holographic glitches. 1:1 format, 10 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Holographic Greeting

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic birthday greeting. A magical 3D birthday cake with floating candles, sparkles swirling around it, and the text HAPPY BIRTHDAY appearing in glowing 3D letters above. Warm golden and pink colors with festive particle effects. Black background, 1:1 square format, 6 seconds."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Interactive Hologram Design

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an interactive holographic globe interface. A 3D Earth slowly rotating with data points lighting up across continents, connection lines between cities, and floating info panels that appear. Sci-fi command center aesthetic. Blue and cyan tones on black background. 1:1 format, 8 second loop."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Hologram Design Principles

  • Black Background: Essential for hologram fans and most display types - content appears to float
  • High Contrast: Use bright, glowing elements against dark backgrounds
  • Center Focus: Keep main content centered for 3D fan displays
  • Smooth Motion: Avoid jerky movements - smooth rotations and transitions work best
  • Loop Seamlessly: Create content that loops perfectly for continuous display

Visual Effects for Authenticity

  • Scan Lines: Horizontal lines add retro-futuristic hologram feel
  • Glitch Effects: Subtle digital artifacts enhance realism
  • Particle Effects: Floating particles add depth and magic
  • Glow/Bloom: Soft glow around elements enhances 3D appearance
  • Transparency: Semi-transparent elements look more holographic

Color Considerations

  • Cyan/Blue: Classic hologram color, high tech feel
  • White/Silver: Clean, premium appearance
  • Purple/Pink: Magical, entertainment oriented
  • Green: Matrix-style, data visualization
  • Orange/Gold: Warm, luxury products

Technical Requirements

  • Frame Rate: 30fps minimum, 60fps for smooth rotation
  • Resolution: Match your display - typically 1080x1080 for fans
  • Duration: 5-15 seconds for loops, longer for narratives
  • File Format: MP4 with H.264/H.265 codec

Prompt Tips for Hologram Content

When creating holographic content, include these details:

  1. Display Type: Specify hologram fan, pyramid, stage, etc.
  2. Aspect Ratio: 1:1 for fans/pyramids, 16:9 for stages
  3. Subject: What should be displayed (product, person, logo)
  4. Motion: Rotation, floating, assembly animation
  5. Effects: Particles, glow, scan lines, glitches
  6. Color Scheme: Specify hologram colors
  7. Background: Almost always black for proper display
  8. Duration: Loop length and seamless looping requirement

Example Prompt Structure

"Create a holographic [content type] for [display type].
Show [subject] with [motion/animation].
Add [effects] with [color scheme].
Black background, [aspect ratio] format, [duration] second loop."

Mode Selection

Ask your users before generating:

"Do you want fast drafts or production quality?"

ModeBest ForSpeedQuality
maxFinal production content, client deliverablesSlowerHighest
ecoQuick concepts, iterations, testing ideasFasterGood

Multi-Turn Creative Iteration

Use session_id to iterate on hologram content:

# Initial concept
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a holographic car display for an auto showroom, the car floating and rotating"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "car-hologram-001"
  }'

# Refine based on feedback
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Make it more dramatic - add energy lines tracing the car body, and have parts explode outward to show the engine"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "car-hologram-001"
  }'

# Request variations
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a version with different color scheme - red and orange energy effects instead of blue"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "car-hologram-001"
  }'

Industry Applications

Retail & E-commerce

  • In-store product displays
  • Window displays
  • Pop-up experiences
  • Product launches

Events & Entertainment

  • Concert visuals
  • Conference stages
  • Award ceremonies
  • Theme park attractions

Museums & Education

  • Historical recreations
  • Scientific visualizations
  • Interactive exhibits
  • Visitor information

Corporate & Marketing

  • Lobby displays
  • Trade show booths
  • Brand activations
  • Executive presentations

Hospitality

  • Restaurant menus
  • Hotel concierge
  • Wayfinding systems
  • Entertainment venues

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with content policies
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • product-photo-generation - Product photography
  • video-generation - General video content
  • 3d-animation - 3D animated content

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.99%
按下载量换算207

Claude

31.38%
按下载量换算180

Cursor

17.84%
按下载量换算102

Gemini CLI

9.02%
按下载量换算52

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills