TopRank Skills

Home / Claw Skills / API 集成 / pinterest-pin-generation
Official OpenClaw rules 36%

pinterest-pin-generation

Generate Pinterest pin images using each::sense AI. Create standard pins, idea pins, product pins, recipe pins, infographics, and more optimized for Pinterest's formats and best practices.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

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

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

Overview

Skill Key
eftalyurtseven/pinterest-pin-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/pinterest-pin-generation
Latest Commit SHA
bce23c7c468438d89c37e3ede11a49a720940b88

Extracted Content

SKILL.md excerpt

# Pinterest Pin Generation

Generate high-performing Pinterest pin images using each::sense. This skill creates visuals optimized for Pinterest's pin formats, aspect ratios, and platform best practices to maximize engagement and saves.

## Features

- **Standard Pins**: Vertical 2:3 images optimized for feed visibility
- **Idea Pins**: Multi-page story-style content covers
- **Product Pins**: E-commerce focused visuals with lifestyle context
- **Recipe Pins**: Food photography with step-by-step appeal
- **DIY/Tutorial Pins**: Instructional content with clear visual steps
- **Infographic Pins**: Data visualization and educational content
- **Quote Pins**: Inspirational and shareable text-based designs
- **Shopping Pins**: Catalog-ready product imagery
- **Video Pin Thumbnails**: Eye-catching covers for video content
- **Board Covers**: Cohesive collection thumbnails

## 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 2:3 Pinterest pin for a home decor brand showing a cozy living room with warm lighting, minimalist Scandinavian style, space at top for text overlay",
    "mode": "max"
  }'
```

## Pinterest Pin Formats & Sizes

| Pin Type | Aspect Ratio | Recommended Size | Use Case |
|----------|--------------|------------------|----------|
| Standard Pin | 2:3 | 1000x1500 | General content, highest visibility |
| Idea Pin Cover | 9:16 | 1080x1920 | Story-style multi-page content |
| Square Pin | 1:1 | 1000x1000 | Product showcases, simple designs |
| Long Pin | 1:2.1 | 1000x2100 | Infographics, step-by-step guides |
| Video Thumbnail | 2:3 or 9:16 | 1000x1500 or 1080x1920 | Video content covers |
| Board Cover | 2:3 | 600x900 | Collection thumbnails |

## Use Case Examples

### 1. Standard Pin (2:3 Ratio)

```bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H...

Related Claw Skills