一键导入
wikipedia-search
Wikipedia article search and retrieval
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Wikipedia article search and retrieval
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep research with structured reports and charts. ONLY use when the user explicitly requests research/analysis, or needs data visualization with charts, or quantitative/comparative analysis across multiple sources. Do NOT use for simple questions or quick lookups.
Search the web and fetch content from URLs for current information, news, and research topics.
Web browser automation for tasks requiring UI interaction, login-protected pages, or human-like browsing when APIs are insufficient.
Autonomous coding agent. Delegate any task that involves understanding, writing, or running code — from a GitHub issue, a bug report, or a user request. It explores, implements, and verifies on its own.
Create hand-drawn style diagrams and flowcharts using Excalidraw
Create, modify, and manage Excel spreadsheets.
| name | wikipedia-search |
| description | Wikipedia article search and retrieval |
wikipedia_search(query): Search Wikipedia for articles matching a query.
query (string, required): Search querywikipedia_get_article(title, summary_only?): Get content of a Wikipedia article by exact title.
title (string, required): Article title (case-sensitive, use exact title from search results)summary_only (boolean, optional, default: false): Return only the summary instead of full textwikipedia_search first to find the correct article title, then wikipedia_get_article for full content.summary_only=true for quick factual lookups when full article content isn't needed.When presenting information from Wikipedia, wrap every specific claim in <cite> tags:
<cite source="Wikipedia: ARTICLE_TITLE" url="https://en.wikipedia.org/wiki/ARTICLE_TITLE">claim text</cite>
Rules:
source attribute should include the article title (e.g., "Wikipedia: Quantum Computing").url attribute should contain the Wikipedia article URL.