Meeting Timer

Free online meeting and speech timer. Agenda slots, overtime alerts and agenda switching with Web Audio reminders, pure frontend.

Uso

Características

  • 解析议程文本,自动分配时间
  • Web Audio 提醒(预警 + 超时 + 议程切换)
  • 大字号倒计时显示 + 进度条
  • 手动/自动切换下一议程

Casos de uso

  • 会议主持/演讲者/课堂计时
  • 需要用户点击"开始"以触发浏览器音频策略

Agent API Usage

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/meeting_timer/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/meeting_timer/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 会议计时 在工具页 JS 中实现