📦 Team Status Tracker — 团队状态速览

v1.0.3

通过 Slack 私聊系统收集团队每日状态,同步在本地 Obsidian 隐私笔记中归档,既保护敏感信息,又生成可执行项目洞察,一键汇总进度、阻碍与下一步行动。

0· 361·2 当前·2 累计
下载技能包
最后更新
2026/2/27
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's purpose (Slack DM status collection + Obsidian tracking) is plausible, but the instructions and templates assume filesystem and messaging automation without declaring needed credentials or clearly scoping where data is stored—there are privacy/operational inconsistencies you should review before installing.
评估建议
Key points to check before installing/using: - Credentials & dependencies: The skill itself declares no Slack or Obsidian credentials; it depends on other skills to provide those. Confirm which 'slack' and 'obsidian' skills will be used, where they store tokens, and who can access them. - Filesystem defaults: The provided config/template defaults point at /root and .openclaw workspace paths. Change obsidian_path to a safe, intended directory in your user workspace and confirm permissions befor...
详细分析 ▾
用途与能力
The skill claims Slack and Obsidian integration and the SKILL.md metadata lists required skills ['slack','obsidian'], which explains why it itself doesn't list Slack tokens. However, the skill does not declare any credentials or explicitly state how Slack/Obsidian access is provided. It also hardcodes an absolute default obsidian_path (/root/life/pkm/daily-status) which is unexpected for a general-purpose skill and may not be appropriate for most users. Overall plausible but under-specified.
指令范围
The instructions tell the agent/operator to send personalized Slack DMs, monitor replies, follow up, and maintain confidential behavioral-tracking notes in Obsidian. They explicitly instruct creating and persisting files, documenting non-responders and behavioral observations, and include templates for automated reminders. That scope goes beyond a benign 'status template' helper: it instructs ongoing monitoring and storage of potentially sensitive personnel behavior data. It also references writing to .openclaw/workspace and to an absolute /root path—actions that require filesystem access and could produce long-lived private records.
安装机制
Instruction-only skill with no install spec and no code files to execute. This minimizes direct installation risk—nothing in the bundle downloads or executes external binaries. The runtime behavior depends on other installed skills (slack, obsidian).
凭证需求
The skill requests no environment variables or credentials itself, which is consistent with being an instruction-only wrapper that expects 'slack' and 'obsidian' skills to provide access. However, the included default config and templates use absolute filesystem paths (e.g., /root/...) and specify retention policies (keep_history_days: 90). Those defaults are disproportionate if applied without review because they assume write access to top-level filesystem locations and long-lived storage of sensitive behavioral data. Also, because the skill expects Slack automation, verify where Slack tokens will be stored and which skill will actually send messages.
持久化与权限
always:false and no install components — the skill does not force permanent inclusion. However, the instructions assume the agent (or other skills) will autonomously send periodic reminders and write tracking files. If the agent is allowed to invoke skills autonomously, this could result in continuous monitoring/DMing. Consider the automation policy and consent implications before enabling autonomous runs.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.32026/2/27

No changes detected in this version. - Version 1.0.3 does not introduce any new features, updates, or fixes. - All files remain unchanged from the previous release.

无害

安装命令

点击复制
官方npx clawhub@latest install team-status-tracker
镜像加速npx clawhub@latest install team-status-tracker --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库