← All skills
Tencent SkillHub Β· AI

Mediawiki Wikitext

MediaWiki Wikitext markup language for Wikipedia and wiki-based sites. Use when creating or editing wiki articles, generating wikitext content, working with...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

MediaWiki Wikitext markup language for Wikipedia and wiki-based sites. Use when creating or editing wiki articles, generating wikitext content, working with...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, assets/snippets.yaml, references/syntax.md, references/templates.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

MediaWiki Wikitext

Generate and edit content using MediaWiki's wikitext markup language.

Text Formatting

''italic'' '''bold''' '''''bold italic''''' <code>inline code</code> <sub>subscript</sub> <sup>superscript</sup> <s>strikethrough</s> <u>underline</u>

Headings (line start only, avoid level 1)

== Level 2 == === Level 3 === ==== Level 4 ====

Lists

* Bullet item # Numbered item ; Term ** Nested ## Nested : Definition

Links

[[Page Name]] Internal link [[Page Name|Display Text]] With display text [[Page Name#Section]] Section link [https://url Display Text] External link [[File:image.jpg|thumb|Caption]] Image [[Category:Name]] Category (place at end)

Table

{| class="wikitable" |+ Caption |- ! Header 1 !! Header 2 |- | Cell 1 || Cell 2 |}

Templates & Variables

{{TemplateName}} Basic call {{TemplateName|arg1|name=value}} With arguments {{{parameter|default}}} Parameter (in template) {{PAGENAME}} {{CURRENTYEAR}} Magic words

References

Text<ref>Citation here</ref> <ref name="id">Citation</ref> Named reference <ref name="id" /> Reuse reference {{Reflist}} Display footnotes

Special Tags

<nowiki>[[escaped]]</nowiki> Disable markup <pre>preformatted block</pre> Preformatted (no markup) <syntaxhighlight lang="python"> Code highlighting code here </syntaxhighlight> <math>x^2 + y^2 = z^2</math> LaTeX math <!-- comment --> Comment (hidden) ---- Horizontal rule #REDIRECT [[Target Page]] Redirect (first line only)

Magic Words

__NOTOC__ Hide table of contents __TOC__ Position TOC here __NOEDITSECTION__ Hide section edit links

Article Structure

{{Infobox Type | name = Example | image = Example.jpg }} '''Article Title''' is a brief introduction. == Section == Content with citation<ref>Source</ref>. === Subsection === More content. == See also == * [[Related Article]] == References == {{Reflist}} == External links == * [https://example.com Official site] {{DEFAULTSORT:Sort Key}} [[Category:Category Name]]

Template Definition

<noinclude>{{Documentation}}</noinclude><includeonly> {| class="wikitable" ! {{{title|Default Title}}} |- | {{{content|No content provided}}} {{#if:{{{footer|}}}| {{!}}- {{!}} {{{footer}}} }} |} </includeonly>

Key Syntax Rules

Headings: Use == to ======; don't use = (reserved for page title) Line-start markup: Lists (*#;:), headings, tables ({|) must start at line beginning Closing tags: Close heading equals on same line; no text after closing == Blank lines: Create paragraph breaks; single newlines are ignored Pipes in templates: Use {{!}} for literal | inside templates Escaping: Use <nowiki> to escape markup; &amp; for &, &lt; for <

Resources

For detailed syntax, see: references/syntax.md: Complete markup reference with all options references/templates.md: Template and parser function details assets/snippets.yaml: Editor snippets for common patterns

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Config
  • SKILL.md Primary doc
  • references/syntax.md Docs
  • references/templates.md Docs
  • assets/snippets.yaml Config