スキル一覧に戻る
bluewaves-creations

photographer-testino

by bluewaves-creations

Bluewaves Antropic Skills

0🍴 0📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: photographer-testino description: Generate images in Mario Testino's glamorous vibrant style. Use when users ask for Testino style, high fashion glamour, bold saturated colors, warm luxurious photography, dynamic sensual energy. allowed-tools: Bash, Read, Write

Mario Testino Style Photography

Generate images in the iconic style of Mario Testino - vibrant, glamorous photography with bold colors and luxurious sensuality.

Style Characteristics

Mario Testino's photography is defined by:

  • Vibrant glamour - luxurious, high-energy sensuality
  • Bold saturated colors - rich, contrasting hues that pop
  • Natural warmth - sun-kissed, luminous skin tones
  • Spontaneous elegance - authentic connection with genuine emotion
  • Dynamic movement - sense of liveliness and joyful energy

Prerequisites

Set your fal.ai API key:

export FAL_KEY="your-fal-api-key"

API Endpoint

POST https://fal.run/fal-ai/gemini-pro

Prompt Construction

Core Style Elements

Always include these elements for authentic Testino style:

in the style of Mario Testino, natural light photography,
glamorous fashion, bold saturated colors, warm skin tones,
dynamic composition, sensual energy, spontaneous pose,
luxurious atmosphere, vibrant and luminous

Mood Keywords

CategoryKeywords
Energydynamic, spontaneous, energetic, joyful, alive
Glamourluxurious, glamorous, sensual, alluring, radiant
Colorbold colors, saturated, vibrant, rich hues, warm tones
Lightnatural light, sun-kissed, luminous, warm, golden

Usage

cURL

curl -X POST "https://fal.run/fal-ai/gemini-pro" \
  -H "Authorization: Key $FAL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "supermodel in flowing red dress, laughing in motion, in the style of Mario Testino, natural light photography, glamorous fashion, bold saturated colors, warm sun-kissed skin, dynamic composition, spontaneous joyful energy, luxurious Peruvian setting, vibrant and radiant",
    "aspect_ratio": "2:3",
    "output_format": "png"
  }'

Python

import fal_client

result = fal_client.subscribe(
    "fal-ai/gemini-pro",
    arguments={
        "prompt": """celebrity portrait with confident smile, in the style of Mario Testino,
                     natural light photography, glamorous high fashion,
                     bold saturated colors, luminous warm skin tones,
                     dynamic energy, sensual elegance, spontaneous charm,
                     luxurious atmosphere, vibrant color palette""",
        "aspect_ratio": "3:4",
        "output_format": "png"
    }
)
print(result["images"][0]["url"])

JavaScript

import { fal } from "@fal-ai/client";

const result = await fal.subscribe("fal-ai/gemini-pro", {
  input: {
    prompt: `group of models at party, champagne, celebration,
             in the style of Mario Testino, natural ambient light,
             glamorous fashion photography, bold rich colors,
             warm golden skin tones, dynamic spontaneous poses,
             luxurious setting, joyful energy, vibrant atmosphere`,
    aspect_ratio: "16:9",
    output_format: "png"
  }
});
console.log(result.images[0].url);

Response Format

{
  "images": [
    {
      "url": "https://fal.media/files/...",
      "content_type": "image/png"
    }
  ]
}

Examples

1. Classic Testino Portrait

beautiful woman with confident gaze, slight smile,
in the style of Mario Testino, natural light photography,
glamorous high fashion, bold saturated colors,
warm luminous skin, sensual elegance,
dynamic energy, luxurious setting,
vibrant color palette, radiant beauty

2. Fashion Editorial

model in designer gown, dynamic movement,
in the style of Mario Testino, golden hour light,
glamorous fashion photography, rich saturated colors,
flowing fabric in motion, warm skin tones,
spontaneous elegance, luxurious atmosphere,
joyful sensual energy, vibrant backdrop

3. Royal or Celebrity Style

elegant woman in formal attire, confident pose,
in the style of Mario Testino, soft natural light,
royal portrait aesthetic, rich color palette,
warm glowing skin, dignified yet approachable,
glamorous sophistication, luxurious setting,
vibrant jewel tones, radiant presence

4. Beach or Vacation

model in bikini on tropical beach, carefree moment,
in the style of Mario Testino, bright natural sunlight,
glamorous lifestyle photography, bold saturated blues and golds,
sun-kissed bronzed skin, spontaneous joyful pose,
luxurious vacation aesthetic, sensual energy,
vibrant summer colors, dynamic composition

5. Intimate Sensuality

close-up beauty portrait, intense gaze,
in the style of Mario Testino, soft warm light,
glamorous sensual beauty, rich skin tones,
bold lip color, luminous complexion,
intimate yet powerful, luxurious feeling,
vibrant contrast, alluring presence

Tips for Best Results

  1. Embrace color - Testino is known for COLOR; use "bold saturated", "vibrant", "rich hues"
  2. Warm lighting - Specify "natural light", "golden hour", "sun-kissed", "warm tones"
  3. Add energy - Include "dynamic", "spontaneous", "joyful", "movement"
  4. Glamour focus - Use "luxurious", "glamorous", "sensual", "elegant"
  5. Skin quality - Add "luminous skin", "glowing complexion", "radiant"
  6. Fashion context - Reference high fashion, designer, editorial styling

Error Handling

ErrorCauseSolution
401 UnauthorizedInvalid FAL_KEYVerify key at fal.ai dashboard
429 Too Many RequestsRate limit exceededWait 60 seconds, retry
400 Bad RequestInvalid parametersCheck aspect_ratio format (e.g., "2:3")
500 Server ErrorAPI temporary issueRetry after 30 seconds
TimeoutGeneration taking too longSimplify prompt or reduce resolution

Reference

Mario Testino (born 1954) is a Peruvian fashion photographer known for his work with British Vogue, Vanity Fair, and major fashion houses. He famously photographed Princess Diana and has captured countless celebrities and supermodels.

Key Influences: Peruvian heritage, high fashion culture Signature: Vibrant colors, glamorous warmth, spontaneous luxury

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です