Install
openclaw skills install @x0cd/pixcakeaiopenclaw skills install @x0cd/pixcakeaiEnhance photos with Canon IXUS 130 CCD effect and custom watermark.
This skill applies professional photo enhancements:
Upload a photo and optionally provide watermark_text parameter.
Basic enhancement:
{
"image": "base64_or_file",
"effect": "ixus130"
}
With watermark:
{
"image": "base64_or_file",
"watermark_text": "© 2026 My Name"
}
| Name | Type | Required | Default |
|---|---|---|---|
| image | file | Yes | - |
| watermark_text | string | No | null |
| effect | string | No | ixus130 |