← 返回 Skills 市场
146
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install team-weekly
功能描述
团队周报助手 — 自动收集团队工作进展,生成结构化周报/月报
安全使用建议
This skill is internally consistent and appears safe from the standpoint of unexpected network access or extraneous credential requests. Before installing: (1) review or run the bundled Python scripts locally if you want to inspect behavior; (2) be aware the tool stores team and worklog JSON files in TW_DATA_DIR (default ~/.openclaw-bdi/team-weekly/) — if that directory is shared or backed up you may want to set TW_DATA_DIR to a controlled location and restrict its filesystem permissions; (3) no network exfiltration code was found, but always avoid putting highly sensitive personal credentials or PII into unencrypted local files managed by third-party skills; (4) if you plan to let the agent invoke this autonomously, remember it will be able to create/modify those local files when invoked.
功能分析
Type: OpenClaw Skill
Name: team-weekly
Version: 1.0.0
The team-weekly skill bundle is a legitimate tool designed for managing team work logs and generating structured reports. The code logic is entirely local, using JSON files for data storage in a configurable directory (defaulting to ~/.openclaw-bdi/team-weekly/) and relying exclusively on the Python standard library (os, json, re, datetime). No evidence of data exfiltration, malicious execution, or prompt injection was found. The subscription tier logic (free vs. paid) is handled via environment variables and only restricts access to advanced reporting features like Mermaid charts and monthly summaries within the local scripts.
能力评估
Purpose & Capability
Name/description (team weekly reports, worklog management, analysis) match the included scripts and the declared optional environment variables. The code only manipulates team and worklog data and generates Markdown/Mermaid reports; there are no unrelated credentials, cloud APIs, or unexpected binaries required.
Instruction Scope
SKILL.md instructions direct the agent to run the included Python scripts which read/write JSON under TW_DATA_DIR (default ~/.openclaw-bdi/team-weekly). The instructions and code access only the project data directory and optional subscription env var. Note: the skill will create and persist data files on the host filesystem (team.json, worklogs.json) — this is expected but worth noting for privacy.
Install Mechanism
No install spec or external downloads. The skill is delivered as Python scripts and intended to run with the system Python standard library (no third‑party packages). No high-risk install mechanisms are present.
Credentials
Only optional environment variables (TW_SUBSCRIPTION_TIER, TW_DATA_DIR) are referenced. No secrets, tokens, cloud credentials, or unrelated env vars are requested. The default data directory is under the user's home directory, which is appropriate for this local tool.
Persistence & Privilege
The skill persists data to the filesystem under its own data directory and updates those files (team/worklogs). always is false and it does not modify other skills or system-wide agent settings. Persisting user/team logs is expected behavior, but users should be aware data is stored locally and retained between runs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install team-weekly - 安装完成后,直接呼叫该 Skill 的名称或使用
/team-weekly触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
团队周报助手 team-weekly 1.0.0 首次发布:
- 支持团队成员和项目信息初始化,自动校验订阅等级(免费版最多5人,付费最多30人)。
- 提供团队成员添加、删除与查询管理功能。
- 支持工作日志自然语言录入及查询,自动解析成员、任务、工时等信息。
- 可一键生成本周、上周等结构化团队周报(含各类统计表、汇总、项目进展)。
- 付费版解锁月报、工时统计、趋势与效率分析、甘特图和高级报表(含可视化图表与洞察)。
- 全流程严格遵循订阅权限校验与友好升级提示,所有交互和输出均为中文。
元数据
常见问题
团队周报助手 / Team Weekly 是什么?
团队周报助手 — 自动收集团队工作进展,生成结构化周报/月报. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。
如何安装 团队周报助手 / Team Weekly?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install team-weekly」即可一键安装,无需额外配置。
团队周报助手 / Team Weekly 是免费的吗?
是的,团队周报助手 / Team Weekly 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
团队周报助手 / Team Weekly 支持哪些平台?
团队周报助手 / Team Weekly 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 团队周报助手 / Team Weekly?
由 Jun Zhang(@hanjing5024064)开发并维护,当前版本 v1.0.0。
推荐 Skills