← All skills
Tencent SkillHub · Productivity

DNFM周本进度追踪

DNFM 周本进度追踪。用于查询/更新新超越本、老超越本、周本、雷龙、团本进度。支持周五自动重置新超越本等刷新逻辑。支持自定义总量和启用/禁用副本。自动从 /root/.openclaw/workspace/dnfm-tracker/progress.json 读写数据。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

DNFM 周本进度追踪。用于查询/更新新超越本、老超越本、周本、雷龙、团本进度。支持周五自动重置新超越本等刷新逻辑。支持自定义总量和启用/禁用副本。自动从 /root/.openclaw/workspace/dnfm-tracker/progress.json 读写数据。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, docs/MLOL.md, scripts/tracker.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

快速使用

查询进度: 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,自动管理刷新周期重置

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • docs/MLOL.md Docs
  • scripts/tracker.py Scripts