Help us improve
Share bugs, ideas, or general feedback.
From mediawiki
Edits MediaWiki pages with text replacement, formatting, bulk updates, and new page creation using a preview-before-save workflow.
npx claudepluginhub olgasafonova/mediawiki-mcp-serverHow this skill is triggered — by the user, by Claude, or both
Slash command
/mediawiki:wiki-editingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Making changes to wiki pages: text corrections, formatting, bulk replacements, or creating new content.
Searches, reads, and analyzes MediaWiki content. Useful for finding information, checking page quality, tracking changes, and exploring wiki structure.
Wiki maintenance — lint broken links, merge near-duplicates, upgrade confidence, flag stale pages via freshness tiers, gap analysis, concept synthesis. Use on: 'wiki maintenance', 'wiki cleanup', 'fix wiki', 'wiki health', 'check wiki', 'consolidate wiki'.
Create and manage personal wikis with atomic notes, WikiLinks, Git-based auto-deployment. Supports setup, configuration, adding notes, publishing, research conversion, and recent updates.
Share bugs, ideas, or general feedback.
Making changes to wiki pages: text corrections, formatting, bulk replacements, or creating new content.
Pick the simplest tool that handles the edit:
| Change type | Tool |
|---|---|
| Strike out or format text (bold, italic, underline) | mediawiki_apply_formatting |
| Replace specific text on one page | mediawiki_find_replace |
| Replace a term across multiple pages | mediawiki_bulk_replace |
| Add new content or complex multi-section edits | mediawiki_edit_page |
| Upload a file from URL | mediawiki_upload_file |
Do NOT use mediawiki_edit_page for simple text changes when mediawiki_find_replace or mediawiki_apply_formatting would work.
Preview first — Always use preview=true on mediawiki_find_replace and mediawiki_bulk_replace before making changes. Show the preview to the user and get confirmation.
Make the edit — Execute with preview=false after confirmation.
Include an edit summary — Describe what changed: "Updated version to 3.0", "Struck out former employee name", "Fixed broken internal links".
[[Page Title]], never full URLs for wiki pages.mailto: properly.mediawiki_resolve_title if unsure.MEDIAWIKI_USERNAME and MEDIAWIKI_PASSWORD environment variables).