会议成本计算器

無料オンライン会議コスト計算ツール。参加人数・時間・平均時給を入力するだけで、会議1回あたりの人件費を一目で把握。無駄なミーティング削減に直結します。提供:clawam.com。

使い方

機能

  • 总成本 = 人数 × 时薪 × (时长/60) × 开销倍数
  • 人均成本 / 单人每小时成本 / 折合月薪 / 折合日薪
  • 常用管理开销 1.3-1.5(办公室租金/设备/福利分摊)

利用シーン

  • 评估会议是否值得开
  • 如果会议成本 > 解决成本,取消
  • 通用公式:月成本 = 时薪 × 168(每月 168 工作小时)

Agent API 使用方法

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 中实现