flow-monitor

👤 zven0312 📦 v1.0.0 ⭐ 4.1 ⬇️ 808 下載
🔒 IT運維與安全 免費

📖 技能介紹


name: flow-monitor description: Universal flow tracer with cross-platform date support, latency calculation, and token estimation. author: Zven version: 1.3.0


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.

    7w4.net提供免費和付費技能下載。

  • Use a ⏱️ icon for latency and a 🪙 icon for tokens.

Commands

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

🤖 AI 評測

這是一箇中等質量的追蹤工具,能從日誌中提取工具呼叫記錄並估算成本。文件說明清晰,跨平臺相容性好,但功能較基礎,錯誤處理不夠完善,版本資訊存在不一致。適合對日誌追蹤有簡單需求的使用者,但對於複雜場景可能不夠用。

📊 多維度評分

適應性4.2
規範性3.8
有效性4.1
可靠性3.9
可信度5

📁 包含檔案 (4 個)

📄 SKILL.md 948 B
📄 _meta.json 131 B
📄 config.json 356 B
📄 scripts/trace.sh 1.4 KB