スキル一覧に戻る
charlesmsiegel

wod-toolkit

by charlesmsiegel

minimal version of telluriumgames to run game

1🍴 2📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: wod-toolkit description: "World of Darkness 20th Anniversary toolkit for Vampire (V20), Werewolf (W20), Mage (M20), Wraith (Wr20), Changeling (C20), Demon (D20). Creates characters, locations, items, organizations, weapons. Triggers: WoD, Vampire, Kindred, clan, ghoul, Garou, tribe, Gift, caern, Tradition, Technocracy, Sphere, rote, Arcanoi, Kithain, Art, spirit, Umbra, crossover, weapon stats, firearm, melee, ranged, Demon, Fallen, House, Lore, evocation, Earthbound, thrall, pact, apocalyptic form, Faith, Torment."

WoD Toolkit

Unified toolkit for World of Darkness 20th Anniversary Edition content creation across all six classic gamelines.

Game Detection

Trigger KeywordsGameEntry Point
V20, Vampire, Kindred, Clan, Discipline, Camarilla, Sabbat, Anarch, ghoul, blood, Tal'Mahe'Ra, Black Hand, elder, infernalist, ritae, vampire hunterVampireoverviews/vampire.md
W20, Werewolf, Garou, tribe, auspice, Gift, rite, fetish, Umbra, spirit, caern, FeraWerewolfoverviews/werewolf.md
M20, Mage, Tradition, Technocracy, Sphere, rote, Paradox, Arete, chantry, wonder, ArchmageMageoverviews/mage.md
Wr20, Wraith, ghost, Arcanoi, Shadow, Haunt, Legion, Guild, Spectre, Risen, medium, ghost hunterWraithoverviews/wraith.md
C20, Changeling, Kithain, kith, Art, Realm, Glamour, Banality, freehold, DreamingChangelingoverviews/changeling.md
D20, Demon, Fallen, House, Lore, evocation, Faith, Torment, apocalyptic form, Visage, thrall, pact, Earthbound, Namaru, Asharu, Annunaki, Neberu, Lammasu, Rabisu, HalakuDemonoverviews/demon.md
crossover, multi-splat, weapon, weapon stats, firearm, melee, ranged, thrownSharedmodules/shared/

Workflow

  1. Detect game from user request
  2. Load overview for that game
  3. Select module from overview's module table
  4. Read module before creating content
  5. Use references for detailed data
  6. Validate against module checklist

Reference Files

ReferencePathUse When
Character creation tablesreferences/character-creation.mdAllocating dots, freebie costs
Key decisionsreferences/key-decisions.mdResolving conflicts between books
Crossover guidancemodules/shared/crossover.mdMulti-splat content
Weapon templatesreferences/weapon-output-templates.mdCreating weapon stat blocks
Connection networkreferences/connection-network.mdNPC relationships (M20)

Data Lookup

All game data is in references/data.json. Use scripts/lookup.py to query:

# List all categories
python scripts/lookup.py

# List objects in a category
python scripts/lookup.py v20.disciplines

# Get a specific object
python scripts/lookup.py v20.disciplines disciplines Dominate

# Search across all data
python scripts/lookup.py --search Brujah

# Search within a category
python scripts/lookup.py v20.rules --search generation

Common Categories

CategoryContents
shared.coreattributes, abilities, archetypes, backgrounds, true-faith
shared.spiritshierarchy, charms
v20.disciplinesdisciplines, combination-disciplines, elder-disciplines, bloodline-disciplines
v20.rulesclans, bloodlines, generation, paths-of-enlightenment
v20.characterbackgrounds, merits-flaws
w20.rulestribes, auspices, breeds
w20.giftgifts-by-source
m20.rulessphere-details, paradigms, practices, tenets, subfactions
m20.technocracyconventions, methodologies, equipment
m20.npcsfaces-of-magick
wr20.arcanoiarcanoi-summary
wr20.factionslegions, guilds
c20.kithkithain, regional-kith
c20.artsarts

Directory Structure

wod-toolkit/
├── SKILL.md                 ← This file (router)
├── overviews/               ← Game entry points with module tables
│   ├── vampire.md, werewolf.md, mage.md, wraith.md, changeling.md, demon.md
├── modules/
│   ├── v20/                 ← Vampire modules
│   ├── w20/                 ← Werewolf modules
│   ├── m20/                 ← Mage modules
│   ├── wr20/                ← Wraith modules
│   ├── c20/                 ← Changeling modules
│   ├── d20/                 ← Demon modules
│   └── shared/              ← Cross-game modules
├── references/
│   ├── data.json            ← All game data
│   ├── character-creation.md ← Allocation tables
│   ├── key-decisions.md     ← Conflict resolutions
│   ├── connection-network.md ← NPC relationships
│   ├── weapon-output-templates.md
│   └── m20/                 ← M20-specific templates
└── scripts/
    └── lookup.py            ← Data query utility

Additional Trigger Keywords

Extended triggers for specialized content:

Vampire: Tal'Mahe'Ra, Black Hand, Enoch, Bahari, Koldunism, methuselah, infernalist, ritae, Vaulderie, Blood Brothers, Dark Thaumaturgy, Anarch sorcery, Hunters Hunted, Society of Leopold, Project Twilight, Inquisition, True Faith, combination discipline, Free State, Baron, SchreckNet

Mage: Faces of Magick, notable NPC, Charon, Black Jacket, Crusader, Archmage, Disparate, Craft, Nephandi, Technocrat

Wraith: ghost hunter, medium, psychic, Numina, cryptid, paranormal investigator

Changeling: Nunnehi, chimera, treasure

Demon: Devils, Scourges, Malefactors, Fiends, Defilers, Devourers, Slayers, Faustian, Cryptic, Luciferan, Reconciler, Ravener, Visage, apocalyptic traits, Bel, Nusku, Qingu, Dagan, Anshar, Ellil, Kishar, Antu, Mummu, Ninsun, Nedu, Shamash, Ishhara, Adad, Mammetum, Zaltu, Ninurtu, Aruru, Namtar, Nergal, Ereshkigal, reliquary, court, haunt

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です