npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

koishi-plugin-anime-tracemoe

v0.0.2

Published

一款 Koishi 插件,可以调用 trace.moe api 识别图片搜索番剧

Downloads

159

Readme

koishi-plugin-anime-tracemoe

NPM version License

一款用于 Koishi 的以图识番插件,基于 trace.moe API。

✨ 特性

  • 高精度识别: 利用 trace.moe 的强大引擎,精准定位番剧、集数和场景时间。
  • 信息丰富: 结果中包含番剧封面、多语言标题、类型、放送日期等详细信息。
  • 视频预览: 直接发送识别出的场景视频预览。
  • 高度可定制: 提供丰富的配置项,自由控制发送内容,节约流量。
  • 智能发送: 支持在 QQ 平台下自动切换为体验更佳的合并转发模式。

🚀 安装

通过 Koishi 插件市场搜索 anime-tracemoe 并安装。

📖 使用

启用插件后,在机器人所在的任意聊天中,发送指令并附上图片即可。QQ 平台直接对图片进行引用也可识别。

/以图识番 [此处附上图片]

机器人将会回复一个包含详细信息的卡片或合并转发消息。

⚙️ 配置项

| 配置项 | 描述 | 默认值 | | :--- | :--- | :--- | | apiKey | (可选,留空则使用默认的 trace.moe API)你的 trace.moe API 密钥,用于提高搜索速率限制。 | (空) | | minSimilarity | 最低相似度 (0-100)。只有高于此值的匹配结果才会被显示。 | 87 | | cutBorders | 是否自动裁剪视频黑边,可以提高大多数情况下的识别精度。 | true | | showRomanjiTitle | 是否在原生标题旁显示罗马音标题。 | true | | sendCoverImage | 是否发送番剧的封面(海报)图。 | true | | sendScenePreview | 是否发送识别出的场景预览(视频或截图)。 | true | | useForward | 是否使用合并转发的形式发送结果(仅在 QQ 平台下效果最佳)。 | false | | logDetails | 是否在控制台输出详细的调试日志,方便反馈问题。 | false |

⚠️ 免责声明

  • 本插件是基于 trace.moe 公开 API 开发的第三方工具,仅供学习和技术交流使用。
  • 插件的所有识别结果均由 trace.moe 提供,开发者不对其内容的准确性、合法性、可用性负责。
  • 请用户自觉遵守 trace.moe 的相关使用协议。开发者不对因使用本插件而产生的任何直接或间接的损失负责。
  • 下载、安装或使用本插件,即表示您同意并接受本免责声明。

🙏 鸣谢

  • Koishi - 插件所依赖的强大、可扩展的机器人框架。
  • trace.moe by soruly - 提供了本插件功能实现的核心 API 服务。
  • 特别感谢: Google Gemini 2.5 Pro 。

✍️ 作者

koishi-plugin-anime-tracemoe © WhiteBr1ck, Released under the MIT License.