run-frequency-guard

Detect breached daily run caps for skills and report findings.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill run-frequency-guard-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-frequency-guard
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/run-frequency-guard
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill run-frequency-guard-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Daily per-skill usage often goes unchecked, leading to unexpected costs or degraded performance when automated tasks fire too often. This skill watches every skill's daily run count and raises alerts if any cap is breached, preventing runaway executions.

Core Features & Use Cases

  • Breached-cap detection: compares today's runs against defined caps and reports breaches.
  • Config-driven: reads caps from memory/skill-caps.json (or aeon.yml), with a safe fallback.
  • Audit-ready logging: records status and generates notifications for operators.

Quick Start

Run the daily run-cap audit to identify breached skills and generate a breach report.

Frequently Asked Questions about run-frequency-guard

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

FAQPage Schema
How do I monitor daily skill run counts and detect cap breaches?

Daily run cap breaches are detected by comparing today's execution counts against defined limits, generating a breach report and alert notifications to prevent runaway automated executions.

How do I configure per-skill execution caps for automated tasks?

Per-skill execution caps are configured by defining limits in memory/skill-caps.json or aeon.yml, which the monitoring workflow reads to evaluate daily run counts against your set thresholds.

What happens if a skill exceeds its daily run limit?

When a skill exceeds its daily run limit, the breach detection process identifies the violation, records the status in audit-ready logs, and generates notifications for operators.

Do I need a specific configuration file to enable breach detection for token usage?

Breach detection uses a safe fallback if memory/skill-caps.json or aeon.yml is absent, but configuring these files enables custom per-skill cap monitoring across the workspace.

Can I audit automated task executions across all tracked skills in my workspace?

Automated task executions are audited across all tracked skills within the Aeon workspace by recording daily run count statuses and comparing them against dynamically configured caps.