← 返回 Skills 市场
x0cd

pixcakeai

作者 x0cd · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
146
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install pixcakeai
功能描述
提供佳能 IXUS 130 CCD 经典效果的照片美化,支持智能提取并添加自定义底部水印,高质量输出。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pixcakeai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pixcakeai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 - 首次发布 - 提供基础照片增强功能 - 支持简单水印添加
元数据
Slug pixcakeai
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

pixcakeai 是什么?

提供佳能 IXUS 130 CCD 经典效果的照片美化,支持智能提取并添加自定义底部水印,高质量输出。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。

如何安装 pixcakeai?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pixcakeai」即可一键安装,无需额外配置。

pixcakeai 是免费的吗?

是的,pixcakeai 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

pixcakeai 支持哪些平台?

pixcakeai 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 pixcakeai?

由 x0cd(@x0cd)开发并维护,当前版本 v1.0.3。

💬 留言讨论