wikimedia-eventstreams

Consume real-time Wikimedia events via EventStreams with pywikibot filters.

15|6|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikimedia-eventstreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wikimedia-eventstreams
Source: https://github.com/fuzheado/Wikipedia-AI-Skills/tree/main/.claude/skills/wikimedia-eventstreams
Command: npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikimedia-eventstreams

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a real-time feed of Wikimedia events (edits, page creations, deletions, etc.) to help monitor and analyze Wikipedia activity.

Core Features & Use Cases

  • Real-time Event Streams: Consume events such as edits, page creations, deletions, and more in real-time.
  • Server-Sent Events (SSE): Use SSE to receive events as they happen, without polling the server.
  • Filters: Apply filters to receive only specific types of events, such as edits from a particular user or on a specific page.
  • Use Case: Track the latest edits on a particular Wikipedia page or monitor the activity of a specific user across the entire Wikimedia ecosystem.

Quick Start

Use the wikimedia-eventstreams skill to receive real-time edit events from the English Wikipedia.

Frequently Asked Questions about wikimedia-eventstreams

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

FAQPage Schema
How do I monitor real-time Wikipedia edits and page creations?

You can monitor real-time Wikipedia edits and page creations by consuming the Wikimedia EventStreams HTTP service. This Skill uses Server-Sent Events (SSE) to provide a live feed of activity, applying filters for specific event types and wikis.

Can I filter Wikimedia event streams for a specific user or page?

Yes, you can filter Wikimedia event streams to receive only specific events, such as edits from a particular user or activity on a specific page. This filtering relies on pywikibot to apply rate-limiting patterns and target specific event types.

What is the Server-Sent Events (SSE) mechanism for Wikimedia event monitoring?

Server-Sent Events (SSE) is the mechanism used for Wikimedia event monitoring, allowing you to receive real-time updates as they happen without polling the server. The Skill consumes the EventStreams HTTP service to stream events like deletions and page creations directly.

Do I need pywikibot to track real-time Wikimedia activity?

Yes, you need pywikibot installed to track real-time Wikimedia activity using this Skill. It is a required dependency specifically used to apply event filtering and manage rate-limiting patterns for the EventStreams HTTP service consumption.

How do I get a real-time feed of page deletions across Wikimedia wikis?

To get a real-time feed of page deletions across Wikimedia wikis, you consume the EventStreams HTTP service and apply filters for deletion events. The Skill leverages pywikibot to handle rate-limiting patterns while streaming these specific updates.

What's the best way to analyze Wikipedia activity without polling the server?

The best way to analyze Wikipedia activity without polling the server is using Server-Sent Events (SSE) to stream real-time events. This Skill consumes the Wikimedia EventStreams service directly, providing a continuous feed of edits and page creations for analysis.