local-media-cataloger

v1.0.0

Index local photos, videos, and creative assets into a searchable manifest with tags, dates, shoot info, and reuse ideas.

0· 392·1 current·1 all-time
byvx:17605205782@52yuanchangxing

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 52yuanchangxing/local-media-cataloger.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "local-media-cataloger" (52yuanchangxing/local-media-cataloger) from ClawHub.
Skill page: https://clawhub.ai/52yuanchangxing/local-media-cataloger
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install local-media-cataloger

ClawHub CLI

Package manager switcher

npx clawhub@latest install local-media-cataloger
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name, description, declared dependency (python3), included files, and runtime instructions align with a local media cataloging tool. However, the SKILL.md and README claim extraction of dimensions, duration, tags and generation of reuse ideas; the bundled script only collects basic filesystem metadata (path, filename, ext, size, create/modify times). Generating tags or 'reuse ideas' could be done by the agent (LLM) using the manifest, but the script itself does not extract image dimensions, durations, or embedded metadata (EXIF) as the docs imply.
!
Instruction Scope
SKILL.md instructs scanning a user-provided folder and using the local script/resource — that is expected. The concern: the script recurses the entire folder tree and will record absolute paths and timestamps for every file under the supplied folder with no file-type filtering by default, which can expose unrelated or sensitive files if the user provides a broad root path. Also there is a mismatch between the described metadata extraction (dimensions/duration/tags) and what the script actually collects.
Install Mechanism
No installation spec — instruction-only skill with a local Python script. This is low risk: nothing is downloaded or written to system locations by an installer. The only runtime dependency declared is python3, which is appropriate and proportional.
Credentials
The skill does not request environment variables, credentials, or external config paths. That is proportionate to a local-only media cataloger. Note that the output CSV contains absolute paths and timestamps which should be treated as sensitive data by the user.
Persistence & Privilege
The skill does not request persistent system presence (always:false) and does not modify other skills or system-wide settings. It writes a manifest file (default media_manifest.csv) to the current working directory when the script is run — expected behavior for this tool.
Assessment
This skill appears to do what it says: it runs a local Python script to produce a manifest. Before installing or running it, do the following: 1) Inspect scripts/media_manifest.py yourself (it's short and readable). 2) Run it on a small, non-sensitive sample folder first (e.g., a test directory) to confirm output format. 3) Be careful to pass the intended media folder path — do NOT point it at root (/) or your whole home directory unless you intend to catalog everything, because the CSV includes absolute paths and timestamps. 4) If you need image/video dimensions, durations, or embedded EXIF tags, note that the bundled script does not extract those; consider extending the script (or using exiftool/ffprobe) before relying on those fields. 5) Keep the generated CSV secure (it may contain sensitive filenames/paths). 6) If you expect the agent to autonomously run this skill, restrict its scope in conversation and avoid granting access to broad filesystem roots. If you want, I can suggest safe command-line changes to add file-type filtering or EXIF extraction.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🧰 Clawdis
Binspython3
latestvk97dc83kss8rvgqzxk26scvsr982th92
392downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Local Media Cataloger

Purpose

Index local photos, videos, and creative assets into a searchable manifest with tags, dates, shoot info, and reuse ideas.

Trigger phrases

  • 整理素材库
  • catalog my media folder
  • 摄影素材归档
  • 视频素材清单
  • asset manifest

Ask for these inputs

  • media folder path
  • tagging rules
  • project or shoot name
  • deliverable types
  • favorite selection criteria

Workflow

  1. Scan files and extract basic metadata such as extension, size, timestamps, and dimensions when available.
  2. Apply consistent tags and generate a manifest CSV/JSON.
  3. Flag near-duplicates for manual review using filename/date heuristics.
  4. Suggest folder structures for archive, selects, exports, and delivery.
  5. Return a catalog summary and reuse opportunities.

Output contract

  • media manifest
  • folder plan
  • duplicate candidates
  • reuse ideas

Files in this skill

  • Script: {baseDir}/scripts/media_manifest.py
  • Resource: {baseDir}/resources/metadata_schema.json

Operating rules

  • Be concrete and action-oriented.
  • Prefer preview / draft / simulation mode before destructive changes.
  • If information is missing, ask only for the minimum needed to proceed.
  • Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
  • Keep assumptions explicit.

Suggested prompts

  • 整理素材库
  • catalog my media folder
  • 摄影素材归档

Use of script and resources

Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft. Use the resource file as the default schema, checklist, or preset when the user does not provide one.

Boundaries

  • This skill supports planning, structuring, and first-pass artifacts.
  • It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.

Compatibility notes

  • Directory-based AgentSkills/OpenClaw skill.
  • Runtime dependency declared through metadata.openclaw.requires.
  • Helper script is local and auditable: scripts/media_manifest.py.
  • Bundled resource is local and referenced by the instructions: resources/metadata_schema.json.

Comments

Loading comments...