walkeros-understanding-transformers

walkeros-understanding-transformers is a skill for Claude Code, Codex from elbwalker/walkerOS. It costs 39 tokens per session (3,698 once invoked), scanned A, original, MIT.

A guide to walkerOS transformers, which are middleware components that modify events while they move through a tracking pipeline. They can validate event structure, add information, or remove sensitive data.

In plain words
What is it for?
Use it to enforce schemas, add server-side details such as segments or location, redact personal data, or connect multiple event-processing steps.
Why use it?
It helps developers control event quality, enrichment, and privacy before events reach their next stage or an outside service.

Skill for Claude CodeCodex

Part of the walkeros plugin — 24 skills shipped together

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/elbwalker/walkeros/walkeros-understanding-transformers
Any agent
npx skills add elbwalker/walkerOS --skill walkeros-understanding-transformers
Clone the repo
git clone --depth 1 https://github.com/elbwalker/walkerOS

Made for: Claude Code, Codex.

Or install walkeros, the plugin that ships this one along with the rest of its 24 skills.

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 walkeros-understanding-transformers

README.md
[![agentmods](https://agentmods.dev/badge/skills/elbwalker/walkeros/walkeros-understanding-transformers.svg)](https://agentmods.dev/skills/elbwalker/walkeros/walkeros-understanding-transformers)
Your own site
<a href="https://agentmods.dev/skills/elbwalker/walkeros/walkeros-understanding-transformers"><img src="https://agentmods.dev/badge/skills/elbwalker/walkeros/walkeros-understanding-transformers.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,698 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.00039 $0.03698
Opus 5 $0.00019 $0.01849
Sonnet 5 $0.00008 $0.00740
Haiku 4.5 $0.00004 $0.00370

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

Security

Grade A, and why

walkeros-understanding-transformers 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.

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/walkeros-understanding-transformers/SKILL.md · 489 lines

How it starts

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

Understanding walkerOS Transformers

Overview

Transformers are middleware for validating, enriching, and redacting events in the walkerOS pipeline. They run in chains at configurable points between sources, collector, and destinations.

Core principle: Transformers transform events. They don't capture (sources) or deliver (destinations)—they modify events in-flight.

Use Cases

Use Case Purpose Example
Validate Ensure events match schema contracts JSON Schema validation
Enrich Add server-side data to events User segments, geo data
Redact Remove sensitive data before destinations Strip PII, anonymize IPs

Available Packages

Package Env Purpose
@walkeros/transformer-validate both Enforce JSON Schema contracts on events at runtime
@walkeros/transformer-ga4 server Decode GA4 Measurement Protocol hits into events
@walkeros/server-transformer-bot server Annotate an automation score and client category
@walkeros/server-transformer-fingerprint server Derive a stable visitor fingerprint

Contract validation

@walkeros/transformer-validate is the runtime arm of a contract. Event shapes live in the top-level contract block; the transformer references one via $contract.<name> in its contract setting and validates the canonical event. mode: "strict" drops invalid events (chain-stop); mode: "pass" (default) annotates event.source.valid and continues so a downstream step can route on the verdict. format: true additionally checks the canonical WalkerOS.Event structure. Filtering is the same mechanism: an inline schema that rejects the unwanted events plus mode: "strict", there is no separate ignore field. See Website: Validate transformer.

Read the full file on GitHub · 489 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. 5d ago First seen · 489 lines · 39 tokens per session scan A 443928f595cd

Subscribe to this mod's changes

walkeros-understanding-transformers is a skill published in the GitHub repository elbwalker/walkerOS (343 stars, last pushed 2d ago), licensed MIT. It adds 39 tokens to every session and 3,698 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.