Image Manager
v1.0.0Manage local images by category with original and thumbnail storage, enabling fast tag, date, and keyword search through a JSON index file.
⭐ 1· 105·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the provided scripts: they index, store originals and thumbnails, and support tag/date/category search. Requested resources (filesystem under a workspace) are appropriate for the stated purpose.
Instruction Scope
SKILL.md directs running the provided Python scripts with local file paths and expected arguments. The runtime instructions do not ask the agent to read unrelated system files, send data externally, or perform privileged operations.
Install Mechanism
No install spec or external downloads; the skill is instruction + local scripts only. That minimizes installation risk (nothing is fetched or executed from remote URLs).
Credentials
The scripts read OPENCLAW_WORKSPACE (defaulting to /home/admin/.openclaw/workspace) but the skill metadata lists no required env vars. This is reasonable (an optional workspace override) but the env var is not declared in the manifest and the SKILL.md does not document it.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It writes only under its workspace media/ directory (index.json, images, thumbnails).
Assessment
This skill is a local image manager and appears to only read/write under a workspace folder. Before installing: confirm where OPENCLAW_WORKSPACE will point (scripts default to /home/admin/.openclaw/workspace) so you know which directory will get media/index.json and image files; ensure you are comfortable the agent can write there. Note the scripts optionally use Pillow (PIL) to generate thumbnails — if not present they fallback to copying the image as a thumbnail. There are no network calls or secret access. If you need stricter isolation, run the scripts in a controlled directory or inspect index.json/media contents before trusting them.Like a lobster shell, security has layers — review code before you run it.
imagevk97crcg1cxxkj72sz0jcfm9yxx837pvwindexvk97crcg1cxxkj72sz0jcfm9yxx837pvwlatestvk97crcg1cxxkj72sz0jcfm9yxx837pvwmanagementvk97crcg1cxxkj72sz0jcfm9yxx837pvwstoragevk97crcg1cxxkj72sz0jcfm9yxx837pvw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
