Search Marketplace
There are many plugins in the Koishi marketplace. A set of search query syntax was provided in order to make the searching experience smooth and convinient. You can enter the syntax like is:preview
in the search box to quickly filter plugins for a category.
Search Terms
In addition to special syntax with colon numbers, the search term you enter will be used for querying:
- Plugin name
- Plugin description
- Plugin keywords
Plugin identification
We provide four categories of plugin identifiers, which are also filters.Including:
is:verified
:官方认证is:insecure
:不安全is:preview
:开发中created:>date
:近期新增
此外,还有一些不带标识的过滤条件:
is:installed
:已安装is:portable
:快速体验updated:>date
:近期更新
The above filters can also be reversely selected, e.g. not:insecure
or `created:
<date`.In the sidebar, you can click on the identifier to select, click twice to reverse the selection, click three times to cancel the selection.
Plugin Categories
We currently offer 14 base categories. They are:
category:core
:核心功能category:adapter
:适配器category:storage
:存储服务category:extension
:扩展功能category:console
:控制台category:manage
:管理工具category:preset
:行为预设category:image
:图片服务category:media
:资讯服务category:tool
:实用工具category:ai
:人工智能category:meme
:趣味交互category:game
:娱乐玩法category:gametool
:游戏辅助
The categories of plugins are maintained by members of the Koishi team, usually within one week after the plugin is published.Very few plugins do not belong to any category.If you think your plugin is not sorted correctly, you can submit an issue for feedback.
Sort Plugins
Plugins in the marketplace will be sorted by default according to their ratings.Rating is a value between 0 and 5 and will show as stars after rounded.Rating is weighted by multiple indicators, with some common indicators listed below:
- Open-sourced
- Mark as insecure/preview
- Downloads of the plugin
- Size of the plugin
Beside to sort by rating, you can also choose another sorting method:
sort:download
:按下载量排序sort:created
:按创建时间排序sort:updated
:按更新时间排序
If you want to sort reversely, add -asc
backwards. Such as sort:creed-asc
.In the sidebar, you can click on the "Sort Type" to sort, click twice to reverse the sequencing, click three times to cancel the sequencing.
Quick Experience
::: Warning Quick experience is still experimental. It is only available in the marketplace in official documents. :::
Koishi Online (k-on!) is an online Koishi runtime.You can quickly experience the functionality of the plugin without installing Koishi locally.A plugin that can used on k-on! will show a lightning button. Click it to quickly create a k-on! instance.If you are the plugin developer, you can see this article to deploy your plugin to k-on!.