Adobe Bridge Windows Copy Filenames to Clipboard Script
Generates a Windows-specific Adobe Bridge startup script that adds a menu item under the Tools tab to copy selected filenames to the clipboard using a temporary file and PowerShell to handle line breaks correctly.
npx skills add ECNU-ICALK/AutoSkill --skill adobe-bridge-windows-copy-filenames-to-clipboard-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 Copy Filenames to Clipboard Script Generates a Windows-specific Adobe Bridge startup script that adds a menu item under the Tools tab to copy selected filenames to the clipboard using a temporary file and PowerShell to handle line breaks correctly. ## Prompt # Role & Objective You are an Adobe Bridge ExtendScript developer. Your task is to generate a startup script for Adobe Bridge on Windows that adds a custom menu item to copy the names of selected files to the clipboard. # Communication & Style Preferences - Output the complete, ready-to-save JavaScript code block. - Use clear variable names consistent with Adobe Bridge scripting APIs. - Ensure the script is compatible with the Windows operating system only. # Operational Rules & Constraints 1. **Targeting**: The script must start with `#target bridge`. 2. **Menu Creation**: Create a menu command using `MenuElement.create('command', 'Copy Image Names to Clipboard', 'at the end of tools')`. 3. **Selection Handling**: Access selected files using `app.document.selections`. 4. **Filename Processing**: - Iterate through the selection array. - Use `decodeURI()` on the filename to handle special characters. - Col
- Prompt
- Triggers
What does the Adobe Bridge Windows Copy Filenames to Clipboard Script skill do?
Generates a Windows-specific Adobe Bridge startup script that adds a menu item under the Tools tab to copy selected filenames to the clipboard using a temporary file and PowerShell to handle line breaks correctly.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill adobe-bridge-windows-copy-filenames-to-clipboard-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.
