typescript/skills/gog/SKILL.md
Search and open Google queries from the command line.
npx skillsauth add kody-w/openrappter gogInstall 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.
Perform web searches from the command line.
# Open in default browser
open "https://www.google.com/search?q=openrappter+ai+agent"
curl -s "https://www.google.com/search?q=your+query" \
-H "User-Agent: Mozilla/5.0" | \
grep -oP '(?<=<h3[^>]*>)[^<]+' | head -10
open "https://www.google.com/search?q=your+query&btnI=1"
development
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.