← スキル一覧に戻る

startup-portrait
by vm0-ai
⭐ 4🍴 1📅 2026年1月24日
SKILL.md
name: startup-portrait description: Transform team photos into professional startup portraits using fal.ai Nano Banana Pro image-to-image API.
Startup Team Portrait Generator
This skill transforms existing photos into professional startup team portraits while preserving each person's face and features.
When to Use
Use this skill when:
- You have casual photos and need professional headshots
- Building an "About Us" or "Team" section for your website
- Creating consistent portrait styles across your team
Prerequisites
The FAL_KEY environment variable must be set with your fal.ai API key.
How to Use
$CLAUDE_CONFIG_DIR/skills/startup-portrait/scripts/startup-portrait.sh
The script will:
- Scan current directory for images (jpg, jpeg, png, webp)
- Upload each image to fal.ai
- Transform into professional portraits using image-to-image AI
- Save generated portraits to the current directory
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
| --style | No | founder | Portrait style: founder, corporate, creative, casual, natural |
| --output-dir | No | . | Where to save generated images |
Examples
# Transform photos with default founder style
$CLAUDE_CONFIG_DIR/skills/startup-portrait/scripts/startup-portrait.sh
# Use corporate style
$CLAUDE_CONFIG_DIR/skills/startup-portrait/scripts/startup-portrait.sh --style creative
# Save to specific folder
$CLAUDE_CONFIG_DIR/skills/startup-portrait/scripts/startup-portrait.sh --output-dir ./team-photos
Output
- Generated portraits are saved as
portrait_[name]_[timestamp]_generated.png - Images are 1:1 aspect ratio (square) at 1K resolution
- Preserves the person's face from the original photo
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です