# Send Token Report to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "token-report",
    "name": "Token Report",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/yorha59/token-report",
    "canonicalUrl": "https://clawhub.ai/yorha59/token-report",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/token-report",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=token-report",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "token-report",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T14:36:13.032Z",
      "expiresAt": "2026-05-08T14:36:13.032Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=token-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=token-report",
        "contentDisposition": "attachment; filename=\"token-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "token-report"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/token-report"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/token-report",
    "downloadUrl": "https://openagent3.xyz/downloads/token-report",
    "agentUrl": "https://openagent3.xyz/skills/token-report/agent",
    "manifestUrl": "https://openagent3.xyz/skills/token-report/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/token-report/agent.md"
  }
}
```
## Documentation

### Token 消耗汇报

当 Simon 要求汇报 Token 用量时执行：

### 步骤

推送到 Canvas

用 canvas action=present 推送 HTML 仪表盘
内容包含：主会话、Selina、Tars 的 tokens 和 context 用量



截图

用 browser action=screenshot 截取 Canvas 画面
profile=openclaw



发送到飞书

用 message action=send 发送到目标群
channel=feishu, target=chat:oc_ee1a93ad1eb6d46a8922d9ab898a0d10

### HTML 模板

<html>
<body style="background:#0d1117;color:#e6edf3;font-family:-apple-system;padding:24px;">
<h2>📊 Token 消耗汇总</h2>
<div style="display:grid;grid-template-columns:repeat(3,1fr);gap:12px">
<div style="background:rgba(255,255,255,.06);padding:16px;border-radius:8px">
<div style="font-size:11px;color:#8b949e">主会话 (main)</div>
<div style="font-size:28px;font-weight:600">336k</div>
<div style="font-size:12px;color:#8b949e">Context 52%</div>
</div>
<!-- Selina, Tars similarly -->
</div>
<div style="margin-top:16px;font-size:12px;color:#8b949e">更新时间: 2026-02-27 17:00</div>
</body>
</html>
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: yorha59
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T14:36:13.032Z
- Expires at: 2026-05-08T14:36:13.032Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/token-report)
- [Send to Agent page](https://openagent3.xyz/skills/token-report/agent)
- [JSON manifest](https://openagent3.xyz/skills/token-report/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/token-report/agent.md)
- [Download page](https://openagent3.xyz/downloads/token-report)