ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pipeworx Wikiviews

Skill by brucegutman

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/brucegutman/pipeworx-wikiviews
Or

Wikiviews

Wikipedia pageview analytics. Track how many people are reading specific articles, find the most popular pages on any given day, or measure aggregate traffic across all of English Wikipedia.

get_article_views

Daily pageview counts for a specific article over a date range. Dates in YYYYMMDD format. Returns per-day breakdown and total views.

get_top_articles

The top 1000 most-viewed Wikipedia articles on a specific day. Each entry includes rank, article title, and view count.

get_project_views

Aggregate daily pageview totals for all of English Wikipedia. Useful for spotting traffic trends and seasonality.

Example: how popular is the "Taylor Swift" article?

curl -X POST https://gateway.pipeworx.io/wikiviews/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_article_views","arguments":{"title":"Taylor_Swift","start":"20250301","end":"20250331"}}}'

Note: article titles use underscores instead of spaces.

{
  "mcpServers": {
    "wikiviews": {
      "url": "https://gateway.pipeworx.io/wikiviews/mcp"
    }
  }
}

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-brucegutman-pipeworx-wikiviews": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.