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-multi-gal

v3.2.0

Published

基于LLM的多人异步文字恋爱冒险插件

Downloads

207

Readme

koishi-plugin-multi-gal V3

打造真实的多人 AI 文字冒险世界。支持非对称好感、自由输入、记忆回溯与地点系统。

🌟 V3 特性

  • 非对称好感度: 你喜欢TA,TA不一定喜欢你。你只能看到自己的心意。
  • 自由输入: 不再做选择题!你可以输入任何动作(如“反手给TA一巴掌”),AI 会根据人设推演结果。
  • 场景与移动: 引入 location 概念,不同地点的互动氛围不同。
  • 记忆系统: AI 会记住你们之前的互动,并在下次互动中提及旧事。
  • 设定追加: 支持随时补充角色细节(如“其实我有恐高症”)。

🎮 指令流程

  1. 入驻世界:

    • gal.create (根据引导创建角色)
  2. 完善人设:

    • gal.design <描述> (例: gal.design 随身带着一把武士刀)
    • gal.move <地点> (例: gal.move 深夜酒吧)
  3. 社交互动:

    • gal.list (查看谁在什么地方)
    • gal.view [ID] (查看某人档案及你对TA的好感)
    • gal.act <ID> <动作> (例: gal.act 2 请喝一杯酒)
  4. 处理事件:

    • gal.box (查看他人发来的互动)
    • 提示: 收到互动时,你可以直接打字回复,无需局限于 AI 提供的选项。
  5. 情感管理:

    • gal.mind <ID> <分数> (手动调整你对某人的看法)
    • 机制: 系统会自动根据互动结果调整好感,但作为拥有自由意志的人类,你可以手动修正它。

⚙️ 配置

在插件配置页填入 OpenAI 格式的 apiKey 即可。推荐使用 gpt-3.5-turbo 或更高级模型以获得最佳体验。