Hypixel SkyBlock profile data extraction engine powered by official Hypixel API v2.
SkyBlock Profile Extractor interfaces directly with the official Hypixel API v2 to decode and organize raw profile data. It parses binary gzipped NBT data streams, calculates net worth matrices using live Bazaar pricing, tracks slayer progression, dungeon stats, garden upgrades, and museum collectibles through a modern Streamlit GUI.
Extracts inventory items, skill levels, slayer XP, dungeon catacombs, vault, and active wardrobe contents.
Parses binary gzipped NBT streams into human-readable item lore, enchantments, and attributes.
Tracks plot upgrades, crop milestones, and visitor log history.
Evaluates donated items, armor sets, and special collectibles.
Parses guild ranks, weekly EXP contributions, and member rosters.
Queries live Hypixel Bazaar item pricing and active Auction House listings.
Checks current server status, active game modes, and global Hypixel stats.
Saves organized profile matrices to disk for spreadsheet or AI optimization tools.
Ready-to-use prompts for analyzing networth, progression, and item valuations in ChatGPT or Claude.
$git clone https://github.com/Sahaj33-op/SkyBlock-Profile-Extractor.git && cd SkyBlock-Profile-Extractor$pip install -r requirements.txt$streamlit run app.pyRequires Python 3.8+ and a valid Hypixel API Key.