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-ai-painter-helper

v3.0.6

Published

一个多功能的AI绘画辅助插件,可通过LLM生成角色描述或优化绘画Tag,并联动下游绘画插件。

Readme

Koishi 插件:AI 绘画助手 (ai-painter-helper) v3.0

这是一款为 Koishi 设计的、充满乐趣的多功能 AI 绘画辅助插件。它不仅能简化您的 AI 绘画流程,还会用可爱的语言与您互动!

✨ 功能特性

  • 可爱交互:机器人的回复超级可爱,为您带来愉快的创作体验!
  • 智能人设生成 (女友盲盒, 二次元的我):告诉机器人您的想法,它会用俏皮的清单体为您生成一个完整的角色设定,并调用 高质量语言模型 进行创作。
  • 智能标签优化 (ai画图)
    • 自然语言转标签:输入中文描述,插件会调用 快速语言模型 将其高效转换为专业绘画标签。
    • 高级用户模式:支持直接输入英文标签,并能附加额外参数(如 --ar 16:9, --seed 12345),插件会自动解析并传递给下游。
  • 质量增强:内置可配置的 全局负面提示,有效避免常见的画面崩坏问题。
  • 专业画风库:内置了大量从专业画师社区精选的“画师与风格”组合,可随机调用,保证出图风格多样且优质。 [1]

💿 安装

koishi-plugin-ai-painter-helper 文件夹放入 Koishi 的 plugins 目录中,然后重启 Koishi 服务。

⚙️ 配置项

  • apiURL / apiKey: (必填) 你的 OpenAI 兼容 API 的 URL 和 Key。
  • fastModel: 用于 ai画图 的语言模型,追求速度。默认为 gpt-3.5-turbo
  • qualityModel: 用于 女友盲盒 的语言模型,追求质量。默认为 gpt-4-turbo
  • drawingCommand: (必填) 下游绘画插件的命令 (如 novelai, sd)。
  • defaultNegativePrompt: 全局负面提示,用于提升画面质量。
  • artistStylePairs: (核心) 自定义画师与风格组合库。
  • promptTemplateForCharacter / promptTemplateForTags: LLM 提示词模板,您可以进一步定制机器人的“性格”。
  • characterTriggerWords: 人物生成功能的触发词。

📝 使用方法

1. 灵感迸发(人设生成)

向机器人发送:二次元的我女友盲盒

机器人会回复:“锵锵!你的专属角色闪亮登场~ ...” 然后开始绘画。

2. 想法实现(标签优化/直绘)

  • 用中文描述: ai画图 一个赛博朋克女孩在东京街头
  • 附加参数: ai画图 一个白裙女孩在花海 --ar 16:9
  • 用英文标签: ai画图 masterpiece, 1girl, white dress, flower field --seed 12345

机器人会回复:“收到你的创作灵感啦~ 正在为你构思画面捏...”,然后开始绘画。