Lobe Chat accesses index.json
from this repo to show user the list of available plugins for Function Calling.
English ยท ็ฎไฝไธญๆ
Table of contents
If you wish to add a plugin onto the index, make an entry in plugins
directory using plugin-template.json
, write a short description and tag it appropriately then open as a pull request ty!
- Fork of this repository.
- Make a copy of
plugin-template.json
- Fill in the copy and rename it appropriately
- Move it into
plugins
directory - Submit a pull request and wait for review.
Important
The createAt
date will be automatically populated after merge.
Note
- An plugin will need to be functioning for it to be included.
- If plugin is no longer functional and or not maintained, we might redirect it to a fork or remove it form the index.
- Not all plugins will be accepted, we will review the plugin and make an assessment.
- You can submit plugins even if you are not the author, but it is preferred that the author do it themselves.
- If you wish to have your plugin removed, or believes the description does not properly describe your plugin, please open the issue or pull request.
By @Steven Tey on 2023-12-16
Get current weather information for a specific location.
weather
By @AskYourPDF on 2023-12-16
Unlock the power of your PDFs!, dive into your documents, find answers, and bring information to your fingertips.
pdf
document
web
By @Orren Prunckun on 2023-12-16
Enter any URL and keyword and get an On-Page SEO analysis & insights!
seo
By @AI0x0 on 2023-12-10
Generate images through pollinations.ai
drawing
image
By @LobeHub on 2023-08-15
Query search engine to get information
web
search
By @LobeHub on 2023-08-17
Extract content from web links
web
content-crawler
By @LobeHub on 2023-08-12
Get realtime weather information
weather
realtime
By @LobeHub on 2023-11-01
Display a clock to show current time
clock
time
If you want to deploy this service by yourself, you can follow the steps below.
Click button below to deploy your private plugins index.
You can use Github Codespaces for online development:
Or clone it for local development:
$ git clone https://github.com/lobehub/lobe-chat-plugins.git
$ cd lobe-chat-plugins
$ bun install
If you need to run the format
script locally, you need to configure the corresponding environment variables:
Environment Variable | Type | Example |
---|---|---|
OPENAI_API_KEY |
Required | sk-xxxxxx...xxxxxx |
OPENAI_PROXY_URL |
Optional | - |
Contributions of all types are more than welcome, if you are interested in contributing plugin, feel free to show us what youโre made of.
- ๐ค Lobe Chat - An open-source, extensible (Function Calling), high-performance chatbot framework. It supports one-click free deployment of your private ChatGPT/LLM web application.
- ๐ค / ๐ช Agent Index - Lobe Chat accesses index.json from this repo to show user the list of available agents for LobeChat.