원클릭으로
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).