๐Ÿงฉ
AI EngineeringJavaScript

SAP Extension Creator

by heshengtao

SAP Extension Creator is an AI Engineering skill for Claude Code, published by heshengtao in super-agent-party.

2.6K stars277 forkson heshengtao/super-agent-partyAdded 2026/08/18Repository updated 2026/08/11
agent-skillsai-companionai-vtuberclaude-codecomfyuicoworkdiscord-bothome-assistantim-botlivestreammcpneuro-samaopenclawsapsillytavernsuper-agent-partyvrm
Install in seconds
Install SAP Extension Creator
Copy SAP Extension Creator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/heshengtao/super-agent-party/tree/main/skills/sap-extension-creator ~/.claude/skills/sap-extension-creator

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/heshengtao/super-agent-party.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/sap-extension-creator/SKILL.md in heshengtao/super-agent-party
Installs to
~/.claude/skills/sap-extension-creator
Collection
One of 4 skills cataloged from this repository
Category
AI Engineering โ€” 2451 skills

What SAP Extension Creator does

SAP Extension Creator scaffolds new Super Agent Party extensions, including static HTML packages and Node.js backend packages. Use it when you need to build a custom chat UI or register AI tools via WebSocket MCP.

SAP Extension Creator is cataloged under AI Engineering on DirSkills. SAP Extension Creator comes from a repository tagged agent-skills, ai-companion, ai-vtuber, claude-code and comfyui.

Documentation

README

SAP Extension Creator

Overview

Create Super Agent Party extensionsโ€”self-contained packages that extend the platform with custom chat UI and tools. Two modes are supported:

  • Static extension: Pure HTML/CSS/JS frontend, served directly by SAP from the extension folder
  • Node.js extension: Full-stack with Express backend, auto-managed by SAP (npm install + node index.js <port>)

Both modes support MCP tool registration (the register_node_extension_mcp protocol message works for ANY extension via WebSocket, despite the "node" in its name).

Quick Decision Tree

User wants to create an extension?
โ”œโ”€ Only needs UI (chat, display, simple interactions)? โ†’ Static Extension
โ””โ”€ Needs backend logic (API calls, DB, file processing)? โ†’ Node.js Extension

This is the opening of the README. Read the full README on GitHub.

Commands SAP Extension Creator provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /health

Frequently asked about SAP Extension Creator

  • What else does heshengtao publish alongside SAP Extension Creator?

    SAP Extension Creator is one of 4 skills that DirSkills catalogs from heshengtao/super-agent-party, the repository it ships in. Its siblings there include Find Skills, Office CLI and Skill Creator. Each one is a separate skill with its own page in this directory, installs the same way SAP Extension Creator does, and is maintained by heshengtao in that same repository. The rest of the collection is listed on the heshengtao/super-agent-party page.

  • How does SAP Extension Creator compare to other AI Engineering skills?

    SAP Extension Creator ranks #778 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of SAP Extension Creator against them. Open each page to compare what they document and how they install.