skills/riccardo-at-the-computer/SKILL.md
Contains the logic and tools to determine if Riccardo is active on his Ubuntu computer (pupurabbux). Use this skill when Riccardo asks "am I at the computer?" or similar questions about his desktop activity.
npx skillsauth add palladius/gemini-cli-palladius-public-goodies riccardo-at-the-computerInstall 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.
This skill centralizes the information used to determine when Riccardo is active on his Linux computer.
To find the exact time Riccardo last entered his password to unlock the screen, run the journalctl command directly. This is more portable than a custom script.
journalctl -q -g "unlocked" --since "today" | grep -i "$USER" | tail -n 1A script exists to check the to-do file and send a desktop notification if there are pending tasks.
pupurabbux-notifications.sh~/bin/pupurabbux-notifications.sh (in the workspace's bin folder)riccardo_notes/todo_computer.md- and if the count is greater than zero, sends a desktop notification using notify-send.To ensure Riccardo is notified about open to-dos, the notification script is executed periodically via a cron job.
*/30 * * * *)./Users/riccardo/.openclaw/workspace/bin/pupurabbux-notifications.shtools
(💛) Real-time water temperatures, open status of Zurich badis (lakes, river/Letten, pools), outside weather recommendations for family trips, and Limmat canotto/dinghy flow safety alerts.
development
(💛) Auto-documents any Git repository: creates ABOUT.md, generates project hero images via nanobanana, and builds deep diagrams (Mermaid E/R or Class diagrams).
tools
Google Workspace CLI managed the Carlesso way—featuring isolated configurations, selective read-only security, and standard workflows.
testing
Audits and renames tmux sessions based on their active content. Use when the user wants to organize their tmux workspace, identify what's running in each session, or apply a consistent naming convention (giancarlo-YYYYMMDD-SYNOPSIS) to all active sessions.