技能详情(站内镜像,无评论)
作者:vx:17605205782 @52YuanChangXing
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 115 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal:Pending · OpenClaw :良性
Package:52yuanchangxing/local-media-cataloger
安全扫描(ClawHub)
- VirusTotal:Pending
- OpenClaw :良性
OpenClaw 评估
The skill is internally consistent and uses a local, auditable Python script to index files; it does not request credentials or perform network operations, but the README/SKILL.md promise more extraction (dimensions/duration/tags) than the bundled script implements, and the script will record full file paths and timestamps which users should treat as sensitive.
目的
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 manife…
说明范围
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 (dim…
安装机制
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.
证书
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.
持久
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.
综合结论
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 i…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「local-media-cataloger」。简介:Index local photos, videos, and creative assets into a searchable manifest with…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/local-media-cataloger/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。