From streaming-jinarashi
「アニメの公式サイトを調べて」「シーズンのアニメ一覧を取得」「AniListからアニメ情報を取得」などのリクエストに対応するスキル
How this skill is triggered — by the user, by Claude, or both
Slash command
/streaming-jinarashi:anime-official-site-researcherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
AniList GraphQL APIを使用して、特定シーズンのアニメ情報と公式サイトURLを取得するスキルです。
AniList GraphQL APIを使用して、特定シーズンのアニメ情報と公式サイトURLを取得するスキルです。
AniList APIから特定シーズンのアニメ情報を取得し、各アニメの公式サイトURLを収集します。
scripts/fetch_seasonal_anime.py を実行して、指定シーズンの全アニメ情報を取得します。
実行方法:
python scripts/fetch_seasonal_anime.py <year> <season>
引数:
year: 年(例: 2026)season: シーズン(WINTER, SPRING, SUMMER, FALL)実行例:
python scripts/fetch_seasonal_anime.py 2026 WINTER
スクリプトが自動的にAniList APIへのクエリとページネーション処理を行い、結果をJSON形式で標準出力に出力します。
スクリプトは以下の形式のJSON配列を出力します:
[
{
"title": {
"romaji": "Anime Title Romaji",
"native": "アニメタイトル"
},
"officialSiteUrl": "https://example-anime.com/"
}
]
references/anilist-query.md - AniList API用のGraphQLクエリ完全版scripts/fetch_seasonal_anime.py - データ取得スクリプトnpx claudepluginhub sniper-fly/souma-recette --plugin streaming-jinarashiBypasses WAF/bot protection, 402/403 errors, and blocked websites using yt-dlp, Jina Reader, public APIs, and a WAF-profile-driven fetch chain with Playwright fallback.
Creates complex JavaScript animations with Anime.js for web UIs, including timelines, staggering, SVG morphing, easing, and interactive elements like landing pages and grids.
Animates DOM elements, CSS properties, SVGs, and JavaScript objects using Anime.js timelines, stagger effects, path morphing, and keyframe sequences for complex web animations.