# 插件

插件是NcatBot的扩展，你可以使用别人编写的插件，也可以自己编写插件。

插件编写逻辑具体查看`ncatpy/plugins/XunfeiGPT.py`

编写好的插件进行pr，必须给出详细的示例和说明，目前不提供在线安装，自行安装只需要下载别人的插件，将其放入plugins文件夹即可。

所有要求提在[QQ群](https://qm.qq.com/q/LSdJ4p9UOW)里面

开发时间有限，如果有不好的地方，欢迎提issue，或者加QQ群交流。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ncatbot-1.gitbook.io/ncatbot/jie-shu/editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
