AI agent skills related to using social media

Fix typo: bluesky_open_notifictions → bluesky_open_notifications

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
bluesky/open-app.rkt
··· 25 25 (define agent-name (bluesky-lookup-name (agent-atproto-did) (agent-atproto-app-password))) 26 26 (printf "You are ~a on Bluesky. Choose an action:\n" agent-name) 27 27 (newline) 28 - (printf " - Open your notifications ~a(`bluesky_open_notifictions`)\n" (unread-notifications-badge)) 28 + (printf " - Open your notifications ~a(`bluesky_open_notifications`)\n" (unread-notifications-badge)) 29 29 (printf " - Open your DMs ~a(`bluesky_open_dms`)\n" (unread-dms-badge)) 30 30 (print-feeds)) 31 31