Pipeworx wikipedia

v1.0.0

Search, summarize, and explore the structure of English Wikipedia articles with full-text search, section info, and random article retrieval.

0· 70·0 current·0 all-time
byBruce Gutman@brucegutman

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for brucegutman/pipeworx-wikipedia.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Pipeworx wikipedia" (brucegutman/pipeworx-wikipedia) from ClawHub.
Skill page: https://clawhub.ai/brucegutman/pipeworx-wikipedia
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install pipeworx-wikipedia

ClawHub CLI

Package manager switcher

npx clawhub@latest install pipeworx-wikipedia
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise full-text search, summaries, sections, and random articles; the SKILL.md documents exactly those capabilities and provides an example calling a Pipeworx Wikipedia gateway. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions direct network calls to https://gateway.pipeworx.io/wikipedia/mcp using JSON-RPC. This is coherent with a remote Wikipedia proxy, but it means requests (including any query text) will be sent to a third‑party service rather than directly to api.wikimedia.org. The SKILL.md does not instruct reading local files or other system state.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or installed. Lowest-risk install profile.
Credentials
The skill declares no required environment variables or credentials and the instructions do not reference any local secrets. The lack of requested credentials is proportionate to the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system privileges or modifications to other skills. Autonomous invocation is allowed by default but not otherwise elevated by this skill.
Assessment
This skill appears to be a simple wrapper that forwards queries to a Pipeworx Wikipedia gateway. Before installing, consider: (1) privacy — any queries you send will go to gateway.pipeworx.io (avoid sending sensitive data); (2) trust — verify Pipeworx's reputation/terms if you need confidentiality or compliance; (3) availability and rate limits — a third‑party gateway may impose limits; (4) prefer calling Wikimedia APIs directly if you require end-to-end control. No local credentials or installs are required by this skill.

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

latestvk979zgpjpetjweb9xa0ycg476584yetx
70downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Wikipedia

Search, summarize, and explore the structure of English Wikipedia articles.

Capabilities

search_wikipedia -- Full-text search across Wikipedia. Returns titles, text snippets, page IDs, and word counts. Useful for finding the right article before pulling its content.

get_article_summary -- The introductory extract for an article by title. Also returns the description, thumbnail URL, and desktop/mobile content links. This is the fastest way to get a concise answer from Wikipedia.

get_article_sections -- The table of contents for an article. Returns each section heading with its level, number, and anchor. Helpful for understanding the structure of long articles.

get_random_articles -- Fetch 1-10 random Wikipedia articles with their extracts. Good for serendipitous discovery or testing.

Example: summarize an article

curl -X POST https://gateway.pipeworx.io/wikipedia/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_article_summary","arguments":{"title":"Turing machine"}}}'
{
  "mcpServers": {
    "wikipedia": {
      "url": "https://gateway.pipeworx.io/wikipedia/mcp"
    }
  }
}

Comments

Loading comments...