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-chatluna-schedule

v0.0.2

Published

ChatLuna 日程与天气插件,提供今日日程和天气变量。

Readme

koishi-plugin-chatluna-schedule

一个用于 ChatLuna 的 Koishi 插件,提供“今日日程 + 天气”能力,可注册提示词变量与工具,支持按人设与天气生成每日计划。

安装步骤

  1. 在 Koishi 项目中安装插件:
npm i koishi-plugin-chatluna-schedule
  1. 在 Koishi 配置中启用插件,并确保已安装并启用:

    • koishi-plugin-chatluna
    • (可选)koishi-plugin-chatluna-character
    • (可选)koishi-plugin-puppeteer
  2. 在插件配置中设置:

    • schedule(日程生成配置)
    • weather(天气配置)
    • debugLogging(基础设置)

快速上手

  1. 启用 schedule.enabled = true
  2. 选择/配置日程模型(schedule.model)。
  3. 按需开启天气能力(weather.enabled = true,并填写 weather.cityName)。
  4. 重启 Koishi 后使用命令:
schedule.today
schedule.refresh
  1. 在 ChatLuna 中使用变量(根据你的配置名):
    • schedule
    • currentSchedule
    • outfit
    • currentOutfit
    • weather

开发

npm run test
npm run build