Pack H — Communication + Scheduling

A curated set of agents with a shared permission & risk profile.

Pack permissions

No special permissions

Quickstart

  • Download the pack bundle.
  • Unzip it locally and review pack.json + each agent stub.
  • Use the Local Runner to install (demo) packs, then run agents against demo targets.

Agents in this pack

Calendar Invite Agent (Scheduling)

Generates a standard .ics file for calendar events. Compatible with Outlook, Google Calendar, and Apple Calendar.

spec No permissions

Desktop Notifier Agent (OS Integration)

Triggers a native system notification (Toast on Windows, Banner on Mac, Notification on Linux). Great for "Job Complete" alerts.

spec No permissions

Discord Webhook Agent (Social)

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.

spec No permissions

Identicon Generator (Procedural Art)

Generates a unique, geometric avatar (Identicon) based on a text string (like an email or username). Consistent input always produces the same unique image.

spec No permissions

Mouse Jiggler Agent (The "AFK Cheat")

programmatically moves your mouse cursor 1 pixel every minute. Keeps your computer awake and your Teams/Slack status "Green" (Active) while you nap.

spec No permissions

Resume Parser Agent (HR Tech)

Reads a resume (PDF/Text) and attempts to extract structured contact info (Email, Phone) and Keywords (Skills).

spec No permissions

RSS Monitor Agent (Content Ingestion)

Fetches an RSS feed URL, parses the XML, and extracts the latest headlines. Useful for tracking blogs, system status pages, or news.

spec No permissions

Slack Bot Agent (Communication)

Sends a formatted message to a Slack channel via Incoming Webhook (just like the Discord agent, but for Slack's specific JSON structure).

spec No permissions

SMTP Sender Agent (Communication)

Sends an email using an SMTP server (e.g., Gmail, Outlook, or local Mailhog). Useful for alerting, reporting, or testing transactional emails.

spec No permissions