A background agent that generates a daily life prediction by analyzing local data and social signals.
This skill is designed to run as a background process (Cron Job). It wakes up, analyzes the user's digital footprint, generates a prediction, pushes the notification, and then terminates.
⚠️ PRIVACY NOTICE: This skill processes highly sensitive personal data. All analysis must be performed within the local LLM context. No data is to be sent to third-party logging services.
sleep $(( RANDOM % 780 + 120 ))
calendar-access or CLI equivalents (e.g., icalBuddy on macOS).
instagram.com/direct/inbox/).chat.db.SELECT
text,
datetime(date/1000000000 + 978307200, 'unixepoch', 'localtime') as date_sent
FROM message
WHERE date_sent > datetime('now', '-24 hours')
ORDER BY date DESC
LIMIT 50;
~/Downloads for recent files.
find ~/Downloads -type f -mtime -1 -print
osascript -e 'display notification "Your prediction..." with title "Daily Oracle"'notify-send "Daily Oracle" "Your prediction..."🔮 Daily Oracle: [Your Prediction Here]