# Cron Job: pirate-vault-analyzer

**Job ID:** 6b7d6e716d1c
**Run Time:** 2026-08-03 09:00:23
**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**

**Overall Statistics**
- 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 (by frequency)**
| 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 |

**Orphaned Notes: 131**
These are notes with no incoming links from other notes in the vault. Most orphaned notes appear to be content pages (adventures, story chapters, ships, items, monsters, locations, templates, and ideas) that may be referenced only via folder structure rather than wiki-links. Index files, quick reference sheets, and standalone handouts are also heavily orphaned.

**Broken Links: 36**
Links pointing to non-existent targets or using placeholder/template syntax:
- Dashboard references missing folders (`[[2-World/Adventures/]]`, `[[2-World/NPCs/]]`, `[[3-Ships/]]`)
- Template placeholders (`[[{{related1}}]]`, `[[{{related2}}]]`)
- Idea references (`[[Crew & Ship Mood]]`, `[[Sea Encounter Generator]]`)
- Several notes reference `[[The Displaced (Faction)]]`, which may be a missing or renamed note
- Website idea doc references several `_Index` pages that may not exist at those paths
- A malformed link in `2-World/NPCs/_Index.md` (`[[${l.path}]]`)

**Summary**
The vault is substantial at ~95k words across 154 notes. Cross-linking is moderate (~4 links/note), but a large portion of notes (131) receive no backlinks, suggesting many pages are leaf nodes or are only navigated to via folders rather than inline wiki-links. There are 36 broken links worth cleaning up, especially template placeholders and references to a missing "The Displaced (Faction)" note.
