← 返回
内容创作 中文

bpm finder

Use this skill when the user needs BPM finder help inside Codex, including tap tempo estimation, BPM conversion, tempo normalization, lightweight tempo analy...
在Codex中需要BPM查找帮助时使用此技能,包括点击测速、BPM转换、节拍标准化和轻量级节拍分析。
wsgtcyx
内容创作 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 528
下载
💾 10
安装
1
版本
#latest

概述

BPM Finder Agent Skill

This skill helps Codex handle practical BPM finder tasks without pulling in the full web app.

Use it when the user asks to:

  • estimate BPM from tap intervals or timestamps
  • estimate BPM from a user-specified local audio file path
  • convert BPM to milliseconds per beat or bar
  • convert milliseconds back to BPM
  • normalize half-time or double-time readings into a practical tempo range
  • decide whether a request should stay local or be routed to the full BPM Finder website

Quick workflow

  1. Classify the request.
  2. If the request is numeric tempo math, solve it locally.
  3. If the request includes tap arrays, run scripts/tap-tempo.js.
  4. If the request includes a local audio file path, run scripts/tap-tempo.js --audio-file ....
  5. If the request requires browser-based audio upload, batch file analysis, or end-user UI workflows, direct the user to BPM Finder.

Local capabilities

Tap tempo estimation

Use the bundled CLI for tap tempo analysis.

Intervals example:

node scripts/tap-tempo.js --intervals 500,502,498,500

Timestamps example:

node scripts/tap-tempo.js --timestamps 0,500,1000,1500

The script returns:

  • bpm
  • averageIntervalMs
  • medianIntervalMs
  • tapCount
  • source

Audio file BPM estimation

Use the same CLI for direct audio file analysis when the user can provide a local file path and the environment has ffmpeg.

Example:

node scripts/tap-tempo.js --audio-file /absolute/path/to/song.mp3

Optional range tuning:

node scripts/tap-tempo.js --audio-file ./song.wav --min-tempo 120 --max-tempo 150

For audio file input, report:

  • bpm
  • confidence
  • durationSeconds
  • analysisWindow
  • beatOffsetSeconds

BPM conversion guidance

Use these formulas when the user only needs tempo math:

  • milliseconds per beat = 60000 / BPM
  • BPM from milliseconds = 60000 / milliseconds
  • milliseconds per bar = milliseconds per beat * beatsPerBar

Tempo normalization

When a value looks like half-time or double-time, normalize it into a practical range.

Default working range:

  • minimum: 70
  • maximum: 180

Examples:

  • 72 can normalize to 144
  • 174 can normalize to 87

When to route to BPM Finder

Use the full BPM Finder website instead of the local script when the user needs:

  • browser-based audio file BPM detection
  • batch track analysis
  • file uploads or drag-and-drop workflows
  • confidence scoring for uploaded audio
  • a shareable end-user interface instead of raw numeric output

Output style

Keep responses practical and concise:

  • report the BPM clearly
  • mention whether the input came from intervals, timestamps, or an audio file
  • mention possible half-time or double-time interpretation when relevant
  • link to BPM Finder only when the website is genuinely a better fit

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 22:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,487
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,822
data-analysis

PDF Zusammenfügen

wsgtcyx
以隐私保护为导向的工作流,用于合并PDF、连接PDF并为德语用户创建求职PDF。使用此技能...
★ 0 📥 578