Use when walkerOS events aren't reaching destinations, debugging event flow, or troubleshooting mapping issues. Covers common problems and debugging strategies.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Use when walkerOS events aren't reaching destinations, debugging event flow, or troubleshooting mapping issues. Covers common problems and debugging strategies.
When using walkerOS MCP tools, check _hints.warnings in tool responses for
diagnostic information:
flow_simulate warns when 0 destinations exist or none received the
event. step is required (e.g. "destination.gtag"). Source steps take a
{ content, trigger? } event where content is { name, data }; sources,
including @walkeros/source-demo, can be simulated this way.
flow_bundle warns when the build produces no output
flow_examples warns when no examples are found in the config
package_search returns the complete catalog and warns (via the
warnings array) when it falls back to a partial source or omits packages,
instead of silently returning a partial list
All error responses include a hint field with recovery suggestions
When a request fails or behaves unexpectedly, call diagnostics (read-only,
no parameters, works logged out). It reports the MCP and CLI versions, the
resolved app URL and whether it came from WALKEROS_APP_URL or the default, app
/api/health reachability, the bundled OpenAPI contract version, and which
source served the last package lookup, so you can tell which backend and
versions you are on.