← Back to Skills Marketplace
hahh9527

qqbot-image-helper

by HAHH9527 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
291
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install qqbot-image-helper
Description
图片处理助手:将受限目录的图片复制到允许的目录,然后使用 image 工具进行分析。适用但不限于 QQBot 下载的本地图片。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install qqbot-image-helper
  3. After installation, invoke the skill by name or use /qqbot-image-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug qqbot-image-helper
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is qqbot-image-helper?

图片处理助手:将受限目录的图片复制到允许的目录,然后使用 image 工具进行分析。适用但不限于 QQBot 下载的本地图片。 It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.

How do I install qqbot-image-helper?

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

Is qqbot-image-helper free?

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

Which platforms does qqbot-image-helper support?

qqbot-image-helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created qqbot-image-helper?

It is built and maintained by HAHH9527 (@hahh9527); the current version is v1.0.1.

💬 Comments