elbwalkerelbwalkerOfficialยท16 Agent Skills Included

walkerOS

Privacy-first event collection, mapping, and tag management

Builds, validates, and deploys event collection pipelines that route data from browsers and servers to GA4, Meta, BigQuery, and other destinations. Replaces scattered tracking scripts and mismatched analytics numbers with one consent-aware, config-as-code collection layer. Guides creation of sources, destinations, transformers, and mappings with tested examples and simulation before going live.
npx skills add elbwalker/walkerOS --all -g -y
Available:

Routes the agent to the right walkerOS skill for each task (events, mapping, sources, destinations, testing) and enforces core rules like entity-action event naming and test-first development.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-mapping-configuration

Configure walkerOS event mappings for GA4, Meta Pixel, and custom API destinations.

Official
Intermediate
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-understanding-events

Explain walkerOS event structure, naming, and vendor-agnostic design.

Official
Basic
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-using-logger

Replace console.log with scoped, level-aware env.logger calls in walkerOS integrations.

Official
Basic
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-understanding-flow

Clarify walkerOS Source โ†’ Collector โ†’ Destination data flow architecture.

Official
Basic
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-understanding-destinations

Explain walkerOS destination interfaces and env-based configuration and testing.

Official
Basic
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-understanding-mapping

Guide walkerOS event mapping with JSON $code: functions for transformations.

Official
Advanced
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-understanding-development

Guide walkerOS contributors through npm-based build, test, and lint workflows.

Official
Intermediate
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-create-source

Create walkerOS sources through a phased, example-driven workflow with templates and tests.

Official
Advanced
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-testing-strategy

Enforce env-based mocking for walkerOS package tests aligned with dev.ts examples.

Official
Intermediate
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-using-cli

Bundle, simulate, and push walkerOS flows using the CLI.

Official
Intermediate
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-create-transformer

Scaffold walkerOS transformers with templates, TypeScript types, and tests.

Official
Advanced
๐Ÿ“ฆ In Repo
elbwalkerelbwalker

walkeros-create-destination

Create walkerOS destinations through research, mapping, scaffolding, implementation, testing, and documentation.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install walkerOS?โ–ผ

Run `npx skills add elbwalker/walkerOS --all -g -y` in your terminal to install all walkerOS skills globally.

What problem does walkerOS solve?โ–ผ

It replaces separate GA4, ad pixel, and tag manager setups with one consent-aware event collection layer, so every destination agrees on the same numbers and tracking is versioned as code.

How do I test tracking without sending real events?โ–ผ

Use the simulate workflow to run events through your flow with destination calls mocked, so you can verify mappings and outputs before any real API call is made.

Can walkerOS send events to GA4, Meta, and BigQuery?โ–ผ

Yes. One event definition is mapped per destination, with ready-made recipes for GA4, Meta Pixel, BigQuery, and custom HTTP APIs.

Does walkerOS handle user consent?โ–ผ

Yes. Events queue until consent is granted, then flush correctly to every destination, and individual fields can be consent-gated in mappings.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’