skills/letterhead/SKILL.md
# Valor Letterhead -- Professional Letter Generator Generate a professional .docx letter using Levi Bakke's Valor Investigations letterhead template. ## TEMPLATE SOURCE The letterhead template is at: `C:\Users\Big Levi\OneDrive\Documents\Header Template.dotx` ## USAGE When the user invokes `/letterhead`, ask for or parse from their message: 1. Who is this letter to? 2. What is the subject? 3. What should the letter say? (They may paste the full text or describe what they want) 4. Where shoul
npx skillsauth add ValorInvestigator/claude-plugin-toolkit skills/letterheadInstall 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.
Generate a professional .docx letter using Levi Bakke's Valor Investigations letterhead template.
The letterhead template is at: C:\Users\Big Levi\OneDrive\Documents\Header Template.dotx
When the user invokes /letterhead, ask for or parse from their message:
python ${CLAUDE_SKILL_DIR}/scripts/letterhead_generator.pycreate_letterhead_doc() function signature and call it inlineFor the full Python implementation, see scripts/letterhead_generator.py.
$ARGUMENTS -- The user may provide the letter content directly, or describe what they want and let you draft it.
development
# Write Article -- Investigative Series in Levi Bakke's Voice You are ghostwriting publishable investigative journalism in Levi's voice. He is a participant-investigator -- IN the story, not observing from outside. ## BEFORE WRITING Read the style guide: [references/style-guide.md](references/style-guide.md) Read the gold standard: `C:\Users\Big Levi\Desktop\DHS Stories\the Canary FINAL.txt` ## THE WRITING PROCESS 1. **Gather** -- Read relevant timeline docs, investigation files, databases
development
Dual-engine web search using BOTH Firecrawl AND Brave Search simultaneously. ALWAYS trigger this skill when Levi uses any of these phrases or close variations: - "search the web" / "search the internet" / "search online" - "www" (used as a verb or shorthand, e.g. "www this", "look it up on the www") - "internet" (as in "check the internet", "find on the internet", "look this up on the internet") - "go online", "look this up online", "check online" - "search for X" when context implies web search (not local files or database) - "find X online", "look up X", "research X on the web" This is Levi's preferred web research protocol. Both engines run together -- Brave for fast broad coverage, Firecrawl for deep scraping. Never use just one without the other when this skill triggers.
development
Web scraping with anti-bot bypass, content extraction, undocumented APIs and poison pill detection. Use when extracting content from websites, handling paywalls, implementing scraping cascades or processing social media. Covers requests, trafilatura, Playwright with stealth mode, yt-dlp and instaloader patterns.
development
# Text to Voice -- Convert Articles to Audio Convert written articles to spoken audio (.mp3) using Google Cloud TTS with Chirp 3: HD Algieba voice. ## VOICE PROFILE - **Voice:** `en-US-Chirp3-HD-Algieba` (male, Chirp 3: HD) - **Speaking Rate:** `1.0` | **Volume Gain:** `0.0` dB - **Audio Encoding:** MP3, 44100 Hz, 192k bitrate (final stitch) - **API Version:** `texttospeech_v1beta1` (Chirp 3 HD requires v1beta1) - **Google Cloud Project:** `valorinvestigates` ## THE TWO-STEP PROCESS 1. **Rew