← 返回 Skills 市场
hahh9527

qqbot-image-helper

作者 HAHH9527 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
291
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install qqbot-image-helper
功能描述
图片处理助手:将受限目录的图片复制到允许的目录,然后使用 image 工具进行分析。适用但不限于 QQBot 下载的本地图片。
安全使用建议
This skill appears to do exactly what it says, but take a few precautions before using it: only copy verified image files (check file extensions/MIME), avoid running cp on paths you don't trust, avoid copying files owned by other users or with sensitive content, sanitize destination filenames to avoid overwrites, watch for symlink traversal (do not follow untrusted symlinks), and periodically clean the media directory. If you delegate this to an autonomous agent, restrict its allowed source paths and add explicit validation steps so it can't be instructed to copy arbitrary system files.
功能分析
Type: OpenClaw Skill Name: qqbot-image-helper Version: 1.0.1 The skill is a utility designed to resolve a directory access limitation between the QQBot download path and the OpenClaw image analysis tool. It provides instructions for the agent to use standard shell commands (ls, cp) to move image files within the local ~/.openclaw/ directory structure. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the logic is consistent with its stated purpose of facilitating image processing.
能力评估
Purpose & Capability
Name/description align with required binaries and runtime tools: the skill only needs 'cp' (declared) and the 'image' tool (declared in SKILL.md metadata). There are no unrelated env vars, config paths, or installers requested.
Instruction Scope
Instructions are narrowly scoped to listing and copying files from ~/.openclaw/qqbot/downloads/ to ~/.openclaw/media/ and then invoking the image tool. However the guidance allows copying arbitrary source paths and does not enforce file-type checks, filename sanitization, overwrite protection, or symlink handling — which could lead to accidental copying of non-image or sensitive files if inputs are not validated.
Install Mechanism
Instruction-only skill with no install spec and no downloads; nothing is written to disk by an installer. Low install risk.
Credentials
No environment variables, credentials, or unrelated config paths are requested. The scope of required access (local filesystem paths) matches the stated purpose.
Persistence & Privilege
Does not request always:true or other elevated persistence. It is user-invocable and allows normal autonomous invocation (platform default). No modifications to other skills or system-wide settings are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qqbot-image-helper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qqbot-image-helper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No functional changes; minor documentation update. - Path examples now use `~` for home directory instead of absolute `/home/user` style. - No code or logic changes were made.
v1.0.0
qqbot-image-helper 1.0.0 - Initial release of qqbot-image-helper. - Helps analyze images from restricted directories (like QQBot's download folder) by copying them to an allowed location. - Guides users to move images into `~/.openclaw/media/` for compatibility with the image analysis tool. - Provides step-by-step instructions, usage scenarios, and troubleshooting tips.
元数据
Slug qqbot-image-helper
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

qqbot-image-helper 是什么?

图片处理助手:将受限目录的图片复制到允许的目录,然后使用 image 工具进行分析。适用但不限于 QQBot 下载的本地图片。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。

如何安装 qqbot-image-helper?

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

qqbot-image-helper 是免费的吗?

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

qqbot-image-helper 支持哪些平台?

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

谁开发了 qqbot-image-helper?

由 HAHH9527(@hahh9527)开发并维护,当前版本 v1.0.1。

💬 留言讨论