← All skills
Tencent SkillHub · Developer Tools

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 explicitly mentions Grokipedia.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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 explicitly mentions Grokipedia.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, scripts/fetch.mjs, scripts/search.mjs, SKILL.md, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Grokipedia Parser

Search and fetch articles from Grokipedia.com — xAI's AI-generated encyclopedia. Source: github.com/kirillleventcov/grokipedia-parser

Requirements

Node.js (v18+) / Bun — used to run the search and fetch scripts Dependencies — jsdom and @mozilla/readability (installed via bun install)

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.

Search Articles

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

Fetch Article

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"

What This Skill Does

Network access: Fetches from grokipedia.com only (search API + article pages) No credentials: Public read-only access, no API keys or tokens needed No runtime file writes: Only outputs to stdout (JSON for search, markdown for articles). Install step creates node_modules/ in the skill directory. No persistence: No background processes, no cron, no elevated privileges Dependencies: jsdom (DOM parsing) and @mozilla/readability (article extraction)

Notes

Article slugs are case-sensitive (e.g., Helsinki not helsinki) Slugs use underscores for spaces (e.g., Artificial_intelligence) Search returns up to 50 results max Articles contain internal links in format [text](/page/Slug) Content is AI-generated by Grok

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/fetch.mjs Scripts
  • scripts/search.mjs Scripts
  • package.json Config