mediawiki-api

Access and edit MediaWiki pages through REST and Action APIs.

1|Updated Feb 18, 2024
One-click install
npx skills add https://github.com/jhnhnck/attu-bot --skill mediawiki-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mediawiki-api
Source: https://github.com/jhnhnck/attu-bot/tree/main/.claude/skills/mediawiki-api
Command: npx skills add https://github.com/jhnhnck/attu-bot --skill mediawiki-api

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables efficient interaction with MediaWiki sites through API automation, simplifying page management and search tasks.

Core Features & Use Cases

  • API Access & Editing: Perform page fetches, edits, and manage content programmatically on self-hosted MediaWiki instances.
  • Search & Navigation: Quickly search for pages or titles, and retrieve summaries or detailed revisions to support content curation.
  • Use Case: Automate updating wiki pages with recent changes or generate content summaries for reviewing large wikis efficiently.

Quick Start

Use the mediawiki-api skill to fetch a summary of a wiki page or to create new content on your MediaWiki platform.

Frequently Asked Questions about mediawiki-api

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

FAQPage Schema
How do I automate page updates on a MediaWiki instance?

To automate page updates on a MediaWiki instance, use this Skill to programmatically fetch, edit, and manage content through the Action and REST APIs, requiring strict API authentication and revision control compliance.

Can I retrieve wiki page summaries and detailed revisions programmatically?

Yes, you can retrieve wiki page summaries and detailed revisions programmatically by querying the MediaWiki API endpoints, which support efficient search navigation and content curation for large wiki environments.

Does this Skill work with self-hosted MediaWiki platforms?

Yes, this Skill works with self-hosted MediaWiki platforms by providing programmatic API access to fetch pages, perform edits, and manage content directly on your instance without manual intervention.

What is the best way to search for titles and content across a large wiki?

The best way to search for titles and content across a large wiki is using the MediaWiki API search functionalities, allowing you to quickly locate pages, retrieve summaries, and support bulk content curation.

Do I need API authentication to run a MediaWiki maintenance bot?

Yes, you need API authentication to run a MediaWiki maintenance bot, as the Skill requires compliance with authentication protocols and revision control to securely perform automated content updates and page edits.

When should I not use API automation for wiki content management?

You should not use API automation for wiki content management when manual oversight is required for sensitive revisions, as automated bots bypass direct human review during bulk page edits and content updates.