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

v1.0.0

Published

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

Readme

koishi-plugin-multi-gal

基于 LLM(大语言模型)的多人异步文字恋爱冒险 Koishi 插件。

✨ 特性

  • 异步交互:采用“漂流瓶/信箱”机制,无需玩家同时在线。
  • AI 驱动:使用 LLM (OpenAI/Gemini/DeepSeek) 生成无限的剧情和选项。
  • 拟真世界:创建属于你的人设,与群友或其他玩家的角色在虚拟世界偶遇。
  • 关系系统:好感度积累到一定程度可解锁对方真实身份。

📦 安装与配置

  1. 将本插件文件夹放入 Koishi 的 plugins 目录,或作为本地插件加载。
  2. 在 Koishi 控制台配置插件:
    • llmType: 选择 API 类型 (openai / gemini)
    • apiKey: 填写你的 API Key
    • apiBase: API 代理地址 (如有)
    • model: 模型名称 (推荐 gpt-3.5-turbo 或 gemini-pro)
    • unlockThreshold: 解锁真实 ID 的好感度阈值 (默认 90)

🎮 指令说明

基础指令

  • gal.create: 创建角色(通过私聊向导完成)
  • gal.list: 查看当前世界的所有角色列表
  • gal.view [ID]: 查看某个角色的详细档案和关系

交互指令

  • gal.interact [ID] [动作]: 向指定角色发起互动
    • 示例:gal.interact 2 邀请去海边散步
  • gal.box: 查看信箱中的未读事件并进行回复
    • 收到互动后,选择系统提供的选项进行回应

系统指令

  • gal.reset: 重置并删除自己的角色 (慎用)