chat-customizations-editor

A guide to the Chat Customizations editor, the VS Code interface for managing agents, skills, instructions, hooks, prompts, MCP servers, and plugins.

In plain words
What is it for?
Use it when implementing features or fixing issues in the Chat Customizations editor.
Why use it?
It gives the project-specific structure and development rules needed to change this management interface correctly.

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/workstream-labs/workstreams/chat-customizations-editor
Any agent
npx skills add workstream-labs/workstreams --skill chat-customizations-editor
Clone the repo
git clone --depth 1 https://github.com/workstream-labs/workstreams

Made for: Claude Code, Codex.

Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,406 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00035 $0.02406
Opus 5 $0.00017 $0.01203
Sonnet 5 $0.00007 $0.00481
Haiku 4.5 $0.00003 $0.00241

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

Security

Grade A, and why

chat-customizations-editor 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 3d 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.

apps/desktop/.github/skills/chat-customizations-editor/SKILL.md · 183 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 183 lines · 35 tokens per session scan A a301601ba0ed

Subscribe to this mod's changes

chat-customizations-editor is a skill published in the GitHub repository workstream-labs/workstreams (77 stars, last pushed 4mo ago), with no licence file. It adds 35 tokens to every session and 2,406 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

adversarial-review

Multi-role adversarial code review (platform skill). Agent loads this skill and runs the co-located runner (find → refute → sandbox repro); humans only state intent (审一下 / 对抗审查). Works for OpenClaw Main and host TUI agents via user-level skill links. Use when user asks for adversarial review, acceptance recommends…

yunsii/wezdeck · 85 tokens

dev-task

Allowlisted development (wezdeck (+ optional team roots in local config)) under OpenClaw: wezdeck defaults to primary master; claw worktrees when parallel/isolation needed; 团队仓 still prefers claw-; human/Claw rails (H1/H2, C1/C2/C3), ACP access layer.

yunsii/wezdeck · 69 tokens

task-ledger

Ledger development tasks to Feishu Base via dev-task-ledger.sh. Write roots from /.openclaw/tasks-allowlist.json (per agent). Use on accept/confirm/close of coding/ops work; not for pure Q&A.

yunsii/wezdeck · 53 tokens

brainstorm

Multi-persona divergent→convergent brainstorm (platform skill). Agent loads this skill and runs the co-located runner (diverge → challenge → converge); humans only state intent (头脑风暴 / 帮我发散一下 / brainstorm / 想点子). Sibling of adversarial-review; reuses its provider layer. Use when the user wants ideas / options /…

yunsii/wezdeck · 100 tokens

yuns-engineer

Engineer judgment for concrete problems: evidence → options → decision → verify → mine transferable practice. Routes real capabilities when needed and distills design decisions + personal preferences. Load for adjudication, multi-option recommendations, or end-of-task experience capture. Not idea divergence…

yunsii/wezdeck · 71 tokens

chrome-devtools

Drive the machine Chrome debug browser via OpenClaw-managed MCP (chrome-devtools). Use for page navigation, snapshots, screenshots, clicks, forms, console/network inspection — not for host shell risk.

yunsii/wezdeck · 44 tokens