# Cron Job: pirate-vault-analyzer

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

## 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 |

---

## Tag Distribution (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 |
| *(and many more...)* | — |

---

## Orphaned Notes (131)
**131 notes have zero incoming links**, making up roughly **85%** of the vault. This is expected for a campaign vault where many entries (NPCs, items, locations, chapters) are organized categorically rather than woven into a dense link graph. Key orphaned sections include:
- **Quick Rules** (5 notes) — quick-reference tables
- **Chapters 1–14** and **Story Trajectory**
- **Adventures** (9 notes)
- **Ships** (5 notes, tiered)
- **Templates** (7 notes)
- **Factions** (4 notes)
- **Items** (17 notes)
- **Locations** (4 notes)
- **Monsters** (9 notes)
- **Spells** (5 notes)
- **Systems** (9 notes)
- **Quests** — Main quests, side quests, dungeons, and one-shots

---

## Broken Links (36)
There are **36 broken internal links** across the vault. Notable clusters:
- `1-Campaign/Dashboard.md` — 3 links to empty folders (`2-World/Adventures/`, `2-World/NPCs/`, `3-Ships/`)
- `5-Ideas/Website-Campaign-Ideas.md` — 8 links to planned but missing pages
- `The Displaced (Faction)` — referenced 5 times but appears to be missing
- `Crew & Ship Mood`, `Sea Encounter Generator`, `Daily Event Roller` — each broken in 2+ places
- Template placeholders (`{{related1}}`, `{{related2}}`) are unresolved in `Adventure.md`
- `2-World/NPCs/_Index.md` contains a malformed link `[[${l.path}]]`

---

## Summary
- **Content scale:** ~95K words across 154 notes — a large, well-structured campaign vault.
- **Link health:** 653 total links, but 36 are broken (~5.5% link failure rate). Most broken links are aspirational (ideas/website plans) or point to a few missing key pages.
- **Connectivity:** Most notes are orphaned, which is normal for a reference-heavy TTRPG vault. Consider creating more index/hub notes or MOCs (Maps of Content) to improve discoverability if desired.
