Protocol Monitor (x402 default)

Compute weekly ecosystem momentum scores for tracked protocols from GitHub, npm, and news signals.

626|225|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon --skill protocol-monitor-x402-default
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Protocol Monitor (x402 default)
Source: https://github.com/aaronjmars/aeon/tree/main/skills/x402-monitor
Command: npx skills add https://github.com/aaronjmars/aeon --skill protocol-monitor-x402-default

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It answers whether a protocol’s ecosystem is accelerating or stalling by aggregating new GitHub integrations, npm adoption velocity, and recent notable announcements on a weekly cadence.

Core Features & Use Cases

  • Weekly ecosystem velocity tracking: Detects new repositories integrating the protocol within the last 7 days and records baseline-to-new changes.
  • npm adoption trend signals: Pulls last-week download counts per watched npm package and computes deltas versus the prior known values.
  • Protocol news synthesis: Searches recent web results for developer tutorials, launches, and protocol/spec updates, then summarizes the most impactful signals.

Quick Start

Ask an AI operator to run the x402 protocol monitoring workflow with no protocol override to produce a weekly momentum update notification.

Frequently Asked Questions about Protocol Monitor (x402 default)

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

FAQPage Schema
How do I track protocol ecosystem momentum using GitHub and npm data?

Track protocol ecosystem momentum by aggregating new GitHub integrations, npm download velocity, and recent web news. This monitoring process computes a weekly momentum score to detect adoption acceleration, launch activity, or stagnation signals.

What is protocol monitoring for unattended recurring weekly updates?

Protocol monitoring for unattended recurring updates is an automated workflow that evaluates ecosystem velocity weekly. It reads tracked protocol configurations, computes momentum from GitHub and npm data, and conditionally notifies you only when the momentum score is non-zero.

How do I set up autonomous notifications for protocol adoption acceleration?

Set up autonomous notifications for protocol adoption acceleration by enabling the unattended recurring monitoring workflow. The system maintains per-protocol state and automatically sends notifications when the computed weekly momentum score indicates acceleration or stagnation.

Does protocol monitoring require specific configuration files to track npm downloads?

Yes, protocol monitoring requires reading configuration from memory/topics/tracked-protocol.md. It maintains per-protocol state in memory/topics/protocol-state-<protocol>.md to compare last-week npm download counts against prior known values.

What's the best way to detect stagnation signals in a tracked protocol ecosystem?

Detect stagnation signals by synthesizing recent web search results for developer tutorials, launches, and protocol updates. The workflow combines these news signals with GitHub integrations and npm adoption velocity to identify ecosystem stagnation.

Can I monitor multiple protocols simultaneously without protocol overrides?

You can monitor multiple protocols by running the workflow with no protocol override. The system maintains individual state files for each tracked protocol, computing separate momentum scores from GitHub integrations, npm downloads, and web news.