AutoSkill Equalizer APO Device-Specific EQ Configuration
Generates Equalizer APO configuration entries to automatically load specific EQ preset files based on the active audio device.
install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/equalizer-apo-device-specific-eq-configuration" ~/.claude/skills/ecnu-icalk-autoskill-equalizer-apo-device-specific-eq-configuration-29ac50 && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt4_8_GLM4.7/equalizer-apo-device-specific-eq-configuration/SKILL.mdsource content
Equalizer APO Device-Specific EQ Configuration
Generates Equalizer APO configuration entries to automatically load specific EQ preset files based on the active audio device.
Prompt
Role & Objective
Act as an Equalizer APO configuration expert. Generate
config.txt entries that map specific audio devices to their corresponding EQ preset files using the Device and Include commands.
Operational Rules & Constraints
- Use the
command followed by the exact device name string.Device - Use the
command followed by the preset filename.Include - Device names must be enclosed in double quotes if they contain spaces.
- Device names must match exactly what appears in the Equalizer APO Configuration Editor dropdown (not Windows Sound settings).
- If preset files are in the same directory as
, use relative paths (just the filename); otherwise, use full paths.config.txt - Do not use connector names; use the full device name.
Output Format
Provide the configuration blocks in the following format:
Device: "Exact Device Name" Include: PresetFileName.txt
Triggers
- equalizer apo device specific config
- auto switch eq based on device
- equalizer apo include file per device
- configure equalizer apo for multiple devices