# Cron Job: pirate-vault-analyzer

**Job ID:** 6b7d6e716d1c
**Run Time:** 2026-07-27 09:00:41
**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 Statistics

Here is the full breakdown from `scripts/analyzer.py --all` run today on your vault.

---

## Vault Overview

| Metric | Value |
|---|---|
| **Total notes** | 154 |
| **Total words** | 95,103 |
| **Total links** | 653 |
| **Total tags** | 350 |
| **Average words per note** | 617 |
| **Average links per note** | 4 |

---

## Top Tags (186 unique)

| Tag | Count |
|---|---|
| #chapter | 14 |
| #homebrew | 13 |
| #npc | 11 |
| #item | 11 |
| #pirate-campaign | 11 |
| #dm-reference | 7 |
| #attuned | 7 |
| #rare | 6 |
| #naval | 5 |
| #worldbuilding | 5 |
| #arc-3 | 5 |
| #player | 4 |
| #factions | 4 |
| #spells | 4 |
| #ship | 4 |
| #arc-2 | 4 |
| #session-zero | 4 |

---

## Orphaned Notes (131)

These notes are not linked to by any other note. Most are **intentional orphans** (templates, chapter stories, index files, ideas, quick refs, tools, session notes). A few examples from the list:

- `0-Quick-Rules/*` (all 5)
- `1-Campaign/_Index`
- `2-World/Adventures/*` (all 12 adventure stubs)
- `2-World/Story/Chapter 01-14` (all 14 chapters)
- `3-Ships/Ship-Tier-*` (all 5 ship tiers)
- `4-Tools/Templates/*` (all 6 templates)
- `5-Ideas/*` (all 7 idea files)
- `6-Rules/*` (factions, items, locations, monsters, spells, systems, worldbuilding)
- `7-Reference/*`, `8-Handouts/*`, `9-Quests/*`
- `note-taking/Session-2026-07-17`

---

## Broken Links (36)

Links pointing to non-existent notes or using template syntax. The most actionable fixes:

| Source | Broken Link |
|---|---|
| `1-Campaign/Dashboard.md` | `[[2-World/Adventures/]]` |
| `1-Campaign/Dashboard.md` | `[[2-World/NPCs/]]` |
| `1-Campaign/Dashboard.md` | `[[3-Ships/]]` |
| `1-Campaign/Session-Zero-Game-Plan.md` | `[[Adventures/Session 1 — The Awakening]]` |
| `2-World/NPCs/_Index.md` | `[[${l.path}]]` *(template leak)* |
| `2-World/Story/Chapter 05 — The Salt-Tribe War.md` | `[[The Displaced (Faction)]]` |
| `4-Tools/Templates/Adventure.md` | `[[{{related1}}]]`, `[[{{related2}}]]` |
| `5-Ideas/Website-Campaign-Ideas.md` | Multiple `_Index` links & `[[Current Ship]]` |
| `6-Rules/Items/Firearms.md` | `[[Firearms & Powder Rules]]` |
| `6-Rules/Items/Ring of Water Walking.md` | `[[Convergence Shards]]` |
| `6-Rules/Locations/Port Veridian.md` | `[[The Sahuagin — The Salt-Tribes]]` *(typo?)* |
| `6-Rules/Monsters/The Displaced — Broken Refugees.md` | `[[The Displaced (Faction)]]` |
| `_Index.md` | `[[3-Ships/Ships & Naval Tools]]` |

---

### Quick Takeaways

1. **Scale:** 154 notes, ~95K words — a robust campaign bible.
2. **Orphans:** The vast majority are **by design** (chapters, templates, tool references, indexes). No urgent concern.
3. **Broken Links:** 36 is manageable. Top priorities are fixing the **Dashboard** folder links, the **NPCs/_Index** template leak, and a few **faction/monster cross-references** to "The Displaced (Faction)" which may be a missing note or a renamed one.
