query-wikipedia

Extract Wikipedia summaries and infobox key-value pairs for topics.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/happyaaa/CampusAI --skill query-wikipedia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-wikipedia
Source: https://github.com/happyaaa/CampusAI/tree/main/Android/src/app/src/main/assets/skills/query-wikipedia
Command: npx skills add https://github.com/happyaaa/CampusAI --skill query-wikipedia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieves a concise Wikipedia overview and key infobox data for a given topic to accelerate quick understanding and research.

Core Features & Use Cases

  • Infobox extraction: parses the top infobox to surface key-value pairs like date, location, or notable attributes.
  • Intro summary: returns the article's introductory summary for fast context.
  • Language-aware lookup: supports queries in multiple languages using a two-letter language code.
  • Use Case: a researcher or student can quickly assemble a background brief on a person, event, or concept for a briefing or presentation.

Quick Start

Ask the system to fetch a broad Wikipedia topic and display its concise summary along with infobox details.

Frequently Asked Questions about query-wikipedia

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

FAQPage Schema
How do I extract a Wikipedia summary and infobox data for a specific topic?

To extract a Wikipedia summary and infobox data, provide a specific topic and a two-letter language code. The system returns a structured overview and key-value pairs from the article's infobox, truncated to a safe length for fast context loading.

Can I retrieve Wikipedia information in languages other than English?

Yes, you can retrieve Wikipedia information in multiple languages. You must supply a valid two-letter language code along with your topic to perform a language-aware lookup and fetch the localized summary and infobox entries.

What is the best way to get quick background information on a person or event from Wikipedia?

The best way to get quick background information is to request a concise overview and infobox extraction. This surfaces key attributes like dates and locations, allowing researchers and students to rapidly assemble a background brief without reading the full article.

Does Wikipedia infobox extraction work for any type of topic?

Wikipedia infobox extraction works across various topic types, including people, events, places, and concepts. It parses the top infobox to surface key-value pairs, provided the specified topic has an infobox and exists in the requested language.

What are the limitations of using a concise Wikipedia summary for research?

The limitation of using a concise Wikipedia summary is that it only returns the article's introductory overview and top infobox entries, truncated for safe display. It omits deep article sections, full historical context, and references needed for exhaustive research.

Why does my Wikipedia topic lookup return incomplete infobox data?

A Wikipedia topic lookup might return incomplete infobox data if the article lacks a structured top infobox or the topic is not found in the specified language. The system relies on existing structured Wikipedia data, returning an optional infobox block only when available.