Install
openclaw skills install masterpiece-cloneDecomposes editorial photography into precise descriptive prompts and clones visual styles by analyzing reference and subject images with Pixify engine.
openclaw skills install masterpiece-clonemasterpiece-clone
MasterPiece Clone — Transfer the visual style of a reference image to a target photo. This workflow analyzes the lighting, composition, textures, and aesthetic of a reference image, then applies those characteristics to transform your target photo into a stylistically consistent masterpiece.
It leverages the Pixify engine to process your inputs through:
🌐 Product Website / Console:
https://ai.ngmob.com
(For product access, workflow management, and obtaining your API Key)
🔗 API Base URL:
https://api.ngmob.com
(Used strictly for API requests and workflow execution)
| Name | Type | Required | Description |
|---|---|---|---|
| Image Input | string (URL) | ✅ | Reference image — The style/aesthetic you want to transfer (lighting, composition, mood) |
| Image Input 1 | string (URL) | ✅ | Target photo — The image you want to transform with the reference style |
⚠️ Important: Image Order Matters
When the user requests to execute this workflow, follow these steps:
Gather the required inputs from the user:
echo '{
"inputs": {
"Image Input": "https://example.com/reference-style.png",
"Image Input 1": "https://example.com/target-photo.png"
}
}' | curl -X POST https://api.ngmob.com/api/v1/workflows/Awtk0EnhqBGkoOExvseI/run \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d @-
Use the returned task_id to query task status:
curl https://api.ngmob.com/api/v1/workflows/executions/{task_id} \
-H "Authorization: Bearer $API_KEY"
| Reference Style | Target Photo | Result |
|---|---|---|
![]() | ![]() | ![]() |
{
"Image Input": "https://example.com/reference-style.png",
"Image Input 1": "https://example.com/target-photo.png"
}
What happens:
🤖 Generated with Pixify