typescript/skills/session-logs/SKILL.md
View and manage agent session logs for debugging and auditing.
npx skillsauth add kody-w/openrappter session-logsInstall 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.
View and analyze agent session logs.
ls -la ~/.openrappter/sessions/
cat ~/.openrappter/sessions/latest.jsonl | jq '.'
rg "error" ~/.openrappter/sessions/ --type jsonl
cat ~/.openrappter/sessions/*.jsonl | jq 'select(.agent == "ShellAgent")'
jq -s '.' ~/.openrappter/sessions/SESSION_ID.jsonl > export.json
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.