Overview
- Skill Key
- hhhh124hhhh/style-transfer
- Author
- hhhh124hhhh
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hhhh124hhhh/style-transfer
- Latest Commit SHA
- 8397e6374da5afcfdf4ede3e46b38a742f0a33e7
Professional artistic style transfer via OpenAI Images API. Transform images into specific art styles, eras, and visual aesthetics. Use when user needs to convert an existing image into different artistic styles, apply famous art movements, or transform visual content with specific stylistic parameters (e.g., "make this photo look like an oil painting", "apply cyberpunk aesthetic", "transform into vintage photography").
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 style-transfer 技能。 若已安装,则直接安装 style-transfer 技能。
# Style Transfer Pro Apply artistic style transfer to images using OpenAI Images API with curated style prompts. ## Setup - Needs env: `OPENAI_API_KEY` - Needs source image URL (public URL or base64 data URI) ## Quick Start Transform an image to oil painting style: ```bash python3 ~/Projects/agent-scripts/skills/style-transfer/scripts/transfer.py \ --source "https://example.com/photo.jpg" \ --style "oil painting on linen, impressionist brushwork, rich texture, van gogh style" ``` Transform to multiple styles at once: ```bash python3 ~/Projects/agent-scripts/skills/style-transfer/scripts/transfer.py \ --source "https://example.com/photo.jpg" \ --style "oil painting" \ --style "watercolor illustration" \ --style "cyberpunk neon" \ --style "vintage sepia photograph" ``` ## Style Library Use these pre-defined style names (or provide custom prompts): ### Art Movements - `impressionist-oil` - Impressionist oil painting with visible brushwork - `watercolor-dream` - Soft watercolor with ink linework - `digital-art` - Modern digital art with crisp details - `comic-book` - Bold comic book illustration style - `anime-studio` - Anime/ manga studio style - `pixel-art` - Retro pixel art aesthetic - `vector-flat` - Clean flat vector illustration - `surreal-abstract` - Surrealist abstract art ### Photographic Styles - `vintage-sepia` - Sepia vintage photography - `polaroid` - Instant polaroid look with faded tones - `film-noir` - Black and white film noir aesthetic - `candid-snapshot` - Authentic snapshot look - `studio-portrait` - Professional studio photography - `vogue-editorial` - Fashion editorial style - `golden-hour` - Golden hour warm lighting - `neon-noir` - Cyberpunk neon noir ### Period Styles - `renaissance-portrait` - Classical Renaissance oil painting - `baroque-drama` - Dramatic Baroque chiaroscuro - `art-deco-elegance` - Art Deco geometric elegance - `mid-century-modern` - Mid-century modern illustration - `victorian-etching` - Victorian e...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.