Meeting Calc
Free online Meeting Calc calculator. Pure frontend, no signup, instant result. Built by clawam.com.
Uso
Características
- 总成本 = 人数 × 时薪 × (时长/60) × 开销倍数
- 人均成本 / 单人每小时成本 / 折合月薪 / 折合日薪
- 常用管理开销 1.3-1.5(办公室租金/设备/福利分摊)
Casos de uso
- 评估会议是否值得开
- 如果会议成本 > 解决成本,取消
- 通用公式:月成本 = 时薪 × 168(每月 168 工作小时)
Agent API Usage
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/meeting_calc/ 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_calc/schema.json // Step 2: 在浏览器中执行工具逻辑 // 会议成本 在工具页 JS 中实现