Search and fetch articles from xAI's AI-generated encyclopedia, Grokipedia.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install grokipedia
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install grokipedia using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Grokipedia is a specialized tool designed for Openclaw Skills that enables AI agents to interact directly with xAI's Grok-generated encyclopedia. It provides a programmatic way to search for topics and extract high-quality, readable markdown content from Grokipedia.com without requiring API keys or complex authentication.
By leveraging Node.js and Mozilla's Readability library, this skill ensures that agents can access distilled, structured information on a wide range of topics. It is an essential tool for developers looking to augment their agents with the specific creative and factual style of xAI's model outputs.
To get started with this addition to your Openclaw Skills library, install the dependencies using the following commands:
cd ~/.openclaw/workspace/skills/Grokipedia
bun install --production
Ensure you have Node.js (v18+) or Bun installed to run the search and fetch modules.
The skill organizes its data flow into two primary modes: search results and article content.
| Data Type | Format | Description |
|---|---|---|
| Search Output | JSON Array | Contains slug, title, snippet, and relevanceScore. |
| Article Output | Markdown | Sanitized article text with internal links in the format text. |
| Input Slugs | String | Must be case-sensitive with underscores for spaces (e.g., Artificial_intelligence). |
Loading
A lightweight framework for AI agents to develop authentic personality traits and behavioral observations over time without forced journaling.

A payment delivery skill enabling AI agents and humans to exchange value via secure crypto payment requests and result delivery.

A comprehensive interface for managing Apache CloudStack infrastructure via the CloudMonkey (cmk) CLI tool.

A military-grade adversarial analysis engine that deploys 32 parallel agents to stress-test content and validate ideas through rigorous competition.

A specialized tool for querying real-time China Railway 12306 schedules and ticket availability directly through a terminal or AI agent.

A high-performance travel retrieval skill that connects AI agents to real-time flight offers and airport data via the Amadeus API.








































