Unlock fujifilm film simulations
Skill chr1sc2y/fujifilm-film-sim-skill/skills/unlock-fujifilm-film-simulations
Turn supported RAW files into verified Fujifilm-ready DNG copies for Lightroom—without touching originals.
npx -y skills add chr1sc2y/fujifilm-film-sim-skill --skill unlock-fujifilm-film-simulationsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when a user provides a RAW or DNG photo directory and wants Adobe Lightroom or Camera Raw to expose Fujifilm camera profiles or film simulations.
SKILL.md
2.1 KB, as published. Nobody here has run it
Unlock Fujifilm Film Simulations
Overview
Produce verified Fujifilm-profile-ready DNG copies from a photo directory. Keep every source file byte-for-byte untouched and use the bundled processor for deterministic behavior.
Workflow
-
Resolve the directory supplied by the user. If no directory was supplied, ask for it.
-
Locate
scripts/process.pyrelative to thisSKILL.md. Runpython3 scripts/process.py --helpfrom the Skill directory to confirm the processor is available. -
Run:
python3 scripts/process.py "/absolute/path/to/photos" --json -
If the processor exits
2, readreferences/compatibility.md. Install a missing dependency only through a standard package manager when the environment permits it, then rerun. Never download and execute an unverified binary. -
Inspect the JSON response and
<output_dir>/report.json. Exit0is complete only whenfailedis0andsucceededequalsdiscovered. -
Return the absolute output directory, succeeded/discovered counts, and any failures. Mention that the user can import the generated DNG files into Lightroom.
Safety Rules
- Never modify, move, rename, or delete source files.
- Never run ExifTool directly on a source path or improvise a replacement shell pipeline.
- Never reuse or overwrite an existing
fujifilm-ready*directory. - Do not claim success when the processor exits nonzero, a report is missing, or any verification failed.
- Do not offer camera identity controls. This Skill has one fixed Fujifilm target.
Result Contract
A successful output directory contains generated .dng files, report.json, and REPORT.md. The processor preserves source-relative folders and creates a numbered output directory on repeated runs.
Read references/compatibility.md only when dependencies, RAW decoding, or Lightroom profile availability needs troubleshooting.