AutoHotKey utilities for Path of Exile. Automates looting, flask management, and skill casting. Benefits players by reducing repetitive tasks. Connects to Path of Exile client.
git clone https://github.com/heyfey/POE_Utility.gitPOE_Utility is an AutoHotkey script that automates repetitive tasks in Path of Exile, including auto-looting filtered items, automatic flask drinking based on health/mana detection, and one-key flask sequences. It works by detecting specific pixel colors on screen, paired with item filter modifications, to identify and interact with items and flasks automatically. The script reduces manual clicking during gameplay by executing pre-configured key sequences and monitoring character status bars. Players can customize which items to loot and which flasks or skills to use through configuration files, making it adaptable to different character builds and playstyles.
Download the project and run POE_Utility.exe with administrator privileges. Customize the item filter by adding SetBorderColor values to highlight items you want to loot. Configure flask sequences in the settings by listing hotkeys separated by hyphens (e.g., 2-3-4-5-q). Use Ctrl+F to toggle auto-flask and Ctrl+L to toggle one-key flask while in-game.
Automatically pick up currency items, maps, and valuable drops based on custom item filter colors
Trigger flask usage automatically when health or mana drops below configured thresholds
Execute multi-flask combinations with a single keypress for burst defense or offense
Reduce repetitive clicking during long farming or dungeon runs
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/heyfey/POE_UtilityCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create an AutoHotKey script for Path of Exile that automates [TASK] (e.g., looting, flask management, skill casting). The script should be compatible with the latest version of Path of Exile and include error handling for [SCENARIO] (e.g., low health, full inventory). Provide the script in a code block and explain how to install and use it.
```ahk
; AutoHotKey Script for Path of Exile Flask Management
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; Hotkeys for Flask Management
F1::
if (GetKeyState("SC001", "P")) {
Send {F1}
Sleep 100
Send {F1}
}
return
F2::
if (GetKeyState("SC002", "P")) {
Send {F2}
Sleep 100
Send {F2}
}
return
; Error Handling for Low Health
~F3::
if (GetKeyState("SC003", "P")) {
if (PixelGetColor(500, 500) = 0xFF0000) { ; Assuming red color indicates low health
MsgBox, Low Health Detected! Use your flask immediately!
Send {F3}
}
}
return
```
**Installation and Usage Instructions**
1. Copy the script above into a text editor and save it with a `.ahk` extension (e.g., `POE_Flask_Management.ahk`).
2. Install AutoHotKey from [AutoHotKey Website](https://www.autohotkey.com/).
3. Double-click the saved `.ahk` file to run the script.
4. In Path of Exile, press the corresponding function keys (F1, F2, F3) to activate the flask management and error handling features.
5. Customize the script by modifying the hotkeys or adding new features as needed.Automate your browser workflows effortlessly
Your one-stop shop for church and ministry supplies.
Market data for mobile game developers
Casual multiplayer gaming platform
Get more done every day with Microsoft Teams – powered by AI
Customer feedback management made simple
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan