SkillHub

flow-monitor

v1.0.0

Universal flow tracer with cross-platform date support, latency calculation, and token estimation.

Sourced from ClawHub, Authored by Zven

Installation

Please help me install the skill `flow-monitor` from SkillHub official store. npx skills add zven0312/flow-monitor

FlowMonitor Universal

Professional execution tracing for OpenClaw/MCP environments.

Instructions

  1. Call get_trace via bash scripts/trace.sh.
  2. Post-Processing:
  3. Latency: Calculate the difference between unix_time of the current step and the previous step. Display as +Xs.
  4. Resource: Display estimated_tokens as a measure of cost.
  5. LangSmith Visualization:
  6. Create a Trace Table: | Step | Time | Skill | Latency | Est. Tokens |
  7. Create a Mermaid Flow: Use sequenceDiagram to show the timeline.

Metadata Rules

  • If unix_time is missing or 0, skip latency for that specific step.
  • Use a ⏱️ icon for latency and a 🪙 icon for tokens.

Commands

  • get_trace: Run the shell script to fetch raw telemetry.