Plugins

Plugins that add new functionalities to Super Agent Party

>

sap-example

Example

This is the example plugin for Super Agent Party, demonstrating the plugin architecture and capabilities.

v1.0.0 BY: heshengtao

sap-example-with-node

Example

This is a chat frontend example with nodeJS environment

v1.0.0 BY: heshengtao

sap-live2d

Game

This is a Live 2D extension for the Super Agent Party

v1.0.0 BY: heshengtao

sap-web-preview

Development

A plugin that enables web previewing functionality for Super Agent Party.

v1.0.0 BY: heshengtao

sap-remote

Utility

One-click expose Super Agent Party to the public internet

v1.0.0 BY: heshengtao

sap-story-adventure

Game

An interactive story adventure plugin that generates story content and options using AI

v1.0.0 BY: heshengtao

sap-aieditor

Utility

This is a AI Editor

v1.0.0 BY: heshengtao

sap-aigalgame

Game

This is a AI galgame extension for the Super Agent Party

v1.0.0 BY: heshengtao

sap-tarot

Game

an AI tarot reader

v1.0.0 BY: heshengtao

sap-ai-sheet

Utility

SheetNext AI Excel Editor Plugin for Super Agent Party

v1.0.0 BY: heshengtao

sap-ai-drawio

Utility

This is a drawio extension for the Super Agent Party

v1.0.0 BY: heshengtao

sap-ai-mermaid

Utility

This is a mermaid editor extension for the Super Agent Party

v1.0.0 BY: heshengtao

sap-rss

Utility

This is a RSS reader extension for the Super Agent Party

v1.0.0 BY: heshengtao

sap-code-server

Development

IDE extension for Super Agent Party!

v1.0.0 BY: heshengtao

sap-cli

Development

Agent Party CLI tool (sap) with ACP support

v1.0.0 BY: heshengtao

sap-lx-music

Utility

Connect the super agent party extension to the LX Music API,Let AI companion control music playback!

v1.0.0 BY: heshengtao

sap-ai-ppt

Utility

AI PPT extension for Super Agent Party

v1.0.0 BY: heshengtao

sap-lyra-extension

Character

A 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.

v1.0.0 BY: heshengtao

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