widget-customizer

widget-customizer is a skill for Claude Code from jonny-1812/corebee-mcp-skills. It costs 64 tokens per session (1,435 once invoked), scanned A, original, MIT.

A natural-language configurator for a customer-facing chat widget, including its appearance, messages, branding, position, and pre-chat settings.

In plain words
What is it for?
It helps change colors, logos, bot names, welcome messages, reply-time expectations, widget position, and pre-chat forms, or review the current configuration.
Why use it?
Changing widget settings usually means finding the right configuration fields and translating design requests into exact values. This applies requested visual and behavioral changes and shows the updated settings.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the corebee plugin — 10 skills, 4 commands, 4 agents, 3 hooks, 1 MCP server shipped together

Good fit It helps change colors, logos, bot names, welcome messages, reply-time expectations, widget position, and pre-chat forms, or review the current configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jonny-1812/corebee-mcp-skills/widget-customizer
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 jonny-1812/corebee-mcp-skills --skill widget-customizer
Clone the repo
git clone --depth 1 https://github.com/jonny-1812/corebee-mcp-skills

Made for: Claude Code.

Or install corebee, the plugin that ships this one along with the rest of its 10 skills, 4 commands, 4 agents, 3 hooks, 1 MCP server.

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 widget-customizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jonny-1812/corebee-mcp-skills/widget-customizer/github.svg)](https://agentmods.dev/skills/jonny-1812/corebee-mcp-skills/widget-customizer)
Your own site
<a href="https://agentmods.dev/skills/jonny-1812/corebee-mcp-skills/widget-customizer"><img src="https://agentmods.dev/badge/skills/jonny-1812/corebee-mcp-skills/widget-customizer/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 widget-customizer

Your own site · 80×15
<a href="https://agentmods.dev/skills/jonny-1812/corebee-mcp-skills/widget-customizer"><img src="https://agentmods.dev/badge/skills/jonny-1812/corebee-mcp-skills/widget-customizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,435 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.
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.1 $0.00064 $0.01435
Opus 5 $0.00032 $0.00718
Sonnet 5 $0.00013 $0.00287
Haiku 4.5 $0.00006 $0.00144

Measured 11d ago against content hash d94e37044399, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

widget-customizer 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 11d ago.

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/widget-customizer/SKILL.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Widget Customizer

Configure the customer-facing chat widget through natural language commands.

Workflow Modes

1. Quick Change

  1. Fetch current settings using get_widget_settings
  2. Apply using the appropriate tool:
    • Visual (color, logo, position, welcome text): configure_widget_appearance
    • Behavioral (bot name, reply time, pre-chat form): configure_widget_behavior
    • Mixed: update_widget_settings
  3. Confirm by showing before vs after for modified fields only

2. Full Brand Setup

  1. Fetch current settings with get_widget_settings and org context with get_organization_settings
  2. Walk through: color, bot name, welcome message, reply time, position, pre-chat form
  3. Apply all changes at once using update_widget_settings
  4. Show a complete summary of the final configuration

3. Review Current Settings

  1. Fetch settings using get_widget_settings (optionally get_organization_settings for context)
  2. Present all settings in a clean summary format

Color Translation

When users say color names, convert to hex:

Color Hex Color Hex
Blue #2563EB Navy #1E3A5F
Red #DC2626 Crimson #B91C1C
Green #16A34A Forest #15803D
Purple #9333EA Violet #7C3AED
Teal #0D9488 Cyan #06B6D4
Orange #EA580C Amber #D97706
Pink #EC4899 Rose #F43F5E
Black #1F2937 Slate #475569
Gray #6B7280 Indigo #4F46E5
Yellow #EAB308 Lime #84CC16
White #FFFFFF Coral #F97316

If the user provides a hex code directly, use it as-is after validating the format.

Brand Preset Templates

Suggest these when the user says "match my brand" or asks for inspiration:

Preset Primary Color Style
Professional #1E3A5F (Navy) Clean, corporate
Friendly #2563EB (Blue) Approachable, modern
Bold #DC2626 (Red) High energy, urgent
Nature #16A34A (Green) Calm, organic
Creative #9333EA (Purple) Innovative, playful
Warm #EA580C (Orange) Welcoming, energetic
Minimal #1F2937 (Black) Sleek, understated

Read the full file on GitHub · 133 lines

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. 11d ago First seen · 133 lines · 64 tokens per session scan A d94e37044399

Subscribe to this mod's changes

widget-customizer is a skill published in the GitHub repository jonny-1812/corebee-mcp-skills (0 stars, last pushed 1mo ago), licensed MIT. It adds 64 tokens to every session and 1,435 once invoked, about $0.0003 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

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

frontend-visual-qa

Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…

daymade/claude-code-skills · 145 tokens

animation-principles

Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.

Owl-Listener/designer-skills · 59 tokens

refactoring-ui

Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…

wondelai/skills · 132 tokens

ue-component-model

Create or edit the Universal Editor component configuration (component-definition.json, component-models.json, component-filters.json) for AEM Edge Delivery Services blocks. Use this skill whenever the user mentions component models, component definitions, component filters, block configuration for the Universal…

adobe/skills · 140 tokens

voice-generative-ui

Design and maintain truthful HomeRail generative UI for voice or text. Use for dashboards, cards, charts, visual reports, screenshot-ready output, or supervised multi-Actor live panels that update in parallel and across follow-ups.

xiaotianfotos/homerail · 50 tokens