Grokipedia
Search and fetch articles from Grokipedia.com — xAI's AI-generated encyclopedia (like Wikipedia but written by Grok). Use when asked about topics that might have a Grokipedia article, or when the user
Search and fetch articles from Grokipedia.com — xAI's AI-generated encyclopedia (like Wikipedia but written by Grok). Use when asked about topics that might have a Grokipedia article, or when the user
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Search and fetch articles from Grokipedia.com — xAI's AI-generated encyclopedia.
Source: github.com/kirillleventcov/grokipedia-parser
jsdom and @mozilla/readability (installed via bun install)cd ~/.openclaw/workspace/skills/Grokipedia bun install --production
Note: Installation creates a
directory in the skill folder. The scripts themselves only output to stdout at runtime.node_modules/
node ~/.openclaw/workspace/skills/Grokipedia/scripts/search.mjs "query" [--limit N]
Parameters:
query - Search term (required)--limit N - Max results (1-50, default: 10)Output: JSON array with
slug, title, snippet, relevanceScore
Example:
node ~/.openclaw/workspace/skills/Grokipedia/scripts/search.mjs "artificial intelligence" --limit 5
node ~/.openclaw/workspace/skills/Grokipedia/scripts/fetch.mjs "Article_Slug"
Parameters:
slug - Article slug (required, case-sensitive, use underscores)Output: Clean markdown article content
Example:
node ~/.openclaw/workspace/skills/Grokipedia/scripts/fetch.mjs "Helsinki" node ~/.openclaw/workspace/skills/Grokipedia/scripts/fetch.mjs "Artificial_intelligence"
grokipedia.com only (search API + article pages)node_modules/ in the skill directory.jsdom (DOM parsing) and @mozilla/readability (article extraction)Helsinki not helsinki)Artificial_intelligence)[text](/page/Slug)No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.