moegirlpedia-mediawiki-api

Query Moegirlpedia pages, categories, watchlists, and recent changes via authenticated MediaWiki API.

5|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/AnnAngela/moegirlpedia-mediawiki-api --skill moegirlpedia-mediawiki-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moegirlpedia-mediawiki-api
Source: https://github.com/AnnAngela/moegirlpedia-mediawiki-api/tree/main
Command: npx skills add https://github.com/AnnAngela/moegirlpedia-mediawiki-api --skill moegirlpedia-mediawiki-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of reliably fetching Moegirlpedia (MediaWiki) data that usually requires authentication, so you can automate page and change lookups without manual browsing.

Core Features & Use Cases

  • Search and retrieve page content: fetch search results and read page wikitext or parsed HTML, including section metadata.
  • Explore wiki structure: list page categories, list category members, and list categories by prefix for structured discovery.
  • Summarize account-specific signals: generate watchlist summaries and produce a heuristic “attention-worthy” recent-changes brief with clear brief lines and structured reasons.

Quick Start

Set MOEGIRLPEDIA_USERNAME and MOEGIRLPEDIA_BOT_PASSWORD in your environment, then run: bash scripts/run.sh recent-changes-brief --hours 12

Frequently Asked Questions about moegirlpedia-mediawiki-api

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

FAQPage Schema
How do I fetch Moegirlpedia page content as JSON for automated workflows?

You can fetch Moegirlpedia page content as JSON by using authenticated MediaWiki API access to retrieve wikitext or parsed HTML, including section metadata. It returns deterministic JSON output, requiring Node.js 24.11+ and bot credentials.

Can I automate Moegirlpedia watchlist summaries and recent-changes monitoring?

Yes, you can automate watchlist summaries and recent-changes monitoring by running a script that generates a heuristic attention-worthy brief over a specified time window. It returns structured JSON with clear brief lines and reasons for the recent changes.

What credentials do I need to query the Moegirlpedia MediaWiki API?

Querying the Moegirlpedia MediaWiki API requires MOEGIRLPEDIA_USERNAME and MOEGIRLPEDIA_BOT_PASSWORD environment variables. You also need Node.js 24.11+ and internet access to execute the authenticated script for retrieving JSON data.

Does this API Skill support listing categories and discovering wiki structure?

Yes, this Skill supports discovering wiki structure by listing page categories, listing category members, and listing categories by prefix. It applies to workflows needing structured JSON retrieval of category membership data from Moegirlpedia.

Why does my Moegirlpedia API request require authentication instead of public access?

Moegirlpedia API requests require authentication to reliably fetch data that is usually restricted, enabling automated querying of pages, categories, watchlists, and recent changes without manual browsing. You must provide bot credentials to access these endpoints.

What's the best way to get recent changes from Moegirlpedia in a scriptable format?

The best way to get scriptable recent changes is running the recent-changes-brief script with a time window argument. It uses authenticated access to produce a heuristic alerting brief with structured reasons, returning deterministic JSON output directly.