TopRank Skills

Home / Claw Skills / Data Analysis / image-outpainting
Official OpenClaw rules 36%

image-outpainting

Extend and expand images beyond their original boundaries using each::sense AI. Create panoramic views, convert aspect ratios, add backgrounds, and uncrop photos intelligently.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/image-outpainting
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/image-outpainting
Latest Commit SHA
4b4d9925e1426b5ff7d41351a797711b2c197b31

Extracted Content

SKILL.md excerpt

# Image Outpainting / Extension

Extend images beyond their original boundaries using each::sense. This skill uses AI to intelligently generate new content that seamlessly blends with the original image, enabling aspect ratio conversions, background expansion, and creative image extensions.

## Features

- **Horizontal Extension**: Expand images left and right for wider compositions
- **Vertical Extension**: Add content above and below for taller images
- **Aspect Ratio Conversion**: Transform portrait to landscape or vice versa
- **Background Expansion**: Add more context and environment to photos
- **Uncropping**: Recover or imagine content outside the original frame
- **Panoramic Creation**: Turn single images into wide panoramic views
- **Product Photo Enhancement**: Extend product shots for banners and ads
- **Artwork Extension**: Expand illustrations and digital art

## 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": "Extend this image horizontally to create a wider 16:9 composition, maintaining the same style and lighting",
    "image_urls": ["https://example.com/original-photo.jpg"],
    "mode": "max"
  }'
```

## Common Outpainting Scenarios

| Use Case | Target Ratio | Description |
|----------|--------------|-------------|
| Portrait to Landscape | 16:9 | Convert vertical photos for video/desktop |
| Square to Widescreen | 21:9 | Create cinematic compositions |
| Product Banner | 3:1 or 4:1 | Extend product shots for web banners |
| Social Media | 4:5 or 1:1 | Optimize for Instagram feed |
| Panoramic | 2:1 or 3:1 | Create wide scenic views |
| Full Bleed | Custom | Add margins for printing |

## Use Case Examples

### 1. Extend Image Horizontally

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

Related Claw Skills