Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Build plugins for ChatGPT in just a few lines
Contributed by: Christopher Wolfram
Deploy plugins that allow ChatGPT to call APIs that run on a local Wolfram Language kernel.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["Wolfram/ChatGPTPluginKit"]
To load the code after installation, evaluate this code:
Needs["Wolfram`ChatGPTPluginKit`"]
Deploy a simple plugin to a local web server:
| In[1]:= | ![]() |
| Out[1]= |
Use in ChatGPT:

Stop the web server:
| In[2]:= |
Deploy a plugin to the public Wolfram Cloud:
| In[3]:= | ![]() |
| Out[3]= |
Implement a TODO list plugin:
| In[4]:= | ![]() |
| Out[5]= |
Install and use the plugin:

View the final state of the TODO list:
| In[6]:= |
| Out[6]= |
Stop the web server:
| In[7]:= |
Wolfram Language Version 13.1