ワンクリックで
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.