pp-wikipedia

Retrieve Wikipedia article summaries, HTML content, media, and historical events via REST API.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill pp-wikipedia-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pp-wikipedia
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/integrations/skills/wikipedia
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill pp-wikipedia-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort of switching between your browser and AI assistant to look up Wikipedia articles. It provides direct, programmatic access to Wikipedia's REST API so you can instantly retrieve article summaries, full content, media, and historical events without leaving your workflow.

Core Features & Use Cases

  • Article Summaries: Get concise Wikipedia summaries including title, extract text, thumbnails, and coordinates for quick research and context building.
  • Full Content Access: Retrieve complete article HTML and associated media files (images, videos) for content creation or analysis.
  • On-This-Day Events: Explore historical events, births, deaths, and holidays for any date to support research or content ideation.
  • Random Discovery: Fetch random Wikipedia articles to spark curiosity or generate research starting points.
  • Agent-Optimized Interface: Designed for AI agents with non-interactive defaults, JSON output, dry-run previews, offline caching, and MCP server support.

Quick Start

Use the pp-wikipedia skill to retrieve a summary of the Wikipedia article on "Artificial Intelligence" by asking your AI to look it up for you.

Frequently Asked Questions about pp-wikipedia

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Wikipedia article summaries programmatically for research workflows?

You retrieve Wikipedia article summaries programmatically by querying the Wikipedia REST API via a CLI tool, which returns structured JSON containing concise extract text, titles, thumbnails, and coordinates for research workflows.

What is the best way to fetch full Wikipedia HTML content and media lists without a browser?

Fetching Wikipedia HTML content and media lists without a browser is best achieved using an agent-optimized CLI that retrieves complete article HTML and associated media files directly from the Wikipedia REST API.

Can I access Wikipedia data offline using local SQLite caching?

Yes, you can access Wikipedia data offline using local SQLite caching, which stores retrieved article summaries, full content, and media lists locally to support read-only access when network connectivity is unavailable.

Does this Wikipedia API tool support JSON output for automated information retrieval?

Yes, this Wikipedia API tool supports JSON output for automated information retrieval. It is designed for AI agents with non-interactive defaults and dry-run previews to facilitate automated encyclopedic data extraction.

Do I need to install a specific binary to query Wikipedia REST API events?

Yes, you need to install the wikipedia-pp-cli binary and ensure it is available on your PATH to query the Wikipedia REST API for historical on-this-day events, births, deaths, and holidays.

How do I get random Wikipedia articles to generate research starting points?

You get random Wikipedia articles to generate research starting points by executing a discovery command in the CLI that fetches random articles from the Wikipedia REST API, sparking curiosity and content ideation.