TopRank Skills

Home / Claw Skills / API 集成 / architecture-rendering
Official OpenClaw rules 36%

architecture-rendering

Generate photorealistic architectural renders and visualizations using each::sense AI. Create exterior views, interior renders, sketch-to-render conversions, and more for architects, designers, and real estate professionals.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 architecture-rendering 技能。 若已安装,则直接安装 architecture-rendering 技能。

Overview

Skill Key
eftalyurtseven/architecture-rendering
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/architecture-rendering
Latest Commit SHA
ba5b1d23b23ac9d9b3adc01c45a5c1893bc71657

Extracted Content

SKILL.md excerpt

# Architecture Rendering

Generate stunning architectural visualizations using each::sense. This skill creates photorealistic renders from sketches, floor plans, and text descriptions for architects, interior designers, real estate developers, and visualization studios.

## Features

- **Exterior Renders**: Photorealistic building exteriors with landscaping and context
- **Interior Visualization**: Detailed interior spaces with furniture, lighting, and materials
- **Sketch to Render**: Transform hand-drawn sketches into photorealistic images
- **Aerial Views**: Bird's eye perspectives and drone-style shots
- **Night Scenes**: Dramatic nighttime renders with artificial lighting
- **Construction Visualization**: Progress renders and phased development views
- **Historical Restoration**: Visualize restored heritage buildings
- **Landscape Architecture**: Gardens, parks, and outdoor spaces

## Quick Start

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a photorealistic exterior render of a modern minimalist house with floor-to-ceiling glass windows, white concrete walls, flat roof, surrounded by a manicured garden with a pool",
    "mode": "max"
  }'
```

## Common Render Types & Specifications

| Render Type | Typical Aspect Ratio | Best For |
|-------------|---------------------|----------|
| Exterior Hero Shot | 16:9 | Marketing, presentations |
| Interior Room View | 4:3 or 16:9 | Interior design proposals |
| Aerial/Bird's Eye | 16:9 or 1:1 | Site plans, masterplans |
| Vertical Facade | 9:16 or 3:4 | Social media, tall buildings |
| Construction Progress | 16:9 | Client updates, documentation |

## Use Case Examples

### 1. Exterior Building Render

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \...

Related Claw Skills