Grokipedia

v1.2.0

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.

5· 2k·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description say 'search and fetch from grokipedia.com' and the code (search.mjs, fetch.mjs) only calls grokipedia API/page endpoints. Declared dependencies (jsdom, @mozilla/readability) and Node/Bun runtime are appropriate for HTML parsing and extraction.
Instruction Scope
SKILL.md and the scripts limit runtime actions to performing HTTPS requests to grokipedia.com, parsing results, and writing output to stdout. The scripts validate inputs (slug and query) and do not read system files or environment variables beyond process.argv.
Install Mechanism
There is no custom installer; SKILL.md recommends running 'bun install --production' which will create node_modules in the skill folder and fetch packages from the registry. This is expected but means network access to package registries during install and code will be written to disk (node_modules). No arbitrary binary downloads or obscure URLs are used.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code likewise does not access secrets or unrelated environment variables.
Persistence & Privilege
The skill does not request 'always' presence, does not spawn background processes, and does not modify other skills. It can be invoked autonomously (default platform behavior), which is normal and not excessive here.
Assessment
This skill appears to do exactly what it says: perform read-only search/fetch operations against grokipedia.com and return cleaned markdown/JSON. Before installing, note that 'bun install' will fetch npm packages and create a node_modules directory inside the skill folder (inspect these dependencies if you require strict supply-chain controls). The scripts make outbound HTTPS requests to grokipedia.com — if you need to restrict network access, run the skill in a network-restricted or sandboxed environment. If you have policies about trusting AI-generated content, remember Grokipedia content is AI-generated and should be validated independently.

Like a lobster shell, security has layers — review code before you run it.

latestvk977ntnkt7k4zfn1tz3p87fd6x8101rw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments