plugin-scaffolder

plugin-scaffolder is a skill for Claude Code, Codex from Fu-Jie/openwebui-extensions. It costs 35 tokens per session (166 once invoked), scanned A, original, MIT.

A template generator for OpenWebUI plugins, which are Python extensions that add actions, filters, or processing steps. It creates a standard Python file and bilingual README files with built-in translation support and shared helper methods.

In plain words
What is it for?
Use it when starting an OpenWebUI action, filter, or pipe plugin. Provide the plugin name and type to generate the starter files and required documentation.
Why use it?
It removes the repetitive setup needed before plugin code can be written and helps new plugins follow the project's expected structure.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/fu-jie/openwebui-extensions/plugin-scaffolder
Any agent
npx skills add Fu-Jie/openwebui-extensions --skill plugin-scaffolder
Clone the repo
git clone --depth 1 https://github.com/Fu-Jie/openwebui-extensions

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 plugin-scaffolder

README.md
[![agentmods](https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/plugin-scaffolder.svg)](https://agentmods.dev/skills/fu-jie/openwebui-extensions/plugin-scaffolder)
Your own site
<a href="https://agentmods.dev/skills/fu-jie/openwebui-extensions/plugin-scaffolder"><img src="https://agentmods.dev/badge/skills/fu-jie/openwebui-extensions/plugin-scaffolder.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 166 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00035 $0.00166
Opus 5 $0.00017 $0.00083
Sonnet 5 $0.00007 $0.00033
Haiku 4.5 $0.00003 $0.00017

Measured 5d ago against content hash fe3e6878eb38, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

plugin-scaffolder 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (assets/template.py, scripts/scaffold.py), 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.

.agent/skills/plugin-scaffolder/SKILL.md · 20 lines

What it actually says

Plugin Scaffolder

Overview

Generates compliant OpenWebUI plugin templates with built-in i18n, common utility methods, and required docstring fields.

Usage

  1. Provide the Plugin Name and Type (action/filter/pipe).
  2. The skill will generate the .py file and the bilingual README files.

Template Standard

  • Valves(BaseModel) with UPPER_SNAKE_CASE
  • _get_user_context with JS fallback and timeout
  • _emit_status and _emit_debug_log methods
  • Standardized docstring metadata
Files

What ships with it

4 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. 5d ago First seen · 20 lines · 35 tokens per session scan A fe3e6878eb38

Subscribe to this mod's changes

plugin-scaffolder is a skill published in the GitHub repository Fu-Jie/openwebui-extensions (302 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 166 once invoked, about $0.0002 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

visualkan

Generate visual explanations (whiteboard, infographic, presentation, diagram, mindmap, mockup) from any content, via native subscription image generation or an API backend (OpenAI, Gemini, OpenRouter, Grok).

dapih/visualkan · 47 tokens

visualkan-wizard

Walks the user through the Visualkan Controls one at a time, then starts the run. Use ONLY when the user names this skill directly, for example "/visualkan-wizard" or "run the visualkan wizard". Do NOT use this for a request to visualize, explain, diagram, sketch, or draw something. The visualkan skill owns those…

dapih/visualkan · 78 tokens

openspec-verify-change

Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.

Fission-AI/OpenSpec · 32 tokens

openspec-new-change

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

Fission-AI/OpenSpec · 40 tokens

extract

Run the full Semantica semantic extraction pipeline on a file or selected text — NER, relations, events, coreference resolution, triplets, and validation. Clears result cache before each run. Returns Markdown tables with entity/relation/event/triplet results and inline validator warnings.

semantica-agi/semantica · 59 tokens

writing

将共享历史中的已验证事实和计算结果整理成符合受众、格式与长度约束的成稿。.

bojieli/ai-agent-book · 27 tokens