
snd-plugin-references
by vaoan
SKILL.md
name: SND Plugin References description: Tracking document for SND plugin skills, repository references, and missing documentation. Use this to find official sources and prioritize skill creation.
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:
- Find Repository: Search GitHub for the plugin name
- Locate IPC Files: Search for patterns above in the repo
- Extract APIs: Read the IPC source and document all public methods
- Create/Update Skill: Write to
.claude/skills/snd-{pluginname}/SKILL.md - Include Source URL: Always reference the exact IPC file path
- Test Examples: Include working Lua code examples
Notes
Archived/Inaccessible Repos
- Deliveroo: Original at
git.carvel.li/liza/Deliveroois 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!
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です