Skip to content

cocofhu/anime-find

40Last commit Aug 16, 2026

anime-find DSH plugin

Anime Find aggregates multiple anime resource sites (Mikan, AniBT, AnimeGarden) and presents search results as clickable cards in the conversation. Clicking a card opens a detail panel showing subtitles groups, episode numbers, and download links including magnet URIs and .torrent files.

How to install the anime-find DSH plugin

dsh plugin --profile web add github:cocofhu/anime-find

Copying does not run this command. Review the repository and version before installing the anime-find DSH plugin.

anime-find DSH plugin data source

anime-find DSH plugin snapshot date: Aug 16, 2026

discovered

What the anime-find DSH plugin can do

  • Aggregate search results from Mikan, AniBT, and AnimeGarden
  • Display clickable cards with anime cover, title, rating, format, and resource count in conversation flow
  • Support follow-up queries like 'more' and 'next page' with pagination
  • Browse resources by subtitles group and episode number in detail panel, with Bangumi introduction, rating, and short comments
  • Copy magnet links and open .torrent files directly from the detail panel
  • Configurable search sources, result count, and site addresses in plugin settings

Where the anime-find DSH plugin fits

  • Search for a specific anime and get magnet links for downloading
  • Ask 'what are the latest anime' to discover new seasonal shows
  • Request more results with 'any more' or 'next batch'
  • Browse subtitles groups and choose the best quality release for a given episode
  • View Bangumi ratings and short comments before deciding to download

Who the anime-find DSH plugin is for

  • Anime enthusiasts who want to search and download anime directly from DeepSeek Harness
  • Users who frequently follow seasonal anime and need to find subtitles groups and magnet links

anime-find DSH plugin limitations

  • Requires Node.js 22 or higher and DeepSeek Harness Web environment
  • Short comments rely on Bangumi's non-public p1 API which may change or become unavailable
  • Only supports Asia/Shanghai timezone for seasonal anime detection
  • Individual source sites may fail; if one fails, others may still work but results may be incomplete

anime-find DSH plugin: from the repository README

Quoted from the cocofhu/anime-find README, the upstream source of the anime-find DSH plugin. Copyright remains with the original authors.

DeepSeek Harness 搜番插件。在对话中搜索番剧,以可点击卡片展示结果,并在详情面板中查看字幕组、磁力链接和种子文件。 ## 功能 - 聚合 [Mikan](https://mikanani.me)、[AniBT](https://anibt.net) 和 [AnimeGarden](https://animes.garden) - 在对话流中展示番剧封面、标题、评分、格式和资源数量 - 根据 Asia/Shanghai 时区识别当前新番季度 - 支持「还有吗」「换一批」等追问并分页展示更多结果 - 点击卡片后按字幕组和集数浏览资源,并可查看 Bangumi 介绍、评分和短评 - 支持复制磁力链接和打开 `.torrent` 文件 - 可在 Harness 插件设置中启用来源、调整结果数量和站点地址 - 在插件设置中查看当前版本,并手动检查 GitHub 正式 Release ## 环境要求 - Node.js 22 或更高版本 - DeepSeek Harness Web ## 安装 从 GitHub 安装: ```sh dsh plugin --profile web add github:cocofhu/anime-find ``` 本地开发安装: ```sh dsh plugin --profile web add /absolute/path/to/anime-find ``` 安装后重启 `dsh web`,并强制刷新浏览器页面。 ## 使用 可以直接对 Agent 说: > 搜一下无职转生,看看有没有磁力 > 最近有哪些好看的动漫 > 还有吗 插件向 Agent 提供 `anime_find_search` 工具。搜索完成后,对话中会显示可点击卡片;点击卡片即可查看字幕组与下载资源。 ## 配置 打开 **设置 → 插件 → 插件配置 → 搜番**: - **搜索源**:默认仅启用 Mikan,可选 AniBT 和 AnimeGarden - **搜索结果上限**:每批返回的卡片数量 - **站点地址**:各来源的服务地址,可按需替换镜像 保存后立即生效。配置会写入 Harness 用户目录下的 `anime-find.json`。 版本与安装来源为只读信息,不会写入该配置文件。 也可通过 `cordis.patch.yml` 设置默认来源: ```yaml - id: anime-find config: sources: [mikan] ``` ## 数据与网络 启用某个来源后,插件会向对应站点发送搜索和详情请求。封面通过插件服务转发,配置仅保存在本机,不会写入仓库。 详情卡在有 Bangumi subject ID 时,会通过 Host 使用插件配置的 User-A

Read the full READMERepository license: MIT

anime-find DSH plugin questions

How do I install the Anime Find plugin?

Run `dsh plugin --profile web add github:cocofhu/anime-find` in your terminal. After installation, restart `dsh web` and force refresh your browser page. Make sure you have Node.js 22 or higher installed.

How do I search for an anime?

Simply tell the agent something like 'Search for Mushoku Tensei' or 'Find magnet links for One Piece'. The plugin provides the `anime_find_search` tool. After the search, clickable cards will appear in the conversation.

Why are no results showing?

First, make sure you have started a new conversation after installing the plugin. Check that `anime_find_search` is listed in the agent's available tools. If results are still missing, try increasing the result limit in plugin settings or enable additional sources (AniBT, AnimeGarden) in the configuration.

Can I configure which sites to search?

Yes. Go to Settings → Plugins → Plugin Configuration → Anime Find. You can enable or disable Mikan, AniBT, and AnimeGarden. You can also adjust the number of results per batch and override the site addresses with mirrors if needed. Changes take effect immediately.

How do I update the plugin?

In the plugin settings, under 'Version & Updates', click 'Check for updates'. If a new version is found, a button will copy the update command: `dsh plugin --profile web update anime-find`. Run it in your terminal, then restart `dsh web` and force refresh the browser. Note: manually installed local or linked versions will not show the update button.