AutoInventory is an ESO addon for sorting items into simple categories and acting on them when it makes sense.
- Shows a manager window where you can review items and assign categories.
- Adds right-click category options to inventory and bank items.
- Helps move items into and out of the bank.
- Keeps trader items easy to find.
- Sells trash items to NPC vendors.
-
KeepLeaves the item alone. -
BankMarks the item to be stored in your bank. -
Pull From BankMarks a banked item to be pulled back into your backpack later. -
Trader PrepMarks an item as something you want ready for guild trader listing later. -
TrashMarks an item for NPC vendor selling.
The manager window lets you:
- view all categorized items in one place
- search and filter by category
- select one or multiple items
- apply a category to the current selection
- clear a category from selected items
- Mark an item as
Bankto store it away. - Mark an item as
Pull From Bankto bring it back later.
- Use
Trader Prepas a list of items you want ready for guild trader selling. - It helps keep those items visible and easy to prepare.
- It does not automatically post listings to a trader.
Trashis for NPC vendor selling.- Outside a vendor, it stays as a category only.
- At an NPC vendor, trash items can be sold automatically.
/ai help- shows the command list/ai manager- opens the manager window/ai bank- processes bank actions immediately/ai clear- clears all saved item categories/ai settings- opens the settings panel/ai debug on- enables manager debug logging/ai debug off- disables manager debug logging/ai debug clear- clears manager debug logging/ai ops- shows recent addon operations/ai ops clear- clears the recent operation log/ai allowtrash epic|legendary|all on|off- changes high-end trash protection/ai allowtrash status- shows high-end trash protection status
- ESO can still have timing quirks around bank, vendor, and loading-screen events.
- Some actions depend on the correct UI being open, such as a bank or NPC vendor.
- Trader Prep is a preparation/category workflow, not automatic guild trader listing.
- If ESO delays item or group data, the addon may need the relevant scene or event to finish loading before everything updates.
AutoInventory.lua- addon bootstrap and shared workflow coordinationAutoInventoryState.lua- category state and persistenceAutoInventoryCore.lua- bank, sell, and action processingAutoInventoryManager.lua- manager window UI and selection logicAutoInventoryUI.lua- right-click menu and slash commandsAutoInventorySettings.lua- settings panel definitions
Copy the addon folder into:
Documents/Elder Scrolls Online/live/AddOns/
Then enable AutoInventory in the ESO addon menu.