
from animegarden1,175
Scrape seasonal anime quarter lineups from yuc.wiki and output clean, deduplicated JSON or a human-readable airing table for a specified or the latest quarter.
Yuc's Anime Lineup Scraper resolves a seasonal quarter (or discovers the latest), scrapes the lineup section on yuc.wiki, and returns structured JSON plus a concise, human-readable airing table. The skill groups entries by broadcast grouping (Mon–Sun and web releases), extracts title, airing time/status, episode notes and platform links, and applies deduplication and count checks to ensure output quality. It is intended for periodic extraction of quarter-based anime lineups rather than full article parsing.
Use this skill when you need an automated canonical feed of seasonal anime entries for a given quarter (YYYYMM) or when you want the latest season without specifying a quarter. Ideal for pipeline ingestion, schedule displays, or creating seasonal tracking pages where accurate grouping and minimal manual cleanup are priorities.
This skill is script-based and compatible with agents that can run Python helpers or call repository scripts (Copilot/Code-enabled agents, local Python runners).
Anime lineup scraper for yuc.wiki that extracts seasonal anime data into structured JSON. The script fetched the page but failed to parse any items — likely due to HTML layout drift on the live site. SKILL.md is well-structured with clear input modes, references, and post-processing requirements. No security concerns: uses only stdlib, no credentials, no destructive commands. Network scope is limited to yuc.wiki only.
Niche skill (anime scraping from a specific Chinese wiki). Clean code with good dedup and count validation, but brittle HTML parsing makes it unreliable. No shell injection risks — all urllib-based with no subprocess calls. Deducted 5 security for unvalidated URL construction from user-provided quarter input (could craft unexpected URLs, though limited to yuc.wiki domain). Usefulness is low — very narrow audience and site-dependent fragility.