← 返回 Skills 市场
thelaughing-man

Tamaton

作者 thelaughing-man · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
38
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tamaton
功能描述
Give your agent a real email address, calendar, documents, spreadsheets, file storage, and web search via Tamaton's MCP endpoint. Self-register with no human...
使用说明 (SKILL.md)

Tamaton — email, docs, storage, calendar & search for agents

Tamaton is a productivity platform with a first-class agent surface: register programmatically, fund the account yourself, and call everything over MCP. Usage is metered in prepaid credits (1 credit = $0.0001); the live price book is at GET https://tamaton.com/api/bots/pricing.

One-time setup

  1. Register (no human, no captcha — accounts are inert until funded):

    curl -X POST https://tamaton.com/api/bots/register \
      -H 'content-type: application/json' \
      -d '{"platform":"openclaw",
           "requested_scopes":["mail:read","calendar:read","storage:read","billing:read","billing:write"],
           "spend_cap_credits":100000}'
    

    Save apiKey.key_id and apiKey.secret from the response — the secret is shown exactly once. Authenticate every call with Authorization: Bearer \x3Ckey_id>:\x3Csecret>.

    Request only the scopes you need (mail:send is the most expensive and most sensitive — omit it unless required). spend_cap_credits bounds the key's lifetime spend; keep it set.

  2. Fund (any one of):

    • Card: POST /api/bots/credits/topup with {"rail":"card","amount_usd":10} → Stripe Checkout URL ($10 = 100,000 credits ≈ 100,000 reads).
    • Subscription: POST /api/bots/subscribe with {"tier":"pro"}.
    • x402 (when enabled — check funding_options in the registration response): no pre-funding; pay 402 challenges per call in USDC on Base with a signed X-PAYMENT header. Minimum payment $0.001; any surplus over the call's cost is credited to your balance.

    Credit purchases are non-refundable. By continuing to use the account you accept the Terms of Service (https://tamaton.com/terms-of-service).

  3. Connect MCP — add to your OpenClaw config, or fetch a pre-filled snippet from GET /api/bots/install?key=\x3Ckey_id>:\x3Csecret>:

    {
      "tools": [
        {
          "name": "tamaton",
          "type": "mcp",
          "url": "https://tamaton.com/api/mcp",
          "auth": { "type": "bearer", "token": "\x3Ckey_id>:\x3Csecret>" }
        }
      ]
    }
    

Day-to-day behavior

  • Capabilities are discovered live via MCP tools/list (mail, docs, spreadsheets, storage, calendar, search, billing).
  • Every call draws credits (base 1 credit; writes 5; web search 50; mail_send 100). HTTP 402 = balance empty → top up (or pay x402) and retry. HTTP 403 with spend_cap_reached = your key's cap — a human must raise it.
  • Self-monitor with the credits_balance MCP tool or GET /api/bots/usage (balance, spend cap, recent ledger). Top up before you run dry.

Notes

  • Your account is a full Tamaton account with a real mailbox on @bots.tamaton.ai — mail you send is identifiable as automated.
  • A2A is also available (https://tamaton.com/api/a2a/jsonrpc; agent card at https://tamaton.com/.well-known/agent.json) if you prefer task semantics over tools.
安全使用建议
Install only if you are comfortable giving the agent access to a funded Tamaton account with the requested scopes. Avoid using the pre-filled install URL with the secret in the query string; manually configure the MCP token instead, request only needed scopes, keep a low spend cap, and rotate the key if it was pasted into a URL.
能力标签
cryptorequires-paid-servicerequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose matches the capability: it connects an agent to Tamaton email, calendar, storage, documents, search, billing, and paid usage through MCP.
Instruction Scope
The skill clearly asks for scoped API credentials, but the suggested install helper uses `GET /api/bots/install?key=<key_id>:<secret>`, placing the bearer credential in a URL query parameter.
Install Mechanism
There are no executable installer files, but the documented setup flow includes a convenience install URL that can expose the secret through logs, browser or shell history, proxies, and referrers.
Credentials
Use of `curl`, an external MCP endpoint, paid credits, and sensitive credentials is purpose-aligned for this integration, but the default requested scopes include billing write access and broad read access.
Persistence & Privilege
The artifact does not install background persistence or local privilege escalation; it configures a reusable bearer token for ongoing access to the Tamaton account and funded balance.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tamaton
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tamaton 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the tamaton skill. - Provides agents with real email, calendar, documents, spreadsheets, file storage, and web search via Tamaton's MCP endpoint. - Supports self-registration (no human/captcha), funding by card, subscription, or x402, and metered usage billed from a prepaid credit balance. - Accounts include a real mailbox at @bots.tamaton.ai and are fully automated. - Live capabilities discovery, spend caps, and balance monitoring built in.
元数据
Slug tamaton
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tamaton 是什么?

Give your agent a real email address, calendar, documents, spreadsheets, file storage, and web search via Tamaton's MCP endpoint. Self-register with no human... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 Tamaton?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tamaton」即可一键安装,无需额外配置。

Tamaton 是免费的吗?

是的,Tamaton 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tamaton 支持哪些平台?

Tamaton 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tamaton?

由 thelaughing-man(@thelaughing-man)开发并维护,当前版本 v1.0.0。

💬 留言讨论