원클릭으로
wikipedia-search
Wikipedia article search and retrieval
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Wikipedia article search and retrieval
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.