一键导入
yuc
Scrape quarterly anime lineups from https://yuc.wiki/ and output structured results for a specified or latest quarter.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scrape quarterly anime lineups from https://yuc.wiki/ and output structured results for a specified or latest quarter.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | yuc |
| description | Scrape quarterly anime lineups from https://yuc.wiki/ and output structured results for a specified or latest quarter. |
| metadata | {"author":"yjl9903","version":"2026.03.07"} |
yuc.wiki is a seasonal anime information site that publishes quarter-based lineup pages (January, April, July, October). Each quarter page contains grouped airing entries (Mon-Sun and web-release sections), with title cards, time/status notes, episode hints, and platform links.
This skill resolves the requested quarter (or discovers the latest one), scrapes the lineup section into structured JSON, and validates output quality with deduplication and count checks. It is designed for reliable quarterly lineup extraction, not full editorial article parsing.
This workflow supports two input modes:
YYYYMM, where MM must be 01/04/07/10.This skill keeps two references:
scripts/scrape_lineup.py
reference/manual_scrape.md
Default policy: use the reference script first. Switch to the manual scrape guide only on explicit request or script issues.
After the scraping process is completed (regardless of using the reference script or the manual workflow), do not stop at raw JSON output.
group (for example: Mon-Sun and 网络放送 & 其他), and include at least:
quarter_code and quarter_title).https://yuc.wiki/ (homepage + target quarter page).