# Dependencies > Required and optional dependencies for ML Skills Category: SKILLS · Source: https://miciomods.it/docs/ml-skills-dependencies · Last updated: 2026-07-05 ## Required - [ml_bridge](https://forum.cfx.re/t/ml-bridge/5528017): Framework-agnostic player and permission API - [ox_lib](https://github.com/communityox/ox_lib): Cache handles, locale loader, `lib.callback` - [oxmysql](https://github.com/overextended/oxmysql): Database driver ## Framework **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_skills ``` **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_skills ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_skills ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_skills ``` > **INFO:** Auto Detection > > `ml_bridge` detects the active framework automatically. No manual setup. ## Optional ### ML Series Integrations - [ml_missions](https://miciomods.it/scripts/ml_missions): Gates missions behind unlocked skills, awards XP on completion, and force-unlocks new skills for every squad member when a mission ends - [ml_lootzones](https://miciomods.it/scripts/ml_lootzones): Awards XP on every loot claim and hides loot targets that require a locked skill - [ml_lootprops](https://miciomods.it/scripts/ml_lootprops): Awards XP when a loot prop is searched and gates props behind required skills - [ml_crafting](https://miciomods.it/scripts/ml_crafting): Delegates crafting progression: maps each recipe category to a `ml_skills` category, sends XP on craft, gates recipes behind `required_skill` These integrations are zero-config. Drop `ml_skills` in the load order and the consuming scripts pick up the exports automatically.