operator-chat

operator-chat is a skill for Claude Code, Codex from khaosans/operator-etl. It costs 41 tokens per session (237 once invoked), scanned A, original, Apache-2.0.

A Discord chat adapter for an Operator ETL system, used to send human-review alerts and accept approved operations commands. It treats chat as a control panel and checks that Discord commands are genuine.

In plain words
What is it for?
It helps connect Discord webhooks and interactions, verify command signatures, send human-in-the-loop alerts, and run allowlisted operations commands.
Why use it?
It keeps sensitive data and operational controls out of chat while still letting people receive alerts and perform limited actions. This reduces the risk of exposing personal data or allowing unauthorized commands.

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/khaosans/operator-etl/operator-chat
Any agent
npx skills add khaosans/operator-etl --skill operator-chat
Clone the repo
git clone --depth 1 https://github.com/khaosans/operator-etl

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 operator-chat

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-chat.svg)](https://agentmods.dev/skills/khaosans/operator-etl/operator-chat)
Your own site
<a href="https://agentmods.dev/skills/khaosans/operator-etl/operator-chat"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-chat.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 237 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.1 $0.00041 $0.00237
Opus 5 $0.00020 $0.00118
Sonnet 5 $0.00008 $0.00047
Haiku 4.5 $0.00004 $0.00024

Measured yesterday against content hash 9886de660806, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

operator-chat 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 yesterday.

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/operator-chat/SKILL.md · 27 lines

What it actually says

Chat adapter — Operator ETL

Load: chat-adapter-boundary.md · DISCORD.md · operator-security

Rules

  1. Chat is a Control-plane client — call MCP tools or bounded /run only.
  2. Never put vault, PII, bronze/silver, or insight text in Discord payloads.
  3. Never auto-publish FOIA releases to channels.
  4. Discord Interactions must verify Ed25519 signatures before handling commands.
  5. HITL notifier is env-gated and fail-soft.

Verify after changes

uv run pytest -q tests/test_discord_verify.py tests/test_discord_notify.py tests/test_discord_commands.py
./scripts/verify.sh
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. yesterday First seen · 27 lines · 41 tokens per session scan A 9886de660806

Subscribe to this mod's changes

operator-chat is a skill published in the GitHub repository khaosans/operator-etl (0 stars, last pushed yesterday), licensed Apache-2.0. It adds 41 tokens to every session and 237 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-09-04.

Related

Other skills, from other repositories

runtime-copilot

Use when the user wants to operate, diagnose, or validate the Mini Data Engine MCP runtime from Codex; prefer the MCP surface over raw shell commands, start with projecttoolcatalog and projectgetdefaults, then use healthcheck, projectrunregression, explainrun, projectcomparebaseline, and related runtime tools.

kroq86/data-engineering-runtime-lab · 69 tokens

aegis-dq

Agentic data quality validation across warehouses (DuckDB, BigQuery, Athena, Databricks, Postgres) with LLM diagnosis, root cause analysis, and audit trail.

aegis-dq/aegis-dq · 42 tokens

devops-deployment

Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.

yonatangross/orchestkit · 44 tokens

Data Pipeline Testing

Testing data pipelines including ETL validation, data quality checks, pipeline orchestration testing, and data lineage verification.

PramodDutta/qaskills · 26 tokens

data-migration

Activate when the genjob agent detects that the source and target databases differ. Covers cross-database transfer lifecycle - type mapping via adapter Mixin hints, DDL generation, data transfer via transferqueryresult, and lightweight reconciliation.

Datus-ai/Datus-agent · 49 tokens

animation-best-practices

CSS and UI animation patterns for responsive, polished interfaces. Use when implementing hover effects, tooltips, button feedback, transitions, or fixing animation issues like flicker and shakiness.

northgraindata/dbt-doctor · 42 tokens