yuc

Scrape quarterly anime lineups from https://yuc.wiki/ and output structured results for a specified or latest quarter.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "yuc" with this command: npx skills add yjl9903/animegarden/yjl9903-animegarden-yuc

Yuc's Anime List Scraper

Overview

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.

Input

This workflow supports two input modes:

  1. Specific quarter: YYYYMM, where MM must be 01/04/07/10.
  2. Latest quarter: if no quarter is provided, auto-discover from the homepage.

References

This skill keeps two references:

  1. Reference script: scripts/scrape_lineup.py
    • Purpose: primary and default extraction path for most requests.
    • Use when: normal runs where deterministic JSON output is expected quickly.
  2. Manual scrape guide: reference/manual_scrape.md
    • Purpose: fallback process for manual extraction and troubleshooting.
    • Use when: the user explicitly asks for manual scraping, or the script fails / produces suspicious output.

Default policy: use the reference script first. Switch to the manual scrape guide only on explicit request or script issues.

Post-Processing Output Requirement

After the scraping process is completed (regardless of using the reference script or the manual workflow), do not stop at raw JSON output.

  • You must organize and present a human-readable seasonal airing table.
  • The table should be grouped by group (for example: Mon-Sun and 网络放送 & 其他), and include at least:
    • title
    • status/time
    • episode note
  • Keep the readable table concise, and include source quarter information (quarter_code and quarter_title).

Runtime & Safety Notes

  • No external binaries are required for the default flow; script and manual quarter discovery use Python standard library only.
  • No environment variables or credentials are required by this skill.
  • Network scope is limited to public pages on https://yuc.wiki/ (homepage + target quarter page).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

animegarden

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated