Pipeworx Wikiviews
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-wikiviewsWikiviews
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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-wikiviews": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sunrisesunset
Skill by brucegutman