ffxiv-dalamud-bridge

Retrieve real-time Final Fantasy XIV game context from a local Dalamud plugin bridge.

Updated May 7, 2026
One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill ffxiv-dalamud-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffxiv-dalamud-bridge
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/ffxiv-dalamud-bridge
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill ffxiv-dalamud-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually checking in-game FFXIV details like character status, inventory, location, and selected items disrupts gameplay flow. This Skill eliminates that hassle by pulling real-time context directly from your local Dalamud plugin.

Core Features & Use Cases

  • Real-time in-game context retrieval: Instantly access current character info, job, territory, selected item, and full inventory snapshots from your active FFXIV session.
  • Cross-skill workflow integration: Combines game context with other FFXIV skills for market research, crafting guidance, and navigation support.
  • Use case: While preparing to craft a high-end item, this Skill can pull your current job, available materials in your inventory, and relevant crafting rotations without switching between game windows and external tools.

Quick Start

Use the ffxiv-dalamud-bridge skill to get my current character's job, location, and inventory snapshot right now.

Frequently Asked Questions about ffxiv-dalamud-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I pull live FFXIV character context like inventory and job from Dalamud?

To pull live FFXIV character context, you use a local Dalamud plugin bridge endpoint to retrieve real-time game state data including job, location, and inventory snapshots directly from your active session.

Do I need Node.js to retrieve in-game FFXIV context via a Dalamud bridge?

Yes, you need Node.js to retrieve in-game FFXIV context via a Dalamud bridge, as the runtime is required to execute the client scripts that communicate with the local bridge endpoint.

Can I check my FFXIV inventory and selected items without leaving my current gameplay session?

You can check your FFXIV inventory and selected items without leaving your gameplay session by accessing real-time context pulled directly from your local Dalamud plugin through the bridge endpoint.

What FFXIV gameplay scenarios benefit from using a real-time game context bridge?

Gameplay scenarios that benefit from a real-time game context bridge include crafting rotations, market board research, and navigation, where immediate access to character details and inventory state is needed.

How does a Dalamud bridge connect to my FFXIV game client to read market board and crafting data?

The Dalamud bridge connects to your FFXIV game client by exposing a local endpoint at http://127.0.0.1:47714, which client scripts query to retrieve live crafting and market board context.

Why is my FFXIV game context bridge not returning character details or location data?

Your FFXIV game context bridge may not return character details if the local Dalamud plugin is not running or if the bridge endpoint at http://127.0.0.1:47714 is not properly exposed to the client scripts.