CommunityVideo & Animationgithub.com

KAMIENDER/anime-semantic-recommender

中文优先的语义动漫推荐 Codex Skill 和实验性 TypeScript CLI,优先参考 Bangumi/AniList 等高质量数据源。

Works with~Claude CodeCodex CLI~Cursor
npx skills add KAMIENDER/anime-semantic-recommender

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentation

Anime Semantic Recommender

Default to a lightweight taste-analysis workflow. Do not start with the local CLI unless the user explicitly asks to use the experimental local recommender, cache, Bangumi/AniList fetch, or feedback database.

Mandatory Source Grounding

If browsing/searching is used, or if factual accuracy affects the recommendation, build a small source packet before taste matching. Do this before generic web search.

Preferred source order:

  1. Official anime / publisher / streaming pages for release status, adaptation status, staff, cast, episode count, and availability.
  2. Bangumi for Chinese titles, Chinese ACG context, ratings, tags, relationships between entries, and community metadata.
  3. AniList for structured tags, format, popularity, cross-language titles, and API-friendly metadata.
  4. MAL/Jikan for broader international popularity and fallback metadata.
  5. TMDb only for posters, images, and general media metadata; do not use it as the main anime taste source.

Rules:

  • Search engines are only discovery tools for finding the source pages above.
  • Do not treat search snippets, generic SEO pages, scraped synopsis sites, uncredited blogs, or AI-generated listicles as authoritative.
  • For the anchor work, check at least Bangumi or AniList when the exact work is not already clear; also check official sources when the work is current, obscure, or adaptation status matters.
  • If the preferred sources are unavailable or unreachable, say "未能从指定高质量源核实" and separate verified facts from memory/inference.
  • When reporting the process, name the source class actually checked, such as "先看 Bangumi/AniList/官方信息", rather than saying only "搜索了网页".

Default Workflow

  1. Identify the anchor work.

    • What did the user watch/read?
    • Is it anime, manga, light novel, web novel, or adaptation?
    • If the exact work is obscure or current, verify briefly before relying on facts.
  2. Extract the liked experience, not just tags.

    • Relationship pattern: friends-to-lovers, girl leads, slow-burn, group romance, etc.
    • Emotional texture: sweet, shy, low-pressure, wistful, funny, tense.
    • Narrative engine: daily scenes, secrets, club activity, cohabitation, rivalry.
    • Pacing: slow tease, fast confession, episodic, strong plot.
    • Avoidances: harem, fanservice, heavy drama, love triangle, long misunderstandings.
  3. Recommend in layers.

    • Direct matches: closest same experience.
    • Adjacent matches: similar emotional or relationship pattern with a different surface.
    • Stretch picks: only if useful, and explain why they are a stretch.
  4. Explain every pick.

    • Say exactly what matches the user’s anchor.
    • Say what differs.
    • Include caveats when the fit is uncertain.
  5. Use feedback immediately.

    • "Seen" means do not recommend it again.
    • "Too harem" lowers multi-girl/party-war picks.
    • "Too sweet" adds realism or bittersweetness.
    • "Too slow" raises plot momentum.
    • "These are all watched" moves deeper into mid-popularity and older titles.

Output Shape

For normal requests, keep the answer compact:

你喜欢的可能是:...

1. Title
   像在哪里:...
   不同/注意:...

Avoid pretending to know the user's watch history. Mix popular, mid-tier, and one optional exploration pick unless the user asks otherwise.

Experimental CLI

The repo includes an experimental local recommender. Use it only when the user wants to test the implementation:

npm run recommend -- "想看像芙莉莲那种,有余韵但不要王道热血"
npm run recommend -- "想看安静的旅途感" -- --no-network --limit 5
npm run feedback -- "少女终末旅行" -- --seen --liked --comment "方向对"
npm run profile

Current limitation: the local seed catalog is small and biased toward "余韵/旅途/治愈/世界观" examples. It is not yet reliable for every genre, especially school romance/light-novel romance, unless that catalog is expanded.

Reference

For the lightweight methodology, see docs/simple-methodology.md. For the heavier experimental architecture, see docs/technical-plan.md.

Related Skills

higgsfield-ai/higgsfield-soul-id

Train a Soul Character — a personalized model on a person's face that Higgsfield uses for identity-faithful image and video generation. Use when: "create my Soul", "train my face", "make my digital twin", "build me an avatar", "learn my appearance", "create a character of me", "set up identity for video", "I want my face in generated images". Chain: train Soul (one-time, returns reference_id) → use in higgsfield-generate via `--soul-id <id>` with models like `text2image_soul_v2` or `soul_cinema_studio`. NOT for: one-shot face swaps (use higgsfield-generate with --image), named-character / non-photo avatars (use higgsfield-generate with prompt).

community

remotion-dev/add-expert

Add a new expert to the Remotion experts page

community

ravindranathpathi/scenelens

Give Claude a smarter video input. Scene-aware frame extraction, per-frame OCR, auto-chunked Whisper transcripts. Skill for Claude Code, claude.ai, and Codex.

community

facebookresearch/AnimatedDrawings

Equips characters drawn by children or artists with automatically rigged bone structures and behavioral walk animations.

community

swathigolla004/fireworks-invitation

reate beautiful personalized event invitations with animated fireworks, night sky background, confetti effects and sound. Supports Birthday 🎂, Wedding 💍, Party 🎉, Graduation 🎓 and Anniversary 💑 themes. Built and deployed to Google Cloud Run as part of Google & Kaggle's 5-Day AI Agents Intensive Vibe Coding Course 2026.

community

Hampto7114/detect-skill

Detect AI-generated audio, images, and video in AI agents using the Resemble detection platform.

community