You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
---
title: 自定义插件 - LobeChat 插件安装与开发指南
description: 学习如何安装自定义插件和开发 LobeChat 插件,扩展你的 AI 智能助手的功能。
tags:
- 自定义插件
- LobeChat
- 插件安装
- 插件开发
- AI 智能助手
---
# 自定义插件
## 安装自定义插件
如果你希望安装一个不在 LobeChat 插件商店中的插件,例如自己开发的 LobeChat, 你可以点击「自定义插件」进行安装:
< Video src = "https://github.com/lobehub/lobe-chat/assets/28616219/034a328c-8465-4499-8f93-fdcdb03343cd" />
此外, LobeChat 的插件机制兼容了 ChatGPT 的插件,因此你可以一键安装相应的 ChatGPT 插件。
如果你希望尝试自行安装自定义插件,你可以使用以下链接来尝试:
- `自定义 Lobe 插件` Mock Credit Card: [https://lobe-plugin-mock-credit-card.vercel.app/manifest.json](https://lobe-plugin-mock-credit-card.vercel.app/manifest.json)
- `ChatGPT 插件` Access Links: [https://www.accesslinks.ai/.well-known/ai-plugin.json](https://www.accesslinks.ai/.well-known/ai-plugin.json)
< Cards rows = {2} >
< Image alt = "安装自定义插件 S1" height = {472} src = "https://github.com/lobehub/lobe-chat/assets/28616219/bb9cd00f-b20c-4d7b-9c60-b921d350e319" />
< Image alt = "安装自定义插件 S2" height = {472} src = "https://github.com/lobehub/lobe-chat/assets/28616219/bdeb678e-6502-4667-86b1-504221ee7ded" />
</ Cards >
## 开发自定义插件
如果你希望自行开发一个 LobeChat 的插件,欢迎查阅 [插件开发指南 ](/zh/docs/usage/plugins/development ) 以扩展你的 AI 智能助手的可能性边界!