Skip to main content

temple-generator

Generates a 3D interactive knowledge map from Obsidian vaults, enabling visual comparison and exploration of complex information.

Install this skill

or
90/100

Security score

The temple-generator skill was audited on Apr 7, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 31

Access to home directory dotfiles

SourceSKILL.md
29### Step 1: Scan the Vault
30
31Run `python3 ~/.claude/skills/temple-generator/scripts/extract_entities.py <vault_path>`.
32
33This produces `vault-scan.json` with:
medium line 109

Access to home directory dotfiles

SourceSKILL.md
107### Step 6: Generate HTML
108
1091. Copy `~/.claude/skills/temple-generator/assets/temple-template.html` to the output location
1102. If `--inline` flag: embed the JSON data as `const TEMPLE_DATA = {...};` inside the HTML
1113. Otherwise: place `temple-data.json` alongside the HTML
Scanned on Apr 7, 2026
View Security Dashboard
Installation guide →