Frequency Guard

Monitor skill run counts and alert on daily limit breaches.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/aeoncity-demo/myaeon --skill frequency-guard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Frequency Guard
Source: https://github.com/aeoncity-demo/myaeon/tree/main/skills/frequency-guard
Command: npx skills add https://github.com/aeoncity-demo/myaeon --skill frequency-guard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that no skill exceeds its configured daily limit, preventing overuse and maintaining system health.

Core Features & Use Cases

  • Run Count Monitoring: Checks the number of times each skill has been run within a day.
  • Alerting: Notifies when a skill exceeds its daily run limit.
  • Configuration: Allows setting daily limits for each skill.

Quick Start

Use the frequency-guard skill to monitor and check for any breaches in daily skill run limits.

Frequently Asked Questions about Frequency Guard

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

FAQPage Schema
How do I monitor daily skill run counts to prevent exceeding usage limits?

Daily skill run count monitoring works by reading usage logs and comparing them against configured limits. It issues alerts when a breach occurs, preventing overuse and maintaining system health by ensuring no skill exceeds its daily execution threshold.

What is the best way to set up alerting for daily usage limit breaches?

Alerting for daily usage limit breaches is configured by setting specific run count thresholds for each skill. The system reads usage logs, compares actual runs against these configured limits, and automatically issues alerts when a breach occurs.

Can I configure individual daily run limits for different skills?

Yes, you can configure individual daily run limits for different skills using configuration files. The monitoring system reads these configurations to compare against actual usage logs, issuing alerts only when a specific skill exceeds its designated threshold.

Do I need access to usage logs to track skill execution frequency?

Yes, access to skill usage logs is required to track execution frequency. The monitoring system operates by reading these usage logs and comparing them against configured limits, requiring both log access and configuration files to detect and alert on daily breaches.

Why does skill management require monitoring daily run limits?

Skill management requires monitoring daily run limits to prevent overuse and maintain system health. Without tracking execution frequency, individual skills could exceed their configured daily limits, leading to uncontrolled resource consumption and potential system degradation.