chatbot-app/agentcore/skills/wikipedia-search/SKILL.md
Wikipedia article search and retrieval
npx skillsauth add aws-samples/sample-strands-agent-with-agentcore wikipedia-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.development
Read and write files in the shared session workspace. Use this to access files created by any skill — code-agent outputs, office documents, images, and more. All within the same isolated session.
documentation
Create, modify, and manage Word documents.
development
Search the web using DuckDuckGo for current information, news, and research topics.
tools
Current weather and multi-day forecasts worldwide