SND Glamourer Integration

Manage glamour appearances in SND macros via Glamourer IPC.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates glamour/appearance management for SND macros by integrating with the Glamourer plugin, enabling consistent looks during macro-driven gameplay.

Core Features & Use Cases

  • IPC-based design retrieval and application: fetch designs, apply by GUID or by player name, and manage state transitions.
  • State management & design control: apply, revert, and unlock glamour states to support both automated workflows and manual control.
  • Use cases include job-based glamour switching, crafting-session appearances, and automated or semi-automated appearance management during macro execution.

Quick Start

  1. Ensure the Glamourer plugin is installed and enabled in your game.
  2. Retrieve the design GUID by listing designs: IPC.Glamourer.GetDesignList().
  3. Apply a design to your character: IPC.Glamourer.ApplyDesignName(designGuid, playerName, 0, 0).

Frequently Asked Questions about SND Glamourer Integration

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

FAQPage Schema
How do I automate glamour appearance switching in SND macros?

Automate glamour appearance switching in SND macros by integrating with the Glamourer plugin. Use the IPC API to retrieve designs, apply them by GUID or player name, and manage state transitions during macro execution.

What Glamourer IPC API calls are needed for macro appearance management?

Glamourer IPC API calls for macro appearance management include GetDesignList() to fetch designs, ApplyDesignName() to apply looks, and RevertStateName() to manage state transitions during automated workflows.

Do I need the Glamourer plugin installed to use SND macro appearance automation?

Yes, the Glamourer plugin must be installed and enabled in your game. SND macro appearance automation relies entirely on Glamourer's IPC integration to retrieve designs, apply glamour states, and revert appearances.

Can I apply a Glamourer design to a specific player by name during a macro?

Yes, you can apply a Glamourer design to a specific player by name during a macro. Use IPC.Glamourer.ApplyDesignName() with the design GUID and the target playerName to execute appearance changes.

How do I find the design GUID for a Glamourer appearance?

Find the design GUID for a Glamourer appearance by listing all available designs. Call IPC.Glamourer.GetDesignList() to retrieve the full list of designs and their associated GUIDs for use in your macros.

Why is my SND glamour automation not applying designs during macro execution?

SND glamour automation fails to apply designs when the Glamourer plugin is not installed, not enabled, or the IPC API is called incorrectly. Ensure Glamourer is active and verify design GUIDs via GetDesignList() before execution.