---
name: hypixel-skyblock
description: >
  Use this skill whenever the user talks about Hypixel SkyBlock — commands, items, prices,
  auctions, bazaar, minions, skills, collections, dungeons, slayers, farming, mining, fishing,
  foraging, enchanting, brewing, or any SkyBlock-related activity. Also use when the user wants
  to look up item prices via the Lowest Bins API (lb.odtheking.com), check market values,
  find crafting recipes, or needs help with SkyBlock mechanics.
---

# Hypixel SkyBlock Skill

## Search system

Searching the bazar and auction opens the sign interface

## Price Lookup — lb.odtheking.com

The site `https://lb.odtheking.com` is a **Lowest Bins API** for Hypixel SkyBlock auction house and bazaar prices, updated every ~10 minutes.

### API Endpoints

| Endpoint | Description |
|---|---|
| `/auction/{item}` | Price for a single item as a number (fresher data) |
| `/lowestbin/{item}` |
| `/metrics` | Prometheus metrics |

### Query Parameters

- `?type=all|auction|bazaar` — filter by market source (default: `all`)

### Compression

Append `.gz` to any endpoint for Gzip (e.g. `/lowestbins.json.gz`).

### Special Item ID Formats

| Category | Format | Example |
|---|---|---|
| Pets | `PET-{NAME}-{RARITY}[-{LEVEL}]` | `PET-AMMONITE-LEGENDARY`, `PET-AMMONITE-LEGENDARY-100` |
| Potions | `POTION-{EFFECT}-{LEVEL}-{ENHANCED?}` | `POTION-HASTE-4-ENHANCED` |
| Runes | `RUNE-{NAME}-{LEVEL}` | `RUNE-BITE-1` |
| Cake | `NEW_YEAR_CAKE[-{YEAR}]` | `NEW_YEAR_CAKE`, `NEW_YEAR_CAKE-1` |
| Perfect | `{ITEM}-PERFECT` | `BOUNCY_BOOTS-PERFECT` |
| Regular | Normal SkyBlock item ID | `HYPERION`, `NECRON_BLADE`, `JOLLY_PINK_ROCK` |

### Usage Examples

```
GET https://lb.odtheking.com/lowestbin/PET-ENDERMAN-LEGENDARY-100
```

---

## SkyBlock Commands

### General

| Command | Description |
|---|---|
| `/sb` or `/skyblock` | Open SkyBlock menu |
| `/profile` | Open profile management |
| `/profiles` | List/switch profiles |
| `/coop` | Co-op management |
| `/bank` | Open bank menu |
| `/craft` | Open crafting table |
| `/enderchest` or `/ec` | Open ender chest |
| `/backpack` or `/bp` | Open backpack |
| `/storage` | Open storage menu |
| `/trades` | Open trade menu |
| `/party` | Party management |
| `/visit <player>` | Visit another player's island |
| `/hub` | Warp to hub |
| `/warp island` | Warp to your island |
| `/warp garden` | Warp to garden |
| `/warp dungeon` | Warp to dungeon hub |
| `/warp hub` | Warp to hub |
| `/warp crypt` | Warp to crypt |
| `/warp barn` | Warp to barn |
| `/warp nether` | Warp to crimson isle |

### Skills & Stats & Equpments

| Command | Description |
|---|---|
| `/skills` | Open skills gui |
| `/stats` | Open stats gui |
| `/equipment` | Open equipment gui |

### Farming

| Command | Description |
|---|---|
| `/garden` | Open garden menu |
| `/tptoplot` | Teleport to plot |

### Hunting

| Command | Description |
|---|---|
| `/huntingbox` | Open hunting box, shards menu |
| `/huntingtoolkit` | Open hunting toolkit |

### Collections & Recipes

| Command | Description |
|---|---|
| `/collection` | Open collections GUI |
| `/recipes` | Open recipe book |
| `/recipe <item>` | Show recipe for item |

### Bazaar & Auction House

| Command | Description |
|---|---|
| `/bz` or `/bazaar` | Open bazaar menu |
| `/ah` or `/auction` | Open auction house |
| `/viewauction <id>` | View specific auction |

### Pets

| Command | Description |
|---|---|
| `/pets` | Open pet menu |

### Accessory Bag 

| Command | Description |
|---|---|
| `/accessorybag` or `/ab` | Open accessory bag |

### Enchanting

| Command | Description |
|---|---|
| `/enchantingtable` | Open enchanting table |

### Chat / Social

| Command | Description |
|---|---|
| `/g` or `/guild` | Guild chat |
| `/p` or `/party` | Party chat |
| `/o` or `/oc` or `/officer` | Officer chat |
| `/a` or `/ally` | Ally chat |
| `/ac` | Alliance chat |
| `/shout` | Shout in lobby |
| `/msg <player>` | Private message |
| `/reply` or `/r` | Reply to last message |

### Profile / Stats

| Command | Description |
|---|---|
| `/playtime` | Show playtime |
| `/deathcount` | Show death count |

---

## Price Lookup Workflow

When a user asks about item prices:

1. Identify the SkyBlock item ID (internal name) or help them find it
2. Use `https://lb.odtheking.com/lowestbin/{ITEM_ID}` for a single item price