walkeros-understanding-events

walkeros-understanding-events is a skill for Claude Code from elbwalker/walkerOS. It costs 42 tokens per session (2,080 once invoked), scanned A, original, MIT.

A guide to walkerOS events, standardized records describing something that happened, such as a product view or order completion. Each event has a name, event data, and context, and is designed to work with different receiving services.

In plain words
What is it for?
Use it to name events, define their properties, and create or inspect tracking data without tying it to one vendor.
Why use it?
It provides a consistent event structure so the same user action can later be sent to different destinations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Made for: Claude Code.

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-events

README.md
[![agentmods](https://agentmods.dev/badge/skills/elbwalker/walkeros/walkeros-understanding-events.svg)](https://agentmods.dev/skills/elbwalker/walkeros/walkeros-understanding-events)
Your own site
<a href="https://agentmods.dev/skills/elbwalker/walkeros/walkeros-understanding-events"><img src="https://agentmods.dev/badge/skills/elbwalker/walkeros/walkeros-understanding-events.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,080 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.00042 $0.02080
Opus 5 $0.00021 $0.01040
Sonnet 5 $0.00008 $0.00416
Haiku 4.5 $0.00004 $0.00208

Measured 7d ago against content hash 489ad0cf90ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

walkeros-understanding-events 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 7d 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-events/SKILL.md · 233 lines

How it starts

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

Understanding walkerOS Events

Overview

walkerOS events are self-describing, stateless, vendor-agnostic data structures. They capture user interactions in a standardized format that can be transformed for any destination.

Core principle: Events describe WHAT happened, not WHERE it goes. Stateless. Self-describing. Industry-agnostic.

Entity-Action Naming (Critical)

STRICT REQUIREMENT: All events use "entity action" format with space separation.

// Correct
'page view';
'product add';
'order complete';
'button click';

// Wrong
'page_view'; // underscore
'pageview'; // no separator
'purchase'; // no entity
'add_to_cart'; // wrong format

Parsing: const [entity, action] = event.split(' ')

  • Entity: Noun (page, product, user, order, button)
  • Action: Verb (view, add, complete, click, login)

Event Properties

See packages/core/src/types/walkeros.ts for canonical types (Event interface, plus event helpers in event.ts).

Property Type Purpose Example
name string "entity action" format "product view"
data object Entity-specific properties { id: "P123", price: 99 }
context object State/environment info (optional) { stage: ["checkout", 1] }
globals object Global properties { language: "en" }
user object User identification { id: "user123" }
nested array Related entities (optional) [{ entity: "product", data: {...} }]
consent object Consent states { marketing: true }
id string W3C span_id, 16 lowercase hex chars, generated by collector "0123456789abcdef"
timestamp number Auto-generated Unix ms 1647261462000
entity string Parsed from name "product"
action string Parsed from name "view"
source.type string Source kind (browser, dataLayer, cookiefirst, ...) "browser"
source.platform string Runtime platform (web, server) "web"
source.schema string Source-emitted schema/version (optional) "datalayer-v2"
source.trace string Run-scoped W3C trace_id, shared by every event of a run "0123...cdef" (32 hex)
source.count number Per-run emission sequence (1, 2, 3, ...) 1
source.release object Per-flow config release map, accumulates across crossings { web: "3", server: "5" }

Read the full file on GitHub · 233 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. 7d ago First seen · 233 lines · 42 tokens per session scan A 489ad0cf90ce

Subscribe to this mod's changes

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

internal-linking-optimizer

Analyze site's internal link structure and optimize for hub-and-spoke SEO architecture. Triggers on: "optimize internal links", "internal linking", "link structure", "hub and spoke links", "orphan pages", "link equity", "internal link audit", "fix my internal links", "link architecture", "site structure optimization"…

Affitor/affiliate-skills · 104 tokens

performance-report

Generate affiliate performance reports with KPIs and recommendations. Triggers on: "show my affiliate report", "how are my programs doing", "performance review", "earnings report", "monthly affiliate report", "weekly report", "analyze my affiliate earnings", "which program is best", "EPC report", "conversion rate…

Affitor/affiliate-skills · 80 tokens

seo-audit

Audit affiliate blog posts and landing pages for SEO issues. Triggers on: "audit my blog post for SEO", "check my SEO", "SEO review", "improve my rankings", "SEO checklist", "on-page SEO audit", "keyword optimization check", "why isn't my page ranking", "SEO score", "content quality audit", "check my meta tags"…

Affitor/affiliate-skills · 89 tokens

ab-test-generator

Generate A/B test variants for affiliate content. Triggers on: "create A/B test", "test my headline", "optimize my CTA", "generate variants", "split test ideas", "improve click-through rate", "test my landing page copy", "headline alternatives", "CTA variations", "which version is better", "optimize conversions"…

Affitor/affiliate-skills · 87 tokens

conversion-tracker

Set up affiliate conversion tracking with UTM parameters and link tagging. Triggers on: "set up tracking", "create UTM links", "track my affiliate links", "tracking pixels", "click attribution", "organize my links", "UTM parameters", "tag my links", "campaign tracking", "link tracking setup", "prepare for launch"…

Affitor/affiliate-skills · 84 tokens

meter-off

Disable CocoMeter token tracking. Finalizes the current session record and appends to history. Does not delete history — just stops active tracking.

Snowflake-Labs/cocoplus · 31 tokens