grokipediaSearch 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 explicitly mentions Grokipedia.
Install via ClawdBot CLI:
clawdbot install kirillleventcov/grokipediaSearch 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 node_modules/ directory in the skill folder. The scripts themselves only output to stdout at runtime.
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)textGenerated Mar 1, 2026
Students and educators can use Grokipedia to quickly search and fetch AI-generated articles on various topics for research or lesson planning. It provides concise, accessible content similar to Wikipedia but with Grok's AI perspective, useful for gathering initial information or alternative explanations.
Writers, bloggers, and content creators can leverage Grokipedia to find background information or inspiration for articles, scripts, or social media posts. The skill allows searching for relevant topics and extracting clean markdown content that can be adapted or cited in creative projects.
Developers and tech enthusiasts can use Grokipedia to explore AI-generated articles on technical subjects, such as artificial intelligence concepts or software tools. It helps in understanding complex topics through Grok's explanations, aiding in learning or brainstorming for tech projects.
Business analysts and researchers can search Grokipedia for articles on companies, trends, or industries to gather quick insights or background data. The skill provides a streamlined way to access AI-curated information that can complement traditional research sources for reports or presentations.
Offer basic search and fetch functionality for free, with premium tiers providing higher limits, faster response times, or advanced features like analytics. This model attracts a broad user base while monetizing heavy users or enterprises needing scalable access to Grokipedia content.
Provide custom integration services for businesses to embed Grokipedia content into their websites, apps, or internal tools. This includes API customization, support, and maintenance, generating revenue through one-time setup fees and ongoing service contracts.
Sell licenses to educational institutions for using Grokipedia in classrooms or online learning platforms. This model includes features like bulk access, ad-free content, and integration with learning management systems, targeting schools and universities seeking AI-enhanced educational resources.
💬 Integration Tip
Ensure Node.js v18+ or Bun is installed, and run the install command in the skill directory to set up dependencies before using the search and fetch scripts.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.