{
  "schemaVersion": "1.0",
  "item": {
    "slug": "mediawiki-wikitext",
    "name": "Mediawiki Wikitext",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/kongyo2/mediawiki-wikitext",
    "canonicalUrl": "https://clawhub.ai/kongyo2/mediawiki-wikitext",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/mediawiki-wikitext",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=mediawiki-wikitext",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "assets/snippets.yaml",
      "references/syntax.md",
      "references/templates.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/mediawiki-wikitext"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/mediawiki-wikitext",
    "agentPageUrl": "https://openagent3.xyz/skills/mediawiki-wikitext/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mediawiki-wikitext/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mediawiki-wikitext/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "MediaWiki Wikitext",
        "body": "Generate and edit content using MediaWiki's wikitext markup language."
      },
      {
        "title": "Text Formatting",
        "body": "''italic''  '''bold'''  '''''bold italic'''''\n<code>inline code</code>  <sub>subscript</sub>  <sup>superscript</sup>\n<s>strikethrough</s>  <u>underline</u>"
      },
      {
        "title": "Headings (line start only, avoid level 1)",
        "body": "== Level 2 ==\n=== Level 3 ===\n==== Level 4 ===="
      },
      {
        "title": "Lists",
        "body": "* Bullet item        # Numbered item       ; Term\n** Nested            ## Nested             : Definition"
      },
      {
        "title": "Links",
        "body": "[[Page Name]]                      Internal link\n[[Page Name|Display Text]]         With display text\n[[Page Name#Section]]              Section link\n[https://url Display Text]         External link\n[[File:image.jpg|thumb|Caption]]   Image\n[[Category:Name]]                  Category (place at end)"
      },
      {
        "title": "Table",
        "body": "{| class=\"wikitable\"\n|+ Caption\n|-\n! Header 1 !! Header 2\n|-\n| Cell 1 || Cell 2\n|}"
      },
      {
        "title": "Templates & Variables",
        "body": "{{TemplateName}}                   Basic call\n{{TemplateName|arg1|name=value}}   With arguments\n{{{parameter|default}}}            Parameter (in template)\n{{PAGENAME}}  {{CURRENTYEAR}}      Magic words"
      },
      {
        "title": "References",
        "body": "Text<ref>Citation here</ref>\n<ref name=\"id\">Citation</ref>      Named reference\n<ref name=\"id\" />                  Reuse reference\n{{Reflist}}                        Display footnotes"
      },
      {
        "title": "Special Tags",
        "body": "<nowiki>[[escaped]]</nowiki>       Disable markup\n<pre>preformatted block</pre>      Preformatted (no markup)\n<syntaxhighlight lang=\"python\">    Code highlighting\ncode here\n</syntaxhighlight>\n<math>x^2 + y^2 = z^2</math>       LaTeX math\n<!-- comment -->                   Comment (hidden)\n----                               Horizontal rule\n#REDIRECT [[Target Page]]          Redirect (first line only)"
      },
      {
        "title": "Magic Words",
        "body": "__NOTOC__           Hide table of contents\n__TOC__             Position TOC here\n__NOEDITSECTION__   Hide section edit links"
      },
      {
        "title": "Article Structure",
        "body": "{{Infobox Type\n| name = Example\n| image = Example.jpg\n}}\n\n'''Article Title''' is a brief introduction.\n\n== Section ==\nContent with citation<ref>Source</ref>.\n\n=== Subsection ===\nMore content.\n\n== See also ==\n* [[Related Article]]\n\n== References ==\n{{Reflist}}\n\n== External links ==\n* [https://example.com Official site]\n\n{{DEFAULTSORT:Sort Key}}\n[[Category:Category Name]]"
      },
      {
        "title": "Template Definition",
        "body": "<noinclude>{{Documentation}}</noinclude><includeonly>\n{| class=\"wikitable\"\n! {{{title|Default Title}}}\n|-\n| {{{content|No content provided}}}\n{{#if:{{{footer|}}}|\n{{!}}-\n{{!}} {{{footer}}}\n}}\n|}\n</includeonly>"
      },
      {
        "title": "Key Syntax Rules",
        "body": "Headings: Use == to ======; don't use = (reserved for page title)\nLine-start markup: Lists (*#;:), headings, tables ({|) must start at line beginning\nClosing tags: Close heading equals on same line; no text after closing ==\nBlank lines: Create paragraph breaks; single newlines are ignored\nPipes in templates: Use {{!}} for literal | inside templates\nEscaping: Use <nowiki> to escape markup; &amp; for &, &lt; for <"
      },
      {
        "title": "Resources",
        "body": "For detailed syntax, see:\n\nreferences/syntax.md: Complete markup reference with all options\nreferences/templates.md: Template and parser function details\nassets/snippets.yaml: Editor snippets for common patterns"
      }
    ],
    "body": "MediaWiki Wikitext\n\nGenerate and edit content using MediaWiki's wikitext markup language.\n\nQuick Reference\nText Formatting\n''italic''  '''bold'''  '''''bold italic'''''\n<code>inline code</code>  <sub>subscript</sub>  <sup>superscript</sup>\n<s>strikethrough</s>  <u>underline</u>\n\nHeadings (line start only, avoid level 1)\n== Level 2 ==\n=== Level 3 ===\n==== Level 4 ====\n\nLists\n* Bullet item        # Numbered item       ; Term\n** Nested            ## Nested             : Definition\n\nLinks\n[[Page Name]]                      Internal link\n[[Page Name|Display Text]]         With display text\n[[Page Name#Section]]              Section link\n[https://url Display Text]         External link\n[[File:image.jpg|thumb|Caption]]   Image\n[[Category:Name]]                  Category (place at end)\n\nTable\n{| class=\"wikitable\"\n|+ Caption\n|-\n! Header 1 !! Header 2\n|-\n| Cell 1 || Cell 2\n|}\n\nTemplates & Variables\n{{TemplateName}}                   Basic call\n{{TemplateName|arg1|name=value}}   With arguments\n{{{parameter|default}}}            Parameter (in template)\n{{PAGENAME}}  {{CURRENTYEAR}}      Magic words\n\nReferences\nText<ref>Citation here</ref>\n<ref name=\"id\">Citation</ref>      Named reference\n<ref name=\"id\" />                  Reuse reference\n{{Reflist}}                        Display footnotes\n\nSpecial Tags\n<nowiki>[[escaped]]</nowiki>       Disable markup\n<pre>preformatted block</pre>      Preformatted (no markup)\n<syntaxhighlight lang=\"python\">    Code highlighting\ncode here\n</syntaxhighlight>\n<math>x^2 + y^2 = z^2</math>       LaTeX math\n<!-- comment -->                   Comment (hidden)\n----                               Horizontal rule\n#REDIRECT [[Target Page]]          Redirect (first line only)\n\nMagic Words\n__NOTOC__           Hide table of contents\n__TOC__             Position TOC here\n__NOEDITSECTION__   Hide section edit links\n\nCommon Patterns\nArticle Structure\n{{Infobox Type\n| name = Example\n| image = Example.jpg\n}}\n\n'''Article Title''' is a brief introduction.\n\n== Section ==\nContent with citation<ref>Source</ref>.\n\n=== Subsection ===\nMore content.\n\n== See also ==\n* [[Related Article]]\n\n== References ==\n{{Reflist}}\n\n== External links ==\n* [https://example.com Official site]\n\n{{DEFAULTSORT:Sort Key}}\n[[Category:Category Name]]\n\nTemplate Definition\n<noinclude>{{Documentation}}</noinclude><includeonly>\n{| class=\"wikitable\"\n! {{{title|Default Title}}}\n|-\n| {{{content|No content provided}}}\n{{#if:{{{footer|}}}|\n{{!}}-\n{{!}} {{{footer}}}\n}}\n|}\n</includeonly>\n\nKey Syntax Rules\nHeadings: Use == to ======; don't use = (reserved for page title)\nLine-start markup: Lists (*#;:), headings, tables ({|) must start at line beginning\nClosing tags: Close heading equals on same line; no text after closing ==\nBlank lines: Create paragraph breaks; single newlines are ignored\nPipes in templates: Use {{!}} for literal | inside templates\nEscaping: Use <nowiki> to escape markup; &amp; for &, &lt; for <\nResources\n\nFor detailed syntax, see:\n\nreferences/syntax.md: Complete markup reference with all options\nreferences/templates.md: Template and parser function details\nassets/snippets.yaml: Editor snippets for common patterns"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kongyo2/mediawiki-wikitext",
    "publisherUrl": "https://clawhub.ai/kongyo2/mediawiki-wikitext",
    "owner": "kongyo2",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/mediawiki-wikitext",
    "downloadUrl": "https://openagent3.xyz/downloads/mediawiki-wikitext",
    "agentUrl": "https://openagent3.xyz/skills/mediawiki-wikitext/agent",
    "manifestUrl": "https://openagent3.xyz/skills/mediawiki-wikitext/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/mediawiki-wikitext/agent.md"
  }
}