MediaWiki Wikitext for Openclaw

Generate and edit high-quality content using MediaWiki wikitext markup for Wikipedia and other wiki-based platforms.

kongyo2
v0.1.0
Mar 1, 2026
0
954
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install mediawiki-wikitext

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install mediawiki-wikitext using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is MediaWiki Wikitext?

The MediaWiki Wikitext skill empowers users to create, format, and manage content for Wikipedia and any MediaWiki-powered site. It provides a robust framework for handling complex markup, including nested lists, specialized table structures, and internal/external linking logic.

By leveraging Openclaw Skills, this tool automates the tedious aspects of wiki editing, such as reference management and template transclusion. It ensures your content adheres to standard wiki syntax rules, from hierarchical headings to LaTeX math integration, making it indispensable for technical writers and researchers.

MediaWiki Wikitext Use Cases

  • Creating or updating Wikipedia articles with proper citations and infoboxes.
  • Converting existing Markdown or plain text documents into valid MediaWiki wikitext format.
  • Building complex wiki tables and data displays for technical documentation or internal wikis.
  • Developing and debugging MediaWiki templates with conditional logic and parser functions.

How MediaWiki Wikitext Works

  1. The skill identifies triggers related to Wikipedia or MediaWiki requests within the Openclaw Skills environment.
  2. It analyzes the requested content structure, determining necessary components like headings, infoboxes, or references.
  3. The skill generates or modifies wikitext markup, applying specific formatting rules such as line-start constraints for lists and tables.
  4. It integrates magic words, templates, and category tags to ensure the content is ready for a live wiki environment.

MediaWiki Wikitext Setup

To integrate this capability into your workflow, ensure your environment is configured to recognize the MediaWiki Wikitext definition. You can initialize the skill through your Openclaw Skills manager:

# Standard setup for AI agent skills
mcp install mediawiki-wikitext

Refer to the internal references/syntax.md file for a complete list of supported markup options.

MediaWiki Wikitext Data Schema & Taxonomy

The skill organizes content according to the standard MediaWiki hierarchy. It structures data as follows:

Component Description Syntax Example
Formatting Character-based markup for emphasis ''italic'', '''bold'''
Structural Line-start elements for hierarchy == Heading ==, * List
Links Internal page links and external URLs [[Page]], [URL Text]
Metadata Page-level sorting and categorization {{DEFAULTSORT}}, [[Category:Name]]

MediaWiki Wikitext Advanced Features

  • Support for complex template transclusion and multi-argument parameter passing.
  • Automated reference handling and reuse using named tags and the Reflist component.
  • Integration of specialized tags like syntaxhighlight for code blocks and math for LaTeX equations.
  • Conditional logic implementation using MediaWiki parser functions for dynamic template creation.
  • Magic word support for dynamic variables like PAGENAME and CURRENTYEAR.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*