plugins/wikipedia-lookup/skills/setup-wikipedia/SKILL.md
Install the wikipedia Python package for querying Wikipedia articles. This is a one-time setup skill. Use when the user says: "setup wikipedia", "install wikipedia package"
npx skillsauth add aymenfurter/polyclaw setup-wikipediaInstall 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.
Install the wikipedia Python package to enable Wikipedia lookups.
pip install wikipedia
python3 -c "import wikipedia; print('wikipedia package version:', wikipedia.__version__)"
If this prints a version string, the package is ready.
python3 -c "import wikipedia; print(wikipedia.summary('Python (programming language)', sentences=1))"
If this returns a sentence about Python, everything is working.
tools
Search the web for information using Playwright browser automation. Use when the user asks to find, look up, or research something online.
content-media
Summarize the content of a given URL. Use when the user provides a link and asks for a summary or key points.
development
Create, read, update, and organize personal notes. Use when the user asks to take a note, jot something down, save information for later, or manage their notes.
development
Generate a daily briefing summarizing recent memory and relevant information. Use when the user asks for a morning briefing or daily summary.