Extract Pic Text
v1.0.0Extract specified-position text from image filenames using custom delimiters, supporting batch processing, sorting, deduplication, and multiple image formats.
⭐ 0· 213·1 current·1 all-time
by@llyouc
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 script and runtime instructions. The script implements filename parsing with delimiters/position, extension filtering, sorting, deduplication, and optional output — all consistent with the stated purpose.
Instruction Scope
SKILL.md instructs running the included Python script against a user-specified directory. The runtime instructions reference only the script, local file paths, and standard CLI options. The instructions do not direct reading unrelated system files, environment variables, or outbound network calls.
Install Mechanism
There is no install spec (instruction-only). A single small Python script is included; nothing is downloaded from external sources or written to system locations during install.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The script only needs read access to the target directory and optional write access if the user specifies an output file — this is proportionate to its function.
Persistence & Privilege
The skill is not always-enabled and uses normal model invocation defaults. It does not modify other skills or system configuration and does not request elevated persistence.
Assessment
This skill appears to do exactly what it claims: parse image filenames locally using Python 3. Before installing or running it, ensure you have Python 3 available and that you run it on directories you trust (the script will read the directory and can write to any output path you specify). If you are concerned, inspect scripts/extract_pic_text.py yourself — it contains no network calls or credential usage. Also be aware the script only filters by file extension and delimiter/position, so verify the delimiter and position options match your filename conventions and that you provide an output path if you want to save results (it will overwrite the specified output file if it exists).Like a lobster shell, security has layers — review code before you run it.
latestvk978bh30bzfexq753sa4gw6tkd82f4t4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
