← Back to Skills Marketplace
x0cd

pixcakeai

by x0cd · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
146
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install pixcakeai
Description
提供佳能 IXUS 130 CCD 经典效果的照片美化,支持智能提取并添加自定义底部水印,高质量输出。
Usage Guidance
This skill appears to do exactly what it says: apply CCD-style enhancements and optionally add a bottom watermark, all in-memory with no external network calls or credential use. Things to consider before installing: (1) It depends on the 'sharp' native package — deployment will install native binaries which can increase attack surface and require build toolchain on some hosts. (2) Large or specially crafted images could use substantial memory (potential DoS/resource exhaustion risk); consider size limits or request throttling. (3) The watermark text is HTML-escaped for &, <, >, and "; that mitigates common SVG injection but is a simple sanitizer — if you accept arbitrary untrusted input you may want stricter validation. (4) SKILL.md claims 'no data retention' and the code writes nothing to disk, but verify the hosting environment's logging/retention policies if privacy is a concern. Overall the package is internally coherent and there are no obvious indicators of malicious behavior.
Capability Analysis
Type: OpenClaw Skill Name: pixcakeai Version: 1.0.3 The skill bundle is a legitimate image processing tool that applies visual effects and watermarks using the 'sharp' library. The code in openclaw-index.js strictly follows the described functionality, performing in-memory image manipulation without any external network calls, file system persistence, or sensitive data access.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, skill.yaml, and the included Node.js implementation all match: image in, CCD-style processing, optional bottom watermark out. The only dependency (sharp) is appropriate for image processing.
Instruction Scope
SKILL.md describes in-memory image processing and watermarking; the JS handler implements those steps and does not read other system files, fetch network resources, or ask for unrelated data. Input is validated for presence and watermark text is HTML-escaped before embedding in an SVG.
Install Mechanism
No explicit install spec (instruction-only), but package.json declares 'sharp' which is a native-imaging dependency that may pull platform-native binaries during install. This is expected for image processing but means native libs will be installed when the skill is deployed.
Credentials
The skill requests no environment variables, no credentials, and no config paths — consistent with a stateless image-processing utility.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or persistent system configuration. It processes images in memory and returns base64 output; no on-disk persistence is present in the code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pixcakeai
  3. After installation, invoke the skill by name or use /pixcakeai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- No changes detected in this version. - Functionality and documentation remain identical to the previous release.
v1.0.2
- Major update: skill significantly refactored and simplified, with documentation now in English. - Removed detailed usage guides, workflow steps, and error handling information from documentation. - Sample code and file-specific implementation details removed. - Only core enhancement features, parameters, and output details are documented. - Security practices are summarized more concisely. - All related code files for photo effect pipeline and usage instructions have been deleted.
v1.0.1
- 更新安全和隐私说明,实现纯内存处理,不使用文件系统,也不生成临时文件 - 明确声明零数据保留,照片处理后立即释放内存,不留任何痕迹 - 输出图片时自动剥离所有 EXIF 元数据,进一步保护用户隐私 - 增加输入验证相关细节,严格控制图片格式和体积
v1.0.0
photo-watermark v1.0.0 - 首次发布 - 提供基础照片增强功能 - 支持简单水印添加
Metadata
Slug pixcakeai
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is pixcakeai?

提供佳能 IXUS 130 CCD 经典效果的照片美化,支持智能提取并添加自定义底部水印,高质量输出。 It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.

How do I install pixcakeai?

Run "/install pixcakeai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is pixcakeai free?

Yes, pixcakeai is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does pixcakeai support?

pixcakeai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created pixcakeai?

It is built and maintained by x0cd (@x0cd); the current version is v1.0.3.

💬 Comments