sap-extension-creator

sap-extension-creator is a skill for Claude Code, Codex from heshengtao/super-agent-party. It costs 93 tokens per session (6,119 once invoked), scanned A, original, AGPL-3.0.

A guide for creating Super Agent Party extensions, either static HTML extensions or extensions with a Node.js backend.

In plain words
What is it for?
Use it to create, build, or scaffold a new frontend-only or Node.js-backed Super Agent Party extension.
Why use it?
It provides the expected approach for starting an extension in the Super Agent Party environment.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to create, build, or scaffold a new frontend-only or Node.js-backed Super Agent Party extension.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/heshengtao/super-agent-party/sap-extension-creator
About the project

Super Agent Party is a self-hosted desktop AI companion that combines character-based conversation with agents that can control computers and perform background tasks. It is for people who want customizable avatars, chat roles, messaging or livestreaming bots, browser automation, and MCP- or skill-based agent workflows.

heshengtao/super-agent-party · 2,644 stars · on GitHub · agentparty.top

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add heshengtao/super-agent-party --skill sap-extension-creator
Clone the repo
git clone --depth 1 https://github.com/heshengtao/super-agent-party

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sap-extension-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/heshengtao/super-agent-party/sap-extension-creator/github.svg)](https://agentmods.dev/skills/heshengtao/super-agent-party/sap-extension-creator)
Your own site
<a href="https://agentmods.dev/skills/heshengtao/super-agent-party/sap-extension-creator"><img src="https://agentmods.dev/badge/skills/heshengtao/super-agent-party/sap-extension-creator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sap-extension-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/heshengtao/super-agent-party/sap-extension-creator"><img src="https://agentmods.dev/badge/skills/heshengtao/super-agent-party/sap-extension-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,119 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.06119
Opus 5 $0.00046 $0.03060
Sonnet 5 $0.00019 $0.01224
Haiku 4.5 $0.00009 $0.00612

Measured 13d ago against content hash 5deb10320bef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

sap-extension-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (assets/node-template/index.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sap-extension-creator/SKILL.md · 719 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 719 lines · 93 tokens per session scan A 5deb10320bef

Subscribe to this mod's changes

sap-extension-creator is a skill published in the GitHub repository heshengtao/super-agent-party (2,644 stars, last pushed 20d ago), licensed AGPL-3.0. It adds 93 tokens to every session and 6,119 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

minecraft-debug-mcp

Operate and debug the live Minecraft bot through its built-in MCP REPL server. Use when work requires starting the bot with pnpm dev, connecting to the local MCP endpoint, inspecting cognitive state/logs/history, injecting synthetic chat/events, or running targeted REPL code against the running brain during…

moeru-ai/airi · 68 tokens

bat-story-eval

Compare MCP tool behavior between target and baseline versions using pre-built and custom stories with diff-based triage.

homeassistant-ai/ha-mcp · 26 tokens

issue-to-pr-resolver

Implement a GitHub issue end-to-end — create a worktree branch, implement the feature with tests, create a draft PR, then iteratively resolve all CI failures and review comments until the PR is clean. Use when you need to fully implement a GitHub issue from start to merge-ready. Triggers on "implement issue", "resolve…

homeassistant-ai/ha-mcp · 85 tokens

comfyui-frontend-extensions

Authoring ComfyUI v2 frontend extensions with @comfyorg/extension-api, covering defineNode/defineExtension/defineWidget, shell UI (sidebar tabs, commands, hotkeys), typed events, and handles. Use when writing or editing ComfyUI web-UI extension code (custom node JS, sidebar panels, widgets).

artokun/comfyui-mcp · 76 tokens

ideogram-ultra

Build Ideogram 4 (Ideogram Ultra) txt2img and img2img workflows with the local open-weights model, dual conditional/unconditional models with DualModelGuider, Qwen3-VL text encoder, and structured JSON ("compositional deconstruction") prompts for strong text rendering and layout control.

artokun/comfyui-mcp · 68 tokens

ernie-image

Build Baidu ERNIE-Image / ERNIE-Image-Turbo workflows, primarily TEXT-TO-IMAGE. Pick ERNIE when you need precise multilingual text rendering, posters/signage, manga/anime multi-panel layouts, or strong instruction following for complex multi-object scenes. Also supports denoise-based image-to-image refine (NOT…

artokun/comfyui-mcp · 98 tokens