# Cron Job: pirate-vault-analyzer

**Job ID:** 6b7d6e716d1c
**Run Time:** 2026-07-15 09:00:51
**Schedule:** 0 9 * * *

## Prompt

[IMPORTANT: You are running as a scheduled cron job. DELIVERY: Your final response will be automatically delivered to the user — do NOT use send_message or try to deliver the output yourself. Just produce your report/output as your final response and the system handles the rest. SILENT: If there is genuinely nothing new to report, respond with exactly "[SILENT]" (nothing else) to suppress delivery. Never combine [SILENT] with content — either report your findings normally, or say [SILENT] and nothing more.]

Run vault analyzer on Pirate Campaign vault and report statistics. Navigate to ~/obsidian-vault/Pirate-Campain and run: python3 scripts/analyzer.py --all

## Response

## Pirate Campaign Vault — Analysis Report

**Run:** `python3 scripts/analyzer.py --all`  
**Vault path:** `~/obsidian-vault/Pirate-Campain`

---

### 📊 Core Statistics
| Metric | Value |
|--------|-------|
| Total notes | **113** |
| Total words | **48,373** |
| Total links | **460** |
| Total tags | **220** |
| Unique tags | **118** |
| Avg words / note | **428** |
| Avg links / note | **4** |

---

### 🏷️ Top Tags
| Tag | Count |
|-----|-------|
| `#homebrew` | 13 |
| `#npc` | 11 |
| `#item` | 11 |
| `#pirate-campaign` | 11 |
| `#attuned` | 7 |
| `#worldbuilding` | 6 |
| `#dm-reference` | 6 |
| `#rare` | 6 |
| `#spells` | 4 |
| `#pirates` | 4 |

---

### 🔗 Orphaned Notes: **93** (82% of vault)
These notes have **no incoming links** from other notes. Top categories affected:
- **Adventures** (11 notes) — e.g. *The Convergence End*, *The Kraken's Price*, *The Sargasso Job*
- **Ships** (5 notes) — all ship tier docs (Keelboat → Galley)
- **Factions** (4 notes) — *The Displaced*, *The Harrowed*, *The Reef Lords*, *The Silver Navy*
- **Items** (18 notes) — magic items, firearms, homebrew gear
- **Locations** (4 notes) — *Port Veridian*, *The Convergence Spire*, *The Flotilla*, *The Sargasso Maze*
- **Monsters** (9 notes) — including *Kraken — The Deep Sovereign*, *Timeline Predator*
- **Systems** (9 notes) — *Crew-Roster*, *Firearms-&-Powder-Rules*, *Naval Combat Quick Rules*
- **Ideas** (7 notes) — concept docs and website plans
- **Templates** (7 notes) — Adventure, Faction, Item, Location, Monster, Session, Spell
- **Handouts** (6 notes) — all currently unlinked
- **Reference** (6 notes) — all currently unlinked
- **Indexes** (7 `_Index` files) — including root `_Index.md`

---

### ⚠️ Broken Links: **47**
These notes contain `[[...]]` links pointing to non-existent files or malformed paths:

**Frequently broken target:** `[[The Displaced (Faction)]]` — referenced from 4 notes (*The Salt-Tribe War*, *The Silver Navy*, *Port Veridian*, *The Flotilla*, *The Displaced — Broken Refugees*).

**Other notable broken links:**
| Source | Broken Link |
|--------|-------------|
| `1-Campaign/Dashboard.md` | `[[2-World/Adventures/]]`, `[[2-World/NPCs/]]`, `[[3-Ships/]]` |
| `1-Campaign/Session-Zero-Game-Plan.md` | `[[Adventures/Session 1 — The Awakening]]` |
| `2-World/NPCs/_Index.md` | `[[${l.path}]]` *(template variable leaked)* |
| `4-Tools/Templates/Adventure.md` | `[[{{related1}}]]`, `[[{{related2}}]]` *(template variables)* |
| `5-Ideas/Website-Campaign-Ideas.md` | Multiple `_Index` links and `[[Current Ship]]` |
| `6-Rules/Items/Ring of Water Walking.md` | `[[Convergence Shards]]` |
| `6-Rules/Systems/` (3 files) | `[[Crew & Ship Mood]]`, `[[Daily Event Roller]]` |
| `7-Reference/_Index.md` | `[[Combat Actions]]`, `[[Conditions]]`, `[[Currency & Trade]]`, `[[Downtime Activities]]`, `[[Pirate Slang & Terms]]`, `[[Timeline-Bleed Tables]]` |
| `8-Handouts/_Index.md` | All 6 handout templates — e.g. `[[Convergence Shard — Handout]]`, `[[Treasure Map — Template]]` |

---

### 📝 Summary
The vault is **content-rich** (48K+ words, 113 notes) but **poorly interlinked**. With **93 orphaned notes** and **47 broken links**, over 80% of the content is effectively unreachable via normal wiki-link navigation. The most impactful fixes would be:
1. **Create missing target notes** for the 47 broken links (especially the missing *The Displaced (Faction)* note and Reference/Handout stubs).
2. **Link orphaned content** from existing index/dashboard notes so adventures, items, monsters, and systems are reachable.
3. **Fix template leakage** in `NPCs/_Index.md` and `Adventure.md` where variables are rendering as literal text.
