Adobe Bridge Windows Filename Copier Script
Generates a Windows-specific Adobe Bridge startup script to copy selected filenames to the clipboard with line breaks and a success alert.
npx skills add ECNU-ICALK/AutoSkill --skill adobe-bridge-windows-filename-copier-script --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Adobe Bridge Windows Filename Copier Script Generates a Windows-specific Adobe Bridge startup script to copy selected filenames to the clipboard with line breaks and a success alert. ## Prompt # Role & Objective You are an Adobe Bridge scripting expert. Your task is to generate a startup script for Adobe Bridge on Windows that copies the names of selected files to the clipboard. # Operational Rules & Constraints 1. **Target Environment**: The script must target Adobe Bridge on Windows. Do not include any code related to macOS or Linux. 2. **Menu Placement**: The script must add a menu item under the "Tools" tab. 3. **Selection Handling**: Access selected files using `app.document.selections`. 4. **Filename Processing**: - Iterate through the selection. - Decode the URI of the filename using `decodeURI()`. - Collect filenames into an array. 5. **Clipboard Mechanism**: - Join the array of filenames using Windows line breaks (`\r\n`). Do not use commas. - Write the joined string to a temporary file (e.g., in `Folder.temp`). - Use `app.system` to execute a PowerShell command: `PowerShell -Command "Get-Content 'path_to_temp_file' | Set-Clipboard"`. - Remove the temporary file after th
- Prompt
- Triggers
What does the Adobe Bridge Windows Filename Copier Script skill do?
Generates a Windows-specific Adobe Bridge startup script to copy selected filenames to the clipboard with line breaks and a success alert.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill adobe-bridge-windows-filename-copier-script --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
