peer-activity

Monitor Peer protocol intents, deposits, and rate changes via polling or SSE streaming.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time visibility into the Peer protocol to monitor intents, deposits, and rate changes as they occur.

Core Features & Use Cases

  • Real-time event feed via the Peerlytics SDK to surface on-chain actions, statuses, and updates.
  • Support for both polling and Server-Sent Events streaming for continuous observability.
  • Filter activity by event type, deposit, maker, or address to build targeted monitoring dashboards.

Quick Start

Install the @peerlytics/sdk, initialize with an API key or x402 credentials, and start monitoring activity with getActivity or the SSE stream.

Frequently Asked Questions about peer-activity

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

FAQPage Schema
How do I monitor Peer protocol activity in real time?

Monitor Peer protocol activity in real time by installing the @peerlytics/sdk to track live intents, deposits, and rate changes using polling or SSE streaming for continuous observability.

Can I filter Peer protocol events by deposit or address?

Filter Peer protocol events by deposit, maker, address, or event type using the typed filters exposed by the @peerlytics/sdk to build targeted monitoring dashboards.

What is the best way to stream Peer protocol activity continuously?

Stream Peer protocol activity continuously via Server-Sent Events (SSE) supported by the @peerlytics/sdk, providing live feeds of on-chain actions and status updates as they happen.

Do I need an API key to track Peer protocol intents and deposits?

Track Peer protocol intents and deposits by authenticating with either an API key or x402 credentials to initialize the @peerlytics/sdk for accessing real-time activity feeds.

Does the Peerlytics SDK support polling for protocol rate changes?

Polling for Peer protocol rate changes is supported by the @peerlytics/sdk, offering an alternative to SSE streaming for retrieving live event updates and status changes.