← 返回 Skills 市场
pbseiya

F5tts Monitor

作者 pbseiya · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
291
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install f5tts-monitor
功能描述
Monitor F5-TTS distributed training on the 9-GPU mining rig (Local-LLM) without interfering with the process.
使用说明 (SKILL.md)

F5-TTS Mining Rig Monitor Skill

This skill provides instructions for ADA to safely monitor the ongoing F5-TTS training process on the 9-GPU mining rig (Local-LLM), without interfering with the data or environment.

IMPORTANT:

  1. The training dataset and checkpoints are strictly located on the HDD of the mining rig at /mnt/toshiba/projects/F5-TTS/.
  2. Do not attempt to run training locally on asus-z170k.
  3. Use uv exclusively when interacting with the Python environment on the mining rig.

Steps to Monitor Training

1. Check GPU Utilization

To ensure all 9 GPUs are actively training and not bottlenecked or OOMed, run the following command via SSH (remember to use pseudo-terminal if using watch):

ssh Local-LLM "nvidia-smi"

You should see 9 python3 processes consistently consuming ~11GB of VRAM each.

2. Check Training Epoch Progress

Check the Accelerate training logs to see the current epoch and global step:

ssh Local-LLM "tail -n 100 /mnt/toshiba/projects/F5-TTS/outputs/training_mining_rig.log"

Look for Epoch: and Step: progression.

3. Check System RAM and CPU Load

The mining rig only has a 2-core Pentium CPU and 16GB of RAM. Make sure the system isn't buckling under the DDP overhead:

ssh Local-LLM "free -h && uptime"

4. Update the Heartbeat

After successfully probing the status, update your HEARTBEAT.md files locally to report the current Epoch, Step, GPU temperature, and estimated time remaining to Master Seiya.

安全使用建议
This skill appears to be a simple monitoring guide, but it assumes SSH access to a host called 'Local-LLM' and write access to unspecified HEARTBEAT.md files without declaring credentials or file locations. Before installing: (1) verify you trust the Local-LLM host and that the agent's SSH identity is correctly scoped (use a dedicated key or jump host if possible); (2) confirm the intended location and recipient for HEARTBEAT.md updates and whether overwriting files is allowed; (3) check whether the 'uv' tool exists on the target and what it means in your environment; (4) run the listed commands manually once to confirm behavior and outputs. If these questions aren't answered by the skill author, treat the skill as potentially risky and avoid granting it access to your SSH keys or production hosts.
功能分析
Type: OpenClaw Skill Name: f5tts-monitor Version: 1.0.0 The skill bundle contains instructions for monitoring a remote F5-TTS training process on a specific hardware setup. It uses standard, non-malicious SSH commands (nvidia-smi, tail, free, uptime) to check GPU and system status in the SKILL.md file, with no evidence of data exfiltration, persistence, or unauthorized execution.
能力评估
Purpose & Capability
The name and description match the commands in SKILL.md (ssh to Local-LLM, run nvidia-smi, tail training logs, check free/uptime). However the skill assumes existing SSH access to a host named 'Local-LLM' and access to /mnt/toshiba/projects/F5-TTS/, neither of which are declared in the metadata as required credentials or paths.
Instruction Scope
Runtime instructions tell the agent to SSH into a specific host and to read a specific disk path and log file — appropriate for monitoring, but the SKILL.md also instructs the agent to 'update your HEARTBEAT.md files locally' (location and destination for these updates is unspecified) and to report to 'Master Seiya' (unclear channel). It also insists on using 'uv' for Python interaction although 'uv' is not declared or explained. These ambiguities could cause the agent to read, modify, or transmit files unexpectedly.
Install Mechanism
Instruction-only skill with no install spec or code to write to disk; low installation risk.
Credentials
The skill declares no required env vars or credentials, yet operation requires SSH access to a named host and read permissions on /mnt/toshiba/… . The absence of declared credentials is not necessarily malicious but is a gap: the agent will need SSH keys/agent or other auth, which are not described or scoped.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges. It does instruct writing to local HEARTBEAT.md files, which is within normal monitoring behavior but should be clarified (which files, where).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install f5tts-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /f5tts-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of f5tts_monitor skill: - Provides instructions to safely monitor F5-TTS distributed training on the 9-GPU mining rig. - Details steps to check GPU utilization, training log progress, and system resource load via SSH. - Emphasizes not interfering with running processes or moving training to another machine. - Specifies exclusive use of `uv` for Python environment management on the mining rig. - Includes directions for updating heartbeat status to the project lead.
元数据
Slug f5tts-monitor
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

F5tts Monitor 是什么?

Monitor F5-TTS distributed training on the 9-GPU mining rig (Local-LLM) without interfering with the process. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。

如何安装 F5tts Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install f5tts-monitor」即可一键安装,无需额外配置。

F5tts Monitor 是免费的吗?

是的,F5tts Monitor 完全免费(开源免费),可自由下载、安装和使用。

F5tts Monitor 支持哪些平台?

F5tts Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 F5tts Monitor?

由 pbseiya(@pbseiya)开发并维护,当前版本 v1.0.0。

💬 留言讨论