Plugins
Plugins that add new functionalities to Super Agent Party
sap-example
ExampleThis is the example plugin for Super Agent Party, demonstrating the plugin architecture and capabilities.
sap-example-with-node
ExampleThis is a chat frontend example with nodeJS environment
sap-live2d
GameThis is a Live 2D extension for the Super Agent Party
sap-web-preview
DevelopmentA plugin that enables web previewing functionality for Super Agent Party.
sap-remote
UtilityOne-click expose Super Agent Party to the public internet
sap-story-adventure
GameAn interactive story adventure plugin that generates story content and options using AI
sap-aieditor
UtilityThis is a AI Editor
sap-aigalgame
GameThis is a AI galgame extension for the Super Agent Party
sap-tarot
Gamean AI tarot reader
sap-ai-sheet
UtilitySheetNext AI Excel Editor Plugin for Super Agent Party
sap-ai-drawio
UtilityThis is a drawio extension for the Super Agent Party
sap-ai-mermaid
UtilityThis is a mermaid editor extension for the Super Agent Party
sap-rss
UtilityThis is a RSS reader extension for the Super Agent Party
sap-code-server
DevelopmentIDE extension for Super Agent Party!
sap-cli
DevelopmentAgent Party CLI tool (sap) with ACP support
sap-lx-music
UtilityConnect the super agent party extension to the LX Music API,Let AI companion control music playback!
sap-ai-ppt
UtilityAI PPT extension for Super Agent Party
sap-lyra-extension
CharacterA starlight mage character extension for Super Agent Party — Lyra, master of classical and modern astrology, creator of "Digital Astrology". One-click installs character card, THA model, sticker pack, and chat background.
Adding Your Own Plugin
Want to add your plugin to this list?
// plugins.json structure
[
{
"name": "Plugin Name",
"category": "Utility",
"repository": "https://github.com/..."
}
]
Refer to documentation: Super Agent Party Docs