wiki

Search and read Wikipedia articles from the terminal via HTTP requests.

10|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Aayush9029/homebrew-tap --skill wiki-aayush9029
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/Aayush9029/homebrew-tap/tree/main/skills/wiki
Command: npx skills add https://github.com/Aayush9029/homebrew-tap --skill wiki-aayush9029

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables users to search and read Wikipedia articles directly from the terminal, enabling fast information access without leaving the command line.

Core Features & Use Cases

  • Search: Look up Wikipedia articles from the terminal.
  • Read: Read article summaries or full content via the CLI.
  • Random: Fetch a random article for discovery or topic exploration.
  • Use Case: When researching a topic, quickly retrieve and skim relevant Wikipedia pages in your shell to decide which article to read in full.

Quick Start

Use the wiki command to search for a topic or read a specific article from the terminal.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I search Wikipedia from the terminal?

Search Wikipedia from the terminal by using the wiki command to look up topics. The Skill sends HTTP requests to the Wikipedia API, parses the returned content, and displays article summaries or full text directly in your command line interface.

Can I read full Wikipedia articles in the command line?

Yes, you can read full Wikipedia articles in the command line. The Skill retrieves and parses article content via HTTP requests, allowing you to read summaries or full pages directly in the CLI for quick information retrieval during research.

How do I fetch a random Wikipedia article for topic discovery?

Fetch a random Wikipedia article for topic discovery by using the random feature. This allows you to explore new subjects and retrieve content directly from the terminal for quick reading and research without opening a web browser.

Do I need to install any dependencies to search Wikipedia via CLI?

No external dependencies are required to search Wikipedia via CLI. The Skill operates independently by sending HTTP requests to the Wikipedia API and parsing the returned content, allowing you to read articles directly from your terminal environment.

What is the best way to research topics in the terminal without a browser?

The best way to research topics in the terminal without a browser is using a CLI Wikipedia search tool. It retrieves article content via API HTTP requests, letting you quickly skim relevant pages and read summaries directly in the shell to decide what to read in full.