wikipedia-edit-history

Extract and analyze Wikipedia page revision history via the MediaWiki Action API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wikimedia-api-access, wikimedia-diffs, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of reading, analyzing, and understanding Wikipedia's page revision history, including diffs, edit summaries, user contributions, byte changes, rollback, and the evolution of a page over time.

Core Features & Use Cases

  • Access Page History: Retrieve and examine the full edit history of any Wikipedia page.
  • Efficient Data Retrieval: Fetch up to 500 revisions at once for efficient data processing.
  • Batching and Pagination: Leverage the Action API for optimized data retrieval and reduced HTTP requests.
  • Revision Records Analysis: Interpret and analyze revision records, including user contributions and edit summaries.
  • Diff Analysis: Understand the differences between revisions and detect reverts and edit warring.
  • Use Case: For researchers, historians, or content moderators, this Skill can be used to track changes over time, identify vandalism, or understand the development of an article.

Quick Start

Use the 'wikipedia-edit-history' skill to fetch the revision history for the 'Albert Einstein' Wikipedia page.

Frequently Asked Questions about wikipedia-edit-history

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

FAQPage Schema
How do I retrieve Wikipedia page revision history using the MediaWiki Action API?

You can retrieve Wikipedia page revision history by fetching up to 500 revisions at once through the MediaWiki Action API, leveraging batching and pagination for efficient data retrieval and reduced HTTP requests.

Can I detect Wikipedia vandalism and edit warring by analyzing revision diffs?

Yes, analyzing revision diffs allows you to detect Wikipedia vandalism and edit warring by interpreting differences between revisions, examining user contributions, and identifying reverts in the page history.

What's the best way to track Wikipedia content evolution and article development over time?

The best way to track Wikipedia content evolution is to extract and analyze the full edit history of a page, interpreting revision records including byte changes, edit summaries, and user contributions.

Do I need MediaWiki API knowledge to analyze Wikipedia page history?

Yes, you need knowledge of the MediaWiki Action API and an understanding of Wikipedia's revision structure to effectively interpret revision records, edit summaries, and diffs.

How many Wikipedia revisions can I fetch in a single API request?

You can fetch up to 500 revisions at once in a single API request, with batching and pagination support to optimize data retrieval and minimize HTTP requests for large page histories.