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.gitAutoHotKey utilities for Path of Exile. Automates looting, flask management, and skill casting. Benefits players by reducing repetitive tasks. Connects to Path of Exile client.
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 gaming platform
Business communication and collaboration hub
Customer feedback management made simple
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan