SND Addon Interactions

Automate in-game addon interactions within SND macros for FFXIV.

1|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/vaoan/SND --skill snd-addon-interactions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SND Addon Interactions
Source: https://github.com/vaoan/SND/tree/main/.claude/skills/snd-addons
Command: npx skills add https://github.com/vaoan/SND --skill snd-addon-interactions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured approach to automating in-game addon interactions within SND macros, enabling reliable UI automation for crafting, shop interactions, and data access.

Core Features & Use Cases

  • Safe addon access and readiness checks to prevent runtime errors.
  • Node-based data access and text extraction to drive conditional logic.
  • End-to-end workflows for crafting, shops, and generic addon patterns across RecipeNote, Synthesis, CollectablesShop, and more.
  • Use Case: Automatically craft via RecipeNote and Synthesis, then verify results by reading addon node states and closing interfaces.

Quick Start

Use the snd-addons skill to safely verify RecipeNote readiness and start a crafting workflow.

Frequently Asked Questions about SND Addon Interactions

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

FAQPage Schema
How do I automate FFXIV addon interactions in SND macros?

Automating FFXIV addon interactions in SND macros requires structured workflows that enforce addon readiness checks, safe callback handling, and timeouts. This enables reliable crafting and shop automation across RecipeNote and Synthesis.

What is the best way to prevent runtime errors when accessing FFXIV addon nodes?

To prevent runtime errors when accessing FFXIV addon nodes, implement safe addon access and readiness checks before executing callbacks. This validates the UI component is fully loaded before data extraction.

Can I automate crafting workflows using RecipeNote and Synthesis addons?

Yes, you can automate crafting workflows using RecipeNote and Synthesis addons by implementing end-to-end SND macro patterns. These workflows read addon node states to verify results and close interfaces.

How do I extract text from FFXIV addon nodes to drive conditional macro logic?

Extracting text from FFXIV addon nodes to drive conditional macro logic uses node-based data access patterns within SND. This allows macros to read UI states and make dynamic decisions.

Does the SND addon automation approach work with CollectablesShop UI components?

The SND addon automation approach works with CollectablesShop UI components by applying generic addon patterns and safe callback handling. This ensures reliable shop interactions and data access.

Why do my SND macro addon callbacks fail silently during FFXIV automation?

SND macro addon callbacks fail silently during FFXIV automation when addon readiness checks and timeout enforcement are missing. Implementing structured, safe callback handling ensures UI components are ready before execution.