typescript/skills/sag/SKILL.md
Search and Grep - powerful code search across repositories and file systems.
npx skillsauth add kody-w/openrappter sagInstall 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.
Fast code search using ripgrep.
rg "pattern" /path/to/search
rg "function" --type ts
rg "class" --type py
rg "TODO" -C 3
rg "old_name" --files-with-matches | xargs sed -i '' 's/old_name/new_name/g'
-i — case insensitive-w — whole word match-l — files only-c — count matches--hidden — include hidden files--glob '!node_modules' — exclude patternsdevelopment
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.