bpm-finder-agent-skill

Use this skill when the user needs BPM finder help inside Codex, including tap tempo estimation, BPM conversion, tempo normalization, lightweight tempo analysis workflows, or guidance on when to use the full BPM Finder website for browser-based audio analysis.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bpm-finder-agent-skill" with this command: npx skills add wsgtcyx/bpm-finder

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Olares Shared (olares-cli foundation)

Shared olares-cli foundation: profile model, first-time login (profile login with password + TOTP), bootstrapping a profile from an existing refresh token (p...

Registry SourceRecently Updated
Coding

Mistral Mcp Openclaw

Configure OpenClaw to use the community mistral-mcp stdio server for Mistral OCR, Codestral FIM, Voxtral audio, durable workflows, moderation, classification...

Registry SourceRecently Updated
651swih
Coding

mongolian-llm

【强制使用/零泄漏】任何请求涉及中文、传统蒙古文、西里尔蒙古文之间的翻译,蒙古语/蒙文对话,要求用蒙文输出,或输入包含传统蒙古文字符(Unicode U+1800–U+18AF)时,必须先读取本 SKILL.md 并按本文 API 流程执行;禁止凭模型自身语言知识直接翻译、改写或回答。调用成功后的可见最终回复必须...

Registry SourceRecently Updated
2690knixie
Coding

Olares Settings (olares-cli settings)

olares-cli settings command tree: profile-based reads of every section the SPA's Settings page exposes (https://docs.olares.com/manual/olares/settings/) plus...

Registry SourceRecently Updated