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 earlyaidopters/second-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
Start the day with vault context. Read today's daily note or create one. Surface top priorities. Ask what we're working on.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.