walkerOS
Privacy-first event collection, mapping, and tag management
All Skills in This Repository (16)
Pure Emerald Level Indicatorswalkeros-mapping-configuration
Configure walkerOS event mappings for GA4, Meta Pixel, and custom API destinations.
walkeros-understanding-events
Explain walkerOS event structure, naming, and vendor-agnostic design.
walkeros-using-logger
Replace console.log with scoped, level-aware env.logger calls in walkerOS integrations.
walkeros-understanding-flow
Clarify walkerOS Source โ Collector โ Destination data flow architecture.
walkeros-understanding-destinations
Explain walkerOS destination interfaces and env-based configuration and testing.
walkeros-understanding-mapping
Guide walkerOS event mapping with JSON $code: functions for transformations.
walkeros-understanding-development
Guide walkerOS contributors through npm-based build, test, and lint workflows.
walkeros-create-source
Create walkerOS sources through a phased, example-driven workflow with templates and tests.
walkeros-testing-strategy
Enforce env-based mocking for walkerOS package tests aligned with dev.ts examples.
walkeros-using-cli
Bundle, simulate, and push walkerOS flows using the CLI.
walkeros-create-transformer
Scaffold walkerOS transformers with templates, TypeScript types, and tests.
walkeros-create-destination
Create walkerOS destinations through research, mapping, scaffolding, implementation, testing, and documentation.
Frequently Asked Questions
FAQPage SchemaHow 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โPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web