flow-monitor
v1.0.0Universal flow tracer with cross-platform date support, latency calculation, and token estimation.
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
- Call
get_traceviabash scripts/trace.sh. - Post-Processing:
- Latency: Calculate the difference between
unix_timeof the current step and the previous step. Display as+Xs. - Resource: Display
estimated_tokensas a measure of cost. - LangSmith Visualization:
- Create a Trace Table: | Step | Time | Skill | Latency | Est. Tokens |
- Create a Mermaid Flow: Use
sequenceDiagramto show the timeline.
Metadata Rules
- If
unix_timeis 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.