# Send DNFM周本进度追踪 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": "dnfm-tracker",
    "name": "DNFM周本进度追踪",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Crazzies/dnfm-tracker",
    "canonicalUrl": "https://clawhub.ai/Crazzies/dnfm-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/dnfm-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dnfm-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "docs/MLOL.md",
      "scripts/tracker.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "dnfm-tracker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:38:23.167Z",
      "expiresAt": "2026-05-06T15:38:23.167Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dnfm-tracker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dnfm-tracker",
        "contentDisposition": "attachment; filename=\"dnfm-tracker-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "dnfm-tracker"
      },
      "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/dnfm-tracker"
    },
    "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/dnfm-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/dnfm-tracker",
    "agentUrl": "https://openagent3.xyz/skills/dnfm-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dnfm-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dnfm-tracker/agent.md"
  }
}
```
## Documentation

### 快速使用

查询进度：

tracker.py --status

更新进度：

tracker.py --update <事件> <数量>

### 可用事件

输入默认总量刷新日新超越本5周五老超越本10周三周本10周三雷龙18周一团本16周一

### 常用命令

显示进度：

tracker.py              # 简洁进度
tracker.py --status     # 详细进度
tracker.py --config     # 查看配置
tracker.py --events     # 查看所有可用事件

更新进度：

tracker.py --update 老超越本 7
# ✅ 老超越本: 7/10，剩 3 个

设置总量（根据你的号数）：

tracker.py --set-total 雷龙 10
# ✅ 雷龙 总量: 18 → 10

启用/禁用副本：

tracker.py --disable 团本   # 禁用团本
tracker.py --enable 团本    # 启用团本

### 数据文件

进度文件：/root/.openclaw/workspace/dnfm-tracker/progress.json
配置文件：/root/.openclaw/workspace/dnfm-tracker/config.json
格式：JSON，自动管理刷新周期重置
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Crazzies
- Version: 1.1.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-04-29T15:38:23.167Z
- Expires at: 2026-05-06T15:38:23.167Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/dnfm-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/dnfm-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/dnfm-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/dnfm-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/dnfm-tracker)