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

poi-plugin-akashi-improve-assistant

v0.1.14

Published

Import Akashi-list clips and show daily Kancolle improvement advice in poi.

Readme

poi-plugin-akashi-improve-assistant

在 poi 中导入 akashi-list 的收藏装备。列表按日本时间只显示当天可改修的装备(表格展示装备名称与所需二号舰),点击进入详情查看各★阶段的消耗素材、螺丝期望与“确保”建议。

首次同步后数据会保存在本地,之后打开插件直接读取缓存,无需联网等待;需要更新数据时点击“刷新数据”,或重新导出 akashi-list 文件触发自动导入同步。

安装

在 poi 的插件设置中输入包名安装:

poi-plugin-akashi-improve-assistant

或用命令行安装到 poi 的插件目录:

cd "$env:APPDATA\poi\plugins"
npm.cmd install poi-plugin-akashi-improve-assistant

重启 poi 后,在插件列表中打开“Akashi Improve Assistant”。在 akashi-list 的“設定のダウンロード/インポート”页面下载设置 JSON,再在插件中导入。

选择“设为自动导入文件”后,插件会记录该导出 JSON 的路径,并在启动、跨日以及每 5 分钟检查更新。用相同文件名覆盖导出的 JSON 即可自动同步收藏。akashi-list 的收藏存在它的网站本地存储中,poi 无法直接跨站读取,因此仍需要由浏览器导出到这个已绑定文件。

计算口径

只比较螺丝:普通改修期望 = 普通单次螺丝 ÷ 成功率。确保螺丝严格小于此期望时显示“建议确保”;差额为 0(确保螺丝等于普通期望)时显示“不建议确保”,以节省资源。

“当天”按日本时间(UTC+9)0 点切换,与 akashi-list 的改修日一致。

开发

npm.cmd install
npm.cmd run check
npm.cmd pack