← Back to Skills Marketplace
52
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install venus-tracker
Description
金星幼儿园 / 幼儿园 ERP 项目追踪执行 Skill。负责飞书多维表格的数据同步与晨晚追踪,必须在 `venus-project-pm` 总控流程下使用。适用于“项目追踪”“日报汇总”“晨间追踪”“飞书项目看板”“ERP 进度表”“金星项目日报”等场景。
README (SKILL.md)
Venus Tracker
作用
维护金星幼儿园小程序项目的飞书多维表格追踪体系:
日报表:组员通过群顶部项目追踪标签页进入飞书 Base 提交日报任务表:根据日报自动沉淀待办 / 完成 / 阻塞,并保留任务类型 / 所属上线阶段 / 时间节点 / 输出物项目总进程表:按模块追踪总进度project timeline:通过 planning + 任务字段追踪 0-1 上线节点(发送测试、注册、提审、上线)
前置要求
执行本 skill 前,必须先读:
workspace/skills/venus-project-pm/SKILL.mdworkspace/.planning/venus-erp/task_plan.md
关键文件
- 配置:
workspace/config/venus-bitable.json - 脚本:
workspace/scripts/venus-bitable-sync.py - 使用说明:
workspace/docs/venus-tracker-onboarding.md
常用命令
初始化 Base
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py init-base
初始化项目总进程表基线
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py seed-progress
初始化项目 planning 文件
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py seed-planning
创建/更新群顶部标签页
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py setup-group-tab
为已有 Base 补齐新增字段
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py migrate-base
同步当前应报成员
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py sync-roster
晚间汇总(19:00)
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py collect
晨间追踪(08:00)
python3 /Users/spikescp/.openclaw/workspace/scripts/venus-bitable-sync.py track
输出约定
- 聊天层输出遵循
agent-format - 有阻塞时优先给出:
- 谁卡住了
- 卡在哪个模块
- 是否需要 Spike 介入
- 晨晚输出除了模块进度,还要明确:
- 当前处于哪个上线阶段
- 下一个上线节点是什么
- 是否存在延期或提审/上线风险
组员填写口径
日报统一包含:
- 日期
- 成员
- 角色
- 工作类型
- 关联模块
- 关联上线阶段
- 今日完成
- 明日计划
- 卡点求助
- 计划完成时间
- 实际完成时间
- 输出物/链接
任务表统一包含:
- 模块
- 任务类型
- 所属上线阶段
- 负责人
- 优先级
- 状态
- 计划开始日 / 计划完成日 / 实际完成日
- 来源日期 / 来源成员
- 阻塞原因
- 验收标准
- 输出物/链接
- 备注
反模式
- 继续读飞书群自由聊天历史做项目追踪
- 同时维护本地 JSON 和飞书表两套主数据
- 在提醒消息里继续发
share/base/...外链 - 不同步 roster,仍然硬编码谁必须填报
- 任务表不记录上线阶段,导致发送测试/提审/上线无法跟踪
- 汇报里只写“继续开发”“继续优化”这类不可追踪描述
Usage Guidance
Before installing, confirm this is for the intended Venus ERP/Feishu workspace and review the referenced local script and Feishu configuration, because the listed commands can create or modify Base tables, group tabs, roster data, and project-tracking records.
Capability Assessment
Purpose & Capability
The stated purpose is Feishu Bitable project tracking for a Venus ERP project, and the listed commands directly support Base setup, progress seeding, roster sync, migration, and morning/evening tracking.
Instruction Scope
Instructions are scoped to specific workspace files and a specific local synchronization script; the skill discloses shell use and mutating behavior in frontmatter.
Install Mechanism
Installation is standard for a skill: ClawHub install or cloning the named GitHub repository into the OpenClaw skills directory. No install-time script or executable payload is included in the artifact.
Credentials
The skill expects access to a local workspace script and Feishu Bitable configuration, which is proportionate for its project-management purpose but should be used only in the intended workspace.
Persistence & Privilege
No background agent, daemon, scheduled job, credential harvesting, privilege escalation, or persistence mechanism is present. The 08:00 and 19:00 references describe when to run tracking commands, not automatic scheduling.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install venus-tracker - After installation, invoke the skill by name or use
/venus-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish: Feishu Bitable tracker for Venus ERP
Metadata
Frequently Asked Questions
What is Venus Tracker?
金星幼儿园 / 幼儿园 ERP 项目追踪执行 Skill。负责飞书多维表格的数据同步与晨晚追踪,必须在 `venus-project-pm` 总控流程下使用。适用于“项目追踪”“日报汇总”“晨间追踪”“飞书项目看板”“ERP 进度表”“金星项目日报”等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install Venus Tracker?
Run "/install venus-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Venus Tracker free?
Yes, Venus Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Venus Tracker support?
Venus Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Venus Tracker?
It is built and maintained by SpikeSu (@spikesubingrui-design); the current version is v1.0.0.
More Skills