Twinkle HubTwinkle Hub
サインイン

📌 2026-06-30 追加: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 データセット)

完全な changelog を見る →

時間長度人話化

twtools-duration_humanize

汎用MIT

秒數 → 人類可讀(中文/英文)。例: 7325 → "2 小時 2 分鐘 5 秒" / "2h 2m 5s"。

入力スキーマ

{
  "properties": {
    "seconds": {
      "title": "Seconds",
      "type": "number"
    },
    "language": {
      "default": "zh-tw",
      "enum": [
        "zh-tw",
        "en"
      ],
      "title": "Language",
      "type": "string"
    }
  },
  "required": [
    "seconds"
  ],
  "title": "duration_humanizeArguments",
  "type": "object"
}

呼び出し方

Twinkle Hub MCP クライアントが設定済みなら、エージェントは twtools-duration_humanize を見つけます。呼び出しを依頼するだけ — 例:

# Ask Claude / any MCP client:
請用 twtools-duration_humanize 處理 "…"。

# It will call:
twtools-duration_humanize(input="…")

まだクライアントを設定していませんか?

Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。

ユーザードキュメントを見る