with one click
wikipedia-search
Wikipedia article search and retrieval
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Wikipedia article search and retrieval
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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.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.