wikipedia

Search Wikipedia articles and retrieve content, summaries, and metadata via the robomotion wikipedia CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill wikipedia-robomotionio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wikipedia
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/wikipedia
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill wikipedia-robomotionio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wikipedia searching and content retrieval for AI agents, enabling quick access to article text, summaries, and structured data without manual browsing.

Core Features & Use Cases

  • Full-text search of Wikipedia articles and retrieval of full pages or summaries.
  • Access to page metadata and structured data for knowledge extraction.
  • Use case: quickly gather background on a topic and pull a concise summary for briefing.

Quick Start

Use the wikipedia CLI to search for a topic and retrieve the article content and a concise summary.

Frequently Asked Questions about wikipedia

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

FAQPage Schema
How do I retrieve Wikipedia article summaries for general knowledge queries?

You can retrieve Wikipedia article summaries by using the robomotion CLI to search topics and fetch concise text extracts. This allows AI agents to access structured article summaries without manual browsing.

What is the best way to search Wikipedia and extract full page content?

The best way to extract full page content is using the robomotion CLI for full-text search. It fetches complete Wikipedia articles and page metadata directly via the public Wikipedia API.

Does Wikipedia content extraction require authentication or API keys?

Wikipedia content extraction via this CLI requires no authentication. It uses the public Wikipedia API directly, requiring only the robomotion CLI installed in your environment to retrieve articles.

Can I pull structured page metadata alongside Wikipedia article text?

Yes, you can pull structured page metadata alongside article text. The CLI supports knowledge extraction tasks by returning both full pages and associated page metadata for general knowledge queries.

What are the limitations of using a CLI for Wikipedia knowledge retrieval?

A limitation of CLI-based Wikipedia knowledge retrieval is the dependency on having the robomotion CLI installed. Additionally, all queries rely on the public Wikipedia API without dedicated authentication.

When do I need Wikipedia content extraction for AI agents?

You need Wikipedia content extraction for AI agents when building workflows that require quick access to background information. It enables fetching concise briefings and article text without manual browsing.