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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install grokipedia或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install grokipedia⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/grokipedia/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Grokipedia description: 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. ---
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 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)text安装 Grokipedia 后,可以对 AI 说这些话来触发它
What's trending on X right now related to AI?
Queries Grok's real-time X data feed and returns a ranked list of trending AI topics with engagement metrics
Ask Grok to summarize the latest news about OpenAI
Sends the query to Grok, which pulls live data from X and news sources, then returns a concise summary with source links
Use Grok to fact-check this claim with real-time data
Passes the claim to Grok, which cross-references it against current X posts and news, then returns a verdict with evidence
将技能文件夹放到 ~/.claude/skills/grokipedia/ 目录(个人级,所有项目可用),或 .claude/skills/grokipedia/(项目级)。重启 AI 客户端后,用 /grokipedia 主动调用,或让 AI 根据上下文自动发现并使用。
Grokipedia 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Grokipedia 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。