← 返回 Skills 市场
bytesagain3

Beat

作者 bytesagain3 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
176
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install beat
功能描述
Track, analyze, and manage music and audio files from the command line. Use when organizing playlists, converting formats, or analyzing metadata.
使用说明 (SKILL.md)

Beat

Your personal Beat assistant. Track, analyze, and manage all your music & audio needs from the command line.

Why Beat?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity logging

Getting Started

# See what you can do
beat help

# Check current status
beat status

# View your statistics
beat stats

Commands

Command What it does
beat run Run
beat check Check
beat convert Convert
beat analyze Analyze
beat generate Generate
beat preview Preview
beat batch Batch
beat compare Compare
beat export Export
beat config Config
beat status Status
beat report Report
beat stats Summary statistics
beat export \x3Cfmt> Export (json
beat search \x3Cterm> Search entries
beat recent Recent activity
beat status Health check
beat help Show this help
beat version Show version
beat $name: $c entries
beat Total: $total entries
beat Data size: $(du -sh "$DATA_DIR" 2>/dev/null
beat Version: v2.0.0
beat Data dir: $DATA_DIR
beat Entries: $(cat "$DATA_DIR"/*.log 2>/dev/null
beat Disk: $(du -sh "$DATA_DIR" 2>/dev/null
beat Last: $(tail -1 "$DATA_DIR/history.log" 2>/dev/null
beat Status: OK
beat [Beat] run: $input
beat Saved. Total run entries: $total
beat [Beat] check: $input
beat Saved. Total check entries: $total
beat [Beat] convert: $input
beat Saved. Total convert entries: $total
beat [Beat] analyze: $input
beat Saved. Total analyze entries: $total
beat [Beat] generate: $input
beat Saved. Total generate entries: $total
beat [Beat] preview: $input
beat Saved. Total preview entries: $total
beat [Beat] batch: $input
beat Saved. Total batch entries: $total
beat [Beat] compare: $input
beat Saved. Total compare entries: $total
beat [Beat] export: $input
beat Saved. Total export entries: $total
beat [Beat] config: $input
beat Saved. Total config entries: $total
beat [Beat] status: $input
beat Saved. Total status entries: $total
beat [Beat] report: $input
beat Saved. Total report entries: $total

Data Storage

All data is stored locally at ~/.local/share/beat/. Each action is logged with timestamps. Use export to back up your data anytime.

Feedback

Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to do what it says: an offline CLI for tracking and exporting music/audio-related entries. It stores logs and exports under ~/.local/share/beat — any text you enter (including potentially sensitive notes) will be recorded there. There are no network calls or credential requests in the code, so it will not exfiltrate data by itself. If you plan to input sensitive strings, either avoid doing so or periodically inspect/delete the logs. If you want extra assurance, review the script locally before enabling or run it in a sandboxed account.
功能分析
Type: OpenClaw Skill Name: beat Version: 2.0.0 The 'Beat' skill is a simple command-line logging utility that records user inputs to local text files in ~/.local/share/beat/. While the script (scripts/script.sh) contains logic errors—such as duplicate case labels that make the actual data export and status functions unreachable—it performs no network operations, lacks any form of data exfiltration, and does not attempt to execute unauthorized commands. It functions purely as a local activity tracker for the inputs provided to it.
能力评估
Purpose & Capability
Name/description (music/audio CLI) match the code and instructions. The provided script implements commands for run/check/convert/analyze/export/etc., all of which reasonably belong to a local music/metadata management tool.
Instruction Scope
SKILL.md instructs only local CLI usage. The shipped script logs every command and input to ~/ .local/share/beat/*.log and history.log — this is consistent with the stated automatic history feature but means any text you pass (including secrets) will be recorded locally.
Install Mechanism
Instruction-only skill with a single shell script file; no install spec, no downloaded code or external package installs. Low installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The script only uses the user's HOME to create ~/.local/share/beat, which is proportional to its function.
Persistence & Privilege
The skill is not forced-always and does not request elevated privileges, but it does create and persist logs and export files under ~/.local/share/beat. This is expected for a tracker but worth noting if you need to limit on-disk traces.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install beat
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /beat 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Domain-specific upgrade
元数据
Slug beat
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Beat 是什么?

Track, analyze, and manage music and audio files from the command line. Use when organizing playlists, converting formats, or analyzing metadata. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。

如何安装 Beat?

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

Beat 是免费的吗?

是的,Beat 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Beat 支持哪些平台?

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

谁开发了 Beat?

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

💬 留言讨论