skills/file-intel/SKILL.md
Run the Gemini file processor on any folder — extracts content from PDF, PPTX, XLSX, DOCX, CSV, JSON, and any text format, then generates Obsidian-ready summaries. Use when asked to "summarise this folder", "run file intel", "process these files", or a folder path is provided and summaries are needed.
npx skillsauth add bsy/exo-brain file-intelInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Runs scripts/process_files_with_gemini.py on a folder of files and produces Obsidian-ready summaries.
Use AskUserQuestion:
Question: "Which folder should I process?"
Options:
1. "This vault's inbox/" — process the inbox folder
2. "Custom path" — user specifies a folder
If the user selects option 2, they'll type the path in the "Other" input.
Run via Bash from the vault root:
python scripts/process_files_with_gemini.py <folder_path>
python scripts/process_files_with_gemini.py inbox/Show the terminal output as it runs so the user can see files being processed live.
After the script completes, open the output folder:
open "outputs/file_summaries/YYYY-MM-DD/"
Replace YYYY-MM-DD with today's date from the script output.
Tell the user:
MASTER_SUMMARY.md as the single-file digest of everythingoutputs/file_summaries/YYYY-MM-DD/*_summary.mdMASTER_SUMMARY.md combines all summaries into one digestdevelopment
Interactive Obsidian vault configurator. Asks the user to describe themselves in free text, then builds a personalized vault structure, CLAUDE.md, and slash commands directly in the current directory.
testing
Save a summary of this conversation to the vault. Key decisions, things to remember, next actions. Store in the right folder automatically.
data-ai
Load your full vault context into this session. Reads your key notes, projects, priorities, and maps of content to give Claude a coherent model of your work and life.
tools
Scan your recent notes and extract concrete action items — tools to build, people to reach out to, essays to write, projects to start.