triggers

Manages automated periodic agent monitoring via a TRIGGER.md configuration file.

8|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/greghavens/triggerfish --skill triggers-greghavens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triggers
Source: https://github.com/greghavens/triggerfish/tree/main/skills/bundled/triggers
Command: npx skills add https://github.com/greghavens/triggerfish --skill triggers-greghavens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables proactive monitoring of various data sources and systems by defining automated checks and alerts that run periodically, ensuring timely information and action.

Core Features & Use Cases

  • Automated Periodic Checks: Schedule regular checks of specified information sources (e.g., weather, notifications, emails).
  • Customizable Alerts: Define specific conditions (e.g., price drops below a threshold) that trigger immediate notifications.
  • Quiet Hours: Configure periods during which trigger wakeups are suppressed to avoid interruptions.
  • Use Case: Set up a trigger to check your GitHub repositories every hour for new issues or pull requests and summarize any findings.

Quick Start

Use the triggers skill to create a new TRIGGER.md file in your home directory with a morning briefing.

Frequently Asked Questions about triggers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up proactive monitoring for automated periodic checks?

Proactive monitoring is configured by creating a TRIGGER.md file that defines periodic wakeups and automated actions, allowing agents to check specified information sources on a regular schedule.

What is the TRIGGER.md file format used for scheduling agent wakeups?

The TRIGGER.md file format defines scheduling parameters, quiet hours, and classification ceilings for autonomous periodic tasks, serving as the central configuration for managing proactive agent monitoring.

Can I suppress automated alerts during specific quiet hours?

Yes, quiet hours can be configured within the TRIGGER.md file to suppress trigger wakeups during specified periods, ensuring automated periodic checks do not cause interruptions at unwanted times.

Do I need file system access to configure periodic monitoring triggers?

File system access is required for reading and writing the TRIGGER.md configuration file, which is necessary to define and manage periodic wakeups and automated alert conditions.

What's the best way to schedule automated checks for new GitHub repository issues?

Use the TRIGGER.md configuration to schedule an hourly periodic wakeup that checks your GitHub repositories for new issues or pull requests and summarizes any findings automatically.