返回 Skill 列表
extension
分类: 开发与工程无需 API Key

SND Plugin References

用于跟踪SND插件技能、仓库引用和缺失文档的文档。使用此文档来查找官方来源并优先创建技能。

person作者: jakexiaohubgithub

SND Plugin Reference Tracker

This skill tracks all known FFXIV Dalamud plugins used with SND macros, their official repositories, and documentation status.

Documented Skills (Verified)

| Skill | Plugin | Repository | IPC Status | Last Verified | |-------|--------|------------|------------|---------------| | snd-artisan | Artisan | PunishXIV/Artisan | Full IPC | 2025-12-11 | | snd-autoretainer | AutoRetainer | PunishXIV/AutoRetainerAPI | Full IPC | 2025-12-11 | | snd-bossmod | BossModReborn | awgil/ffxiv_bossmod | Full IPC | 2025-12-11 | | snd-deliveroo | Deliveroo | VeraNala/Deliveroo (mirror) | Minimal (1 method) | 2025-12-11 | | snd-glamourer | Glamourer | Ottermandias/Glamourer | Full IPC | 2025-12-11 | | snd-ice | ICE | LeontopodiumNivale14/Ices-Cosmic-Exploration | Full IPC | 2025-12-11 | | snd-lifestream | Lifestream | NightmareXIV/Lifestream | Full IPC | 2025-12-11 | | snd-questionable | Questionable | pot0to/Questionable | Commands only | 2025-12-11 | | snd-saucy | Saucy | PunishXIV/Saucy | Commands only | 2025-12-11 | | snd-textadvance | TextAdvance | NightmareXIV/TextAdvance | Full IPC | 2025-12-11 | | snd-vnavmesh | vnavmesh | awgil/ffxiv_navmesh | Full IPC | 2025-12-11 | | snd-wrath | WrathCombo | PunishXIV/WrathCombo | Full IPC | 2025-12-11 | | snd-yesalready | YesAlready | PunishXIV/YesAlready | Commands only | 2025-12-11 |

Missing Skills (Need Creation)

These plugins are used in reference scripts but don't have skill documentation yet:

| Priority | Plugin | Repository | IPC Source | Notes | |----------|--------|------------|------------|-------| | HIGH | AutoHook | PunishXIV/AutoHook | Needs discovery | Fishing automation - required for FishingRaid | | HIGH | Pandora | PunishXIV/PandorasBox | Needs discovery | QoL features - required for FishingRaid | | HIGH | Visland | ffxiv-visland/Visland | Needs discovery | Island Sanctuary automation | | MEDIUM | Teleporter | NightmareXIV/TeleporterPlugin | Needs discovery | Alternative teleportation | | MEDIUM | SimpleTweaks | Caraxi/SimpleTweaksPlugin | Needs discovery | Various QoL tweaks | | LOW | Discard Helper | Unknown | Needs discovery | Inventory discard automation |

Reference Scripts

Scripts in the Reference/ folder that document plugin usage:

| Script | Plugins Used | Status | |--------|--------------|--------| | FishingRaid_original.lua | AutoHook, Pandora, Visland, AutoRetainer, YesAlready, Teleporter, SimpleTweaks, Discard Helper | Analyzed |

IPC File Patterns

When searching for IPC in plugin repositories, look for these common patterns:

IPC.cs
IPCProvider.cs
API.cs
*Api.cs
External/*IPC*.cs
Services/IPC/*
IPC/IPC*.cs

Repository Organizations

Common GitHub organizations for FFXIV plugins:

| Organization | Plugins | |--------------|---------| | PunishXIV | Artisan, AutoRetainer, Saucy, YesAlready, WrathCombo, AutoHook, PandorasBox, Deliveroo | | NightmareXIV | Lifestream, TextAdvance, Teleporter | | Ottermandias | Glamourer, Penumbra | | awgil | ffxiv_bossmod, ffxiv_navmesh | | Caraxi | SimpleTweaksPlugin |

Verification Workflow

When verifying or creating a new skill:

  1. Find Repository: Search GitHub for the plugin name
  2. Locate IPC Files: Search for patterns above in the repo
  3. Extract APIs: Read the IPC source and document all public methods
  4. Create/Update Skill: Write to .claude/skills/snd-{pluginname}/SKILL.md
  5. Include Source URL: Always reference the exact IPC file path
  6. Test Examples: Include working Lua code examples

Notes

Archived/Inaccessible Repos

  • Deliveroo: Original at git.carvel.li/liza/Deliveroo is archived. Use GitHub mirror at VeraNala/Deliveroo
  • Ice: Was incorrectly listed as ffxivcode/Ice. Correct repo is LeontopodiumNivale14/Ices-Cosmic-Exploration

Plugins Without IPC

Some plugins only expose slash commands, not IPC:

  • Saucy: Gold Saucer mini-game automation (not fishing!)
  • Questionable: Quest automation
  • YesAlready: Dialog auto-confirm

For these, document the slash commands instead.

Common Mistakes Found

  • Fabricated APIs that don't exist in source
  • Wrong plugin purposes (e.g., Saucy was documented as "fishing" but it's for Gold Saucer)
  • Outdated repository URLs
  • Methods documented from old versions that no longer exist

Always verify against the actual source code!