scheduled-briefing-operations

Create and diagnose recurring cron-scheduled agent briefings with verified delivery.

1|Updated Aug 11, 2026
One-click install
npx skills add https://github.com/Chia1104/agent-air --skill scheduled-briefing-operations-chia1104
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scheduled-briefing-operations
Source: https://github.com/Chia1104/agent-air/tree/main/skills/hermes/autonomous-ai-agents/scheduled-briefing-operations
Command: npx skills add https://github.com/Chia1104/agent-air --skill scheduled-briefing-operations-chia1104

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Recurring agent briefings often fail silently: the scheduler fires but execution fails, a report is generated but never delivered, or a duplicate trigger is misread as a broken job. This Skill provides a disciplined workflow for creating self-contained scheduled briefings and diagnosing failures across four independent layers: trigger, execution, artifact, and delivery. ## Core Features & Use Cases - Creation Workflow: Build self-contained cron prompts with exact source identifiers, pagination scope, timezone, and failure behavior, then validate the live data source before scheduling. - Four-Layer Verification: Independently verify trigger, execution, artifact, and delivery instead of trusting a single job status field. - Run Diagnostics: Use the bundled decision tree and command sequence to classify issues like unacquired fire claims, unresolved origin channels, and skipped deliveries. - Use Case: Set up a daily Jira work-queue digest that queries live data, persists a report, and delivers it to a chat destination, then troubleshoot why a run completed but no message appeared. ## Quick Start Use the scheduled-briefing-operations skill to create a recurring weekday Jira digest job and verify its trigger, execution, artifact, and delivery layers.

Frequently Asked Questions about scheduled-briefing-operations

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

FAQPage Schema
How do I create a recurring scheduled briefing with an AI agent?▼

Write a self-contained prompt with exact source identifiers, query scope, pagination requirements, timezone, and failure behavior, then create the cron job with explicit schedule, repeat, continuity, and delivery fields. Validate the live data source with a read-only call before scheduling.

How to diagnose a cron job that ran but delivered no message?▼

Check durable run attempts first to confirm execution completed and a report artifact was persisted. Then inspect delivery logs for skipped delivery or an unresolved origin channel, and switch to an explicit target like bot-chat or a platform chat identifier.

Why does a scheduled job show ok status but the briefing never arrived?▼

The job's last_status summarizes the lifecycle and can hide a failed duplicate attempt or skipped delivery. Verify trigger, execution, artifact, and delivery as separate layers using run history and delivery logs rather than one status field.

What does Fire claim was not acquired mean in cron run logs?▼

It means at-most-once claim suppression blocked a duplicate execution while an earlier overlapping attempt was still active. Compare timestamps with earlier attempts and avoid re-triggering until the active run finishes; it is not a job failure.

Can a cron job work if the gateway scheduler is not running?▼

The job record is durable but inactive until the gateway or scheduler is running. After creation, check gateway status and, on macOS, verify the supervised launchd PID before declaring the automation active.