actualizar-lo-mas-leido-wikipedia

Updates a Spanish dashboard dataset from the weekly Wikipedia Top 25 Report.

Updated Apr 18, 2018
One-click install
npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-lo-mas-leido-wikipedia-emirodgar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: actualizar-lo-mas-leido-wikipedia
Source: https://github.com/Emirodgar/w-emirodgar-es/tree/main/.claude/skills/actualizar-lo-mas-leido-wikipedia
Command: npx skills add https://github.com/Emirodgar/w-emirodgar-es --skill actualizar-lo-mas-leido-wikipedia-emirodgar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a public Spanish-language dashboard of Wikipedia's most-read articles current requires manually fetching the weekly Top 25 Report, translating and summarizing 25 articles, classifying them by topic, and recalculating statistics. This Skill automates that entire weekly update by editing a single data.json file. ## Core Features & Use Cases - Weekly data refresh: Fetches the latest Wikipedia Top 25 Report, extracts rank, titles, links, and view counts, and detects whether the report has actually been renewed before touching any files. - Spanish editorial layer: Classifies each article into one of 7 fixed thematic categories and writes original 1-2 sentence Spanish summaries instead of literal translations. - Automatic recalculation: Recomputes category aggregates, 4 KPI indicators, a 12-week rolling history, an executive summary, and a static SVG sparkline for the home widget. - Use Case: Every Sunday, run the scheduled task to check for a new Top 25 Report; if a new week is published, the Skill updates data.json so the dashboard, home widget, and SEO FAQ (FAQPage/JSON-LD) all render fresh numbers with no HTML or JavaScript changes. ## Quick Start Ask the assistant to actualiza Lo Más Leído en Wikipedia con el nuevo informe semanal del Top 25 Report.

Frequently Asked Questions about actualizar-lo-mas-leido-wikipedia

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update a Wikipedia Top 25 dashboard weekly?▼

Fetch the Top 25 Report page with useparsoid=0, compare its week label against the stored semanaAnalizada value, and only proceed if a newer week exists. Then extract the 25 rows, classify and summarize them, recalculate aggregates, and save the updated data.json.

How to summarize Wikipedia trending articles in Spanish automatically?▼

Use the report's Notes column only as a source of facts, then write original 1-2 sentence Spanish summaries rather than translating literally. This keeps editorial style consistent and avoids reproducing the copyrighted original commentary.

Does the dashboard require editing HTML or JavaScript each week?▼

No. Both the full dashboard and the home widget read data.json via fetch and render tables, charts, KPIs, and the FAQ dynamically. Only the JSON data file needs to be edited; the FAQPage JSON-LD is generated from the same fields.

What happens if the Wikipedia Top 25 Report has not been published yet?▼

The update is skipped. If the report's week matches the week already stored in data.json, the Skill notifies the user that the report has not been renewed (it is usually published on Sundays) and leaves the file untouched.

How are Wikipedia articles classified into topic categories?▼

Each article is assigned one of 7 fixed categories such as Deportes, Cine y TV, or Sucesos y Justicia. When an article fits multiple categories, the one that best explains why it trended that specific week is chosen, and new categories are not created without user approval.