← 返回 Skills 市场
340
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install flow-monitor
功能描述
Universal flow tracer with cross-platform date support, latency calculation, and token estimation.
使用说明 (SKILL.md)
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.
- Latency: Calculate the difference between
- 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.
安全使用建议
This skill appears to do what it claims and does not contact external servers or request credentials. Before installing: (1) verify whether a claw_execution.log file exists in the agent's working directory and inspect its contents for sensitive data (API keys, tokens, PII), because the script will read from it; (2) consider running scripts/trace.sh manually to see sample output and confirm it meets your needs; (3) note the script only examines the last 15 'Calling tool' lines and may produce malformed JSON if log lines contain quotes or unusual characters; (4) if you are concerned about exposing logs, run the skill in a sandboxed environment or copy a sanitized log for testing.
功能分析
Type: OpenClaw Skill
Name: flow-monitor
Version: 1.0.0
The flow-monitor skill is a legitimate utility designed to parse local execution logs (claw_execution.log) to visualize tool usage, latency, and token estimates. The core logic in scripts/trace.sh uses standard Unix utilities (grep, sed, date) to extract metadata and does not perform any network requests, data exfiltration, or unauthorized system modifications.
能力评估
Purpose & Capability
The name/description match the included script and SKILL.md: the tool extracts execution-trace lines and computes latencies/token estimates. Minor inconsistency: SKILL.md does not explicitly state that a local file named claw_execution.log must exist (config.json and scripts/trace.sh reference it).
Instruction Scope
Runtime instructions are limited to running get_trace (bash scripts/trace.sh) and visualizing results. The script reads a local log file (claw_execution.log) and extracts the last 15 lines with 'Calling tool' — this is within the stated purpose but means the skill will expose whatever is in that log (potentially sensitive data). The script also prints unescaped fields into JSON which could produce malformed JSON for unusual log contents.
Install Mechanism
No install specification or external downloads; this is an instruction-only skill with a small included shell script — low install risk.
Credentials
The skill requests no environment variables or credentials. Its only resource access is a local log file (claw_execution.log), which is coherent with the stated purpose but may contain unrelated sensitive information.
Persistence & Privilege
No elevated persistence requested (always:false). The skill does not modify system or other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install flow-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/flow-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
flow-monitor 1.3.0
- Added cross-platform date support for execution tracing.
- New latency calculation between trace steps using unix timestamps.
- Integrated token estimation as a resource usage measure.
- Enhanced output with icons: ⏱️ for latency, 🪙 for tokens.
- Included instructions for creating LangSmith Trace Table and Mermaid sequence diagrams.
元数据
常见问题
flow-monitor 是什么?
Universal flow tracer with cross-platform date support, latency calculation, and token estimation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 340 次。
如何安装 flow-monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install flow-monitor」即可一键安装,无需额外配置。
flow-monitor 是免费的吗?
是的,flow-monitor 完全免费(开源免费),可自由下载、安装和使用。
flow-monitor 支持哪些平台?
flow-monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 flow-monitor?
由 Zven(@zven0312)开发并维护,当前版本 v1.0.0。
推荐 Skills