A curated set of agents with a shared permission & risk profile.
pack.json + each agent stub.Generates a standard .ics file for calendar events. Compatible with Outlook, Google Calendar, and Apple Calendar.
Triggers a native system notification (Toast on Windows, Banner on Mac, Notification on Linux). Great for "Job Complete" alerts.
Sends a "Rich Embed" (fancy formatted message with colors, fields, and footers) to a Discord channel via Webhook URL. Great for system alerts or status reports.
Generates a unique, geometric avatar (Identicon) based on a text string (like an email or username). Consistent input always produces the same unique image.
programmatically moves your mouse cursor 1 pixel every minute. Keeps your computer awake and your Teams/Slack status "Green" (Active) while you nap.
Reads a resume (PDF/Text) and attempts to extract structured contact info (Email, Phone) and Keywords (Skills).
Fetches an RSS feed URL, parses the XML, and extracts the latest headlines. Useful for tracking blogs, system status pages, or news.
Sends a formatted message to a Slack channel via Incoming Webhook (just like the Discord agent, but for Slack's specific JSON structure).
Sends an email using an SMTP server (e.g., Gmail, Outlook, or local Mailhog). Useful for alerting, reporting, or testing transactional emails.