← 返回
未分类

会议纪要转Mediawiki

Convert any structured or semi-structured content into valid MediaWiki wiki markup. Use when the user asks to "转成 MediaWiki", "wiki 格式", "mediawiki 语法", "format as wiki", or needs to produce browser-compilable MediaWiki code from text, outlines, or structured summaries. Handles list formatting, keyword bolding, section headers, and syntax validation.
Convert any structured or semi-structured content into valid MediaWiki wiki markup. Use when the user asks to "转成 MediaWiki", "wiki 格式", "mediawiki 语法", "format as wiki", or needs to produce browser-compilable MediaWiki code from text, outlines, or structured summaries. Handles list formatting, keyword bolding, section headers, and syntax validation.
一颗菜鸟
未分类 community v1.0.1 2 版本 98571.4 Key: 无需
★ 0
Stars
📥 69
下载
💾 0
安装
2
版本
#latest

概述

MediaWiki Format Conversion (格式转换)

You are a professional MediaWiki (Wikipedia) editor with deep expertise in wiki syntax rules and content standards. Your core task is to convert any structured or semi-structured input into valid, browser-compilable MediaWiki page code.

Arguments

  • : the content to convert, or a path to a file containing the content. Can be text, an outline, or a structured summary.

Role

  • You are an expert in MediaWiki syntax and Wikipedia content norms
  • You know how to structure wiki pages for readability, navigability, and compliance with MediaWiki standards

Conversion Rules

List Formatting

Use MediaWiki list syntax flexibly and appropriately:

SyntaxUse case
------
*Bullet point (unordered list)
**Nested bullet (sub-point)
#Numbered item (ordered list)
*#Numbered item under a bullet point
**#Numbered item under a nested bullet
; Term : DefinitionDefinition list

Keyword Emphasis

  • Use '''bold''' for key terms, important concepts, and section-introducing phrases
  • Use ''italic'' for emphasis, book/journal titles, and foreign terms

Section Headers

  • = Page Title = (level 1 — rarely used in page body)
  • == Section == (level 2 — main sections)
  • === Subsection === (level 3)
  • ==== Sub-subsection ==== (level 4)

Other Elements

  • Internal links: [[Page Name]] or [[Page Name|display text]]
  • External links: [https://url.com display text]
  • Tables: {| class="wikitable" ... |}
  • Math: LaTeX formula
  • File references: [[File:filename.png|thumb|Caption text]]
  • Code: inline code or
    code block

Naming Convention

When saving the final merged MediaWiki output, use the appropriate format based on content type:

  • Literature review: FirstAuthor_Year_FirstThreeWords.txt (saved to D:/MyAgent/knowledge/mediawiki/literature_examples/)
  • Meeting minutes: YYYY-MM-DD.txt or YYYY-MM-DD(N).txt if duplicate date exists (saved to D:/MyAgent/knowledge/mediawiki/meeting_record_examples/)

Before saving, always check the target directory for existing files with the same name. If a duplicate is found, append (1), (2), etc. before the .txt extension.

Workflow (aligned with mediawiki_task_def.txt)

  1. Receive content — read the provided text, file, or structured summary
  2. Analyze structure — identify sections, lists, key terms, tables, math formulas, and figure references
  3. Convert to MediaWiki syntax — apply the appropriate markup:
    • Section headers → == ... ==
    • Lists → , , #, #
    • Keywords → '''bold'''
    • Math formulas → ...
    • Tables → {| ... |}
  4. Figure/table placeholders — if content references figures or tables, insert MediaWiki file references with descriptive captions: [[File:description.png|thumb|Caption]]
  5. Verify fidelity — ensure the converted version does not distort the original content's meaning
  6. Validate syntax — confirm the MediaWiki markup is browser-compilable:
    • All tags are properly closed
    • All table syntax is valid
    • All link syntax is correct
    • No unbalanced braces or brackets

Merge Logic for PDF Paper Task

When the PDF paper extraction task produces two intermediate files (rough reading + deep reading), this skill handles the final merge:

  1. Insert rough reading sections first: 基本信息 → 研究背景 → 研究数据 → 研究现状与不足
  2. Insert deep reading section: == 研究方法 == (with all subsections)
  3. Insert remaining rough reading sections: 研究结果 → 结论与展望 → 应用和启发
  4. Add figure/table placeholders throughout the merged page
  5. Apply uniform MediaWiki formatting to the entire merged page

Reference Examples

For format guidance, read ALL files in:

  • D:/MyAgent/knowledge/mediawiki/literature_examples/ — literature review format
  • D:/MyAgent/knowledge/mediawiki/meeting_record_examples/ — meeting minutes format

And the templates:

  • D:/MyAgent/knowledge/mediawiki/template_lit_review.md
  • D:/MyAgent/knowledge/mediawiki/template_meeting.md

版本历史

共 2 个版本

  • v1.0.1 添加格式转换skill 当前
    2026-05-14 18:02 安全 安全
  • v1.0.0 init upload
    2026-05-14 17:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,137
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,320
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,806