# external
**Repository Path**: initencunter/external
## Basic Information
- **Project Name**: external
- **Description**: koishi插件集,源地址https://github.com/initialencounter/mykoishi
- **Primary Language**: TypeScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-04-05
- **Last Updated**: 2024-11-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
* 意间AI绘画 --[arcadia](https://github.com/initialencounter/mykoishi/tree/main/arcadia)[](https://www.npmjs.com/package/koishi-plugin-arcadia)
* 颜值评分 --[facercg](https://github.com/initialencounter/koishi-plugin-facercg)[](https://www.npmjs.com/package/koishi-plugin-facercg)
* 达芬奇3语言模型 --[davinci-003](https://github.com/initialencounter/mykoishi/tree/main/davinci-003) [](https://www.npmjs.com/package/koishi-plugin-davinci-003)
* AI绘图 --[sd-taylor](https://github.com/initialencounter/koishi-plugin-sd-taylor) [](https://www.npmjs.com/package/koishi-plugin-sd-taylor)
* 数字华容道 --[puzzle](https://github.com/initialencounter/mykoishi/tree/main/puzzle) [](https://www.npmjs.com/package/koishi-plugin-puzzle)
* 魔方 --[cube](https://github.com/initialencounter/mykoishi/tree/main/cube) [](https://www.npmjs.com/package/koishi-plugin-cube)
* 黑名单 --[blacklist](https://github.com/initialencounter/mykoishi/tree/main/blacklist) [](https://www.npmjs.com/package/koishi-plugin-blacklist)
* steam挂刀行情 --[steam-trading](https://github.com/initialencounter/mykoishi/tree/main/steam-trading) [](https://www.npmjs.com/package/koishi-plugin-steam-trading)
* 对对子 --[couplet](https://github.com/initialencounter/mykoishi/tree/main/couplet)[](https://www.npmjs.com/package/koishi-plugin-couplet)
* 老色批 --[lsp](https://github.com/initialencounter/mykoishi/tree/main/lsp) [](https://www.npmjs.com/package/koishi-plugin-lsp)
* 扫雷工具箱 --[stnb](https://github.com/initialencounter/mykoishi/tree/main/stnb) [](https://www.npmjs.com/package/koishi-plugin-stnb)
* ~~自动回复 --[auto-reply](https://github.com/initialencounter/mykoishi/tree/main/auto-reply) [](https://www.npmjs.com/package/koishi-plugin-auto-reply)~~
(有bug)
* ~~王者荣耀巅峰赛推送 --[hok-rank](https://github.com/initialencounter/mykoishi/tree/main/hok-rank) [](https://www.npmjs.com/package/koishi-plugin-hok-rank)~~
(不再维护)
* ~~扫雷联萌排行榜 --[mswar-active-rank](https://github.com/initialencounter/mykoishi/tree/main/smear_rank) [](https://www.npmjs.com/package/koishi-plugin-mswar-active-rank)~~
(不再维护)
# 具体信息
(back to top)
### 描述
意间AI的绘图插件
### 使用用法
arca -h

(back to top)
## 达芬奇3语言模型 --[davinci-003](https://github.com/initialencounter/mykoishi/davinci-003)
[](https://www.npmjs.com/package/koishi-plugin-davinci-003)
### 描述
OpenAI的聊天插件
### 使用用法
dvc 你好

(back to top)
## 颜值评分 --[facercg](https://github.com/initialencounter/koishi-plugin-facercg)
[](https://www.npmjs.com/package/koishi-plugin-facercg)
### 描述
预测图片中人脸的颜值,调用自百度智能云
### 使用用法
face <含有人脸的图片>
### 示例
### 效果展示

### 多人识别

(back to top)
## AI绘图 --[sd-taylor](https://github.com/initialencounter/koishi-plugin-sd-taylor)
[](https://www.npmjs.com/package/koishi-plugin-sd-taylor)
### 描述
调用stable diffusion的API,需要自建服务器
### 使用用法
#### 文字绘图
tl <描述词>
#### 以图绘图
tl <描述词> <图片>
#### 识图
tl <图片>
#### 图片转超分辨率
tl -u 1 <图片>
本插件抄自novelai和rryth
## 感谢
[novelai-bot](https://github.com/koishijs/novelai-bot)
[MirrorCY-rryth](https://github.com/MirrorCY/rryth)(直接抄)
### 示例
#### txt2img 文字绘图

(back to top)
#### img2img 以图绘图

(back to top)
#### interrogate 识图

(back to top)
#### extra-single-image 超分辨率

(back to top)
## 数字华容道 --[puzzle](https://github.com/initialencounter/mykoishi/puzzle)
[](https://www.npmjs.com/package/koishi-plugin-puzzle)
### 描述
数字华容道游戏,原游戏[扫雷联萌](http://tapsss.com)
[nonebot-plugin-puzzle](https://github.com/initialencounter/nonebot-plugin-puzzle)重写版
### 使用用法
启动游戏:pz
游戏帮助
在方形区域内移动方块,将所有方块从左到右、从上到下按、从小到大的顺序排列,通过![alt u:上,d:下,l:左,r:右]命令移动黑色方块。
### 示例

(back to top)
## 魔方 --[cube](https://github.com/initialencounter/mykoishi/cube)
[](https://www.npmjs.com/package/koishi-plugin-cube)
### 描述
三阶魔方
[nonebot-plugin-cube](https://github.com/initialencounter/nonebot-plugin-cube)重写版
### 使用方法
| 方法 | 命令 |
| ---- | ---- |
| 开始游戏 | cb\|cube\|魔方 |
cube <方向命令>
方向命令:![alt f,b,u,d,l,r,f_,b_,u_,d_,l_,r_]前后上下左右的英文首字母,不区分大小写,无下划线代表顺时针旋转,有下划线代表逆时针旋转。
### 示例

(back to top)

(back to top)

(back to top)

### 感谢
## cube.js参考b站--[神闪避的雪亲王](https://space.bilibili.com/16355723)
(back to top)
## 黑名单 --[blacklist](https://github.com/initialencounter/mykoishi/blacklist)
[](https://www.npmjs.com/package/koishi-plugin-blacklist)
### 描述
拉黑发送带有违禁词命令的用户
### 使用用法
在配置项中添加违禁词,用英文逗号间隔开
### 示例

(back to top)
## steam挂刀行情 --[steam-trading](https://github.com/initialencounter/mykoishi/steam-trading)
[](https://www.npmjs.com/package/koishi-plugin-steam-trading)
### 描述
获取steam虚拟商品交易平台信息
### 使用用法
trad
### 示例

(back to top)
## 对对子 --[couplet](couplet)
[](https://www.npmjs.com/package/koishi-plugin-couplet)
### 描述
seq2seq-couplet-model对对联
### 使用用法
cpl <对子>
### 示例

(back to top)
## 扫雷工具箱 --[stnb](https://github.com/initialencounter/mykoishi/stnb)
[](https://www.npmjs.com/package/koishi-plugin-stnb)
### 描述
计算扫雷游戏的参数
### 使用用法
* stnb 60 3 3
* 第一个参数60代表扫雷的时间单位是秒
* 第二个参数3代表扫雷的3bv/s单位是1
* 第三个参数3代表扫雷的模式,可用选项为[1:初级,2:中级,3:高级]
### 示例

## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
(back to top)
## Contact
反馈群399899914
[作者b站](https://space.bilibili.com/225995995)
(back to top)
## Acknowledgments
* []()
* []()
* []()
(back to top)