wikipedia-search
Installation
SKILL.md
Wikipedia
Available Tools
-
wikipedia_search(query): Search Wikipedia for articles matching a query.
query(string, required): Search query
-
wikipedia_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 text
Usage Guidelines
- Only English Wikipedia is supported. Translate non-English queries to English before searching.
- Use
wikipedia_searchfirst to find the correct article title, thenwikipedia_get_articlefor full content. - Article titles are case-sensitive — use the exact title from search results.
- Use
summary_only=truefor quick factual lookups when full article content isn't needed. - Wikipedia content is best for background information, definitions, and historical context.
Related skills
More from aws-samples/sample-strands-agent-with-agentcore
financial-news
Stock quotes, price history, financial news, and analysis
207code-interpreter
Test and prototype code in a sandboxed environment. Use for debugging, verifying logic, or installing packages.
139google-maps
Place search, directions, geocoding, and interactive maps
80word-documents
Create, modify, and manage Word documents.
67weather
Current weather and multi-day forecasts worldwide
53arxiv-search
Search and retrieve scientific papers from ArXiv
53