← 返回 Skills 市场
445
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install openclaw-x-article-cover-generator
功能描述
Generate OpenClaw-themed X article covers with the lobster logo on the right quarter and text on the left three quarters, ensuring clear, readable design.
安全使用建议
This skill appears internally consistent with its purpose, but before using it: 1) only provide image reference files that you are comfortable sending to an external service (do not pass sensitive files such as private keys or documents); 2) verify and trust the BLT API endpoint (https://api.bltcy.ai) and its privacy/security practices because local files will be uploaded or referenced; 3) prefer passing a URL to a non-sensitive hosted image (OSS long link) rather than a local path when possible; 4) confirm the BLT_API_KEY is scoped appropriately (rotate/revoke if exposed) and avoid reusing high-privilege keys; 5) if you need higher assurance, run the script in an isolated environment and review/modify the code to enforce stricter file-type checks before upload. Because there is no homepage or publisher metadata, treat the endpoint and owner as unverified — exercise caution.
功能分析
Type: OpenClaw Skill
Name: openclaw-x-article-cover-generator
Version: 1.0.2
The skill is classified as suspicious due to critical vulnerabilities in `scripts/generate_cover.py`. Specifically, the `normalize_reference` and `b64_data_uri` functions allow Local File Inclusion (LFI), enabling an attacker to read arbitrary local files (e.g., `/etc/passwd`, `~/.ssh/id_rsa`) and exfiltrate their base64-encoded content to the external API `https://api.bltcy.ai`. Additionally, the `save_from_url` function allows arbitrary file writes if the `--output` argument is controlled, and the `build_prompt` function is vulnerable to prompt injection against the external AI model via unsanitized user input for `--title` and `--subtitle`.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included Python script align: the script builds a prompt, accepts a reference image (local path or URL), and calls a remote image-generation API (api.bltcy.ai) using BLT_API_KEY. Required artifacts and behavior are proportionate to generating cover images.
Instruction Scope
SKILL.md and the script read a local reference image (if given), base64-encode it and include it in the API payload, or pass an http(s) URL to the API. This is expected for image-based generation, but the code does not strictly validate that local paths are safe image files — any file at the path will be base64-encoded and sent. The instructions do not attempt to read unrelated system files or credentials.
Install Mechanism
There is no install spec (instruction-only plus a script). The script lists a normal Python dependency (requests). Nothing is downloaded from arbitrary URLs or written to unexpected system paths during install.
Credentials
The only required secret is BLT_API_KEY (declared in SKILL.md and used by the script). That matches the stated use of a third‑party image-generation API and is proportionate to the task.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and only writes its output image to the specified output path. It has normal, limited runtime footprint.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-x-article-cover-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-x-article-cover-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Support URL-based reference image input for --reference (http/https) to avoid binary asset packaging issues; keep local path support.
v1.0.1
Fix packaging expectation: add assets README and explicit manual reference image placement guidance when binary assets are not included by registry packaging.
v1.0.0
Initial release: OpenClaw-themed X Article cover generator with fixed composition rules (logo right 1/4, text left 3/4), 21:9 fallback for 5:2, async support, and bundled reference assets.
元数据
常见问题
Openclaw-X-article-cover-generator 是什么?
Generate OpenClaw-themed X article covers with the lobster logo on the right quarter and text on the left three quarters, ensuring clear, readable design. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 445 次。
如何安装 Openclaw-X-article-cover-generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-x-article-cover-generator」即可一键安装,无需额外配置。
Openclaw-X-article-cover-generator 是免费的吗?
是的,Openclaw-X-article-cover-generator 完全免费(开源免费),可自由下载、安装和使用。
Openclaw-X-article-cover-generator 支持哪些平台?
Openclaw-X-article-cover-generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw-X-article-cover-generator?
由 AI Zimo(@yunhe-dev)开发并维护,当前版本 v1.0.2。
推荐 Skills