一键导入
wiki-operations
Search, read, and analyze MediaWiki content. Use for finding information, checking page quality, tracking changes, and exploring wiki structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search, read, and analyze MediaWiki content. Use for finding information, checking page quality, tracking changes, and exploring wiki structure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Convert a markdown file to wikitext and publish it to a MediaWiki wiki using the wiki CLI. Use when user says "publish to wiki", "push this to the wiki", "wiki publish", or asks to publish a markdown file as a wiki page.
Edit MediaWiki pages safely using the right tool for each change. Covers text replacement, formatting, bulk updates, and new page creation with preview-before-save workflow.
| name | wiki-operations |
| description | Search, read, and analyze MediaWiki content. Use for finding information, checking page quality, tracking changes, and exploring wiki structure. |
Searching, reading, or analyzing content on a MediaWiki wiki.
Search for content — Use mediawiki_search for full-text search across the wiki. Use mediawiki_search_in_page when you know the specific page.
Read pages — Use mediawiki_get_page with the exact page title. If the title might be wrong, use mediawiki_resolve_title first (handles case sensitivity and typos).
Explore structure — Use mediawiki_get_sections to see page structure, mediawiki_list_categories for topic browsing, mediawiki_get_category_members for pages in a category.
Check quality — Use mediawiki_check_links for broken external URLs, mediawiki_find_broken_internal_links for broken wiki links, mediawiki_find_orphaned_pages for unlinked pages, mediawiki_check_terminology for naming consistency.
Track changes — Use mediawiki_get_revisions for page history, mediawiki_compare_revisions for diffs, mediawiki_get_recent_changes for recent activity (supports aggregation by user, page, or type), mediawiki_get_user_contributions for a specific editor's work.
Find related content — Use mediawiki_get_related for pages connected by categories and links, mediawiki_find_similar_pages for content-based similarity, mediawiki_compare_topic to see how a term is described across pages.
Convert content — Use mediawiki_convert_markdown to transform Markdown to wikitext. Supports themes: tieto, neutral, dark.
mediawiki_resolve_title when unsure.mediawiki_search_in_page instead of fetching entire pages just to find text.aggregate_by parameter on mediawiki_get_recent_changes.