← 返回 Skills 市场
wecom-workplan-summary
作者
zhangpengle
· GitHub ↗
· v0.1.2
· MIT-0
127
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wecom-workplan-summary
功能描述
团队工作计划周度/月度汇总分析。仅当用户**明确提供**了团队工作计划数据(粘贴内容或指向企微智能表格)并要求汇总/分析时触发。典型意图:"这是团队工作计划,帮我看下上周/本周情况"、"我把数据复制过来了,分析一下"、"帮我从企微表格拉取工作计划汇总"。**不触发**:仅提到"周报"、"本周工作"等通用词但未提供...
安全使用建议
What to check before installing: 1) Confirm the wecom_mcp helper is trusted and that you want it to access the named docid/sheet (wecom_mcp is the component that performs authenticated fetches). 2) Avoid pasting sensitive secrets into the clipboard input; pasted content is written to /tmp/workplan_paste.tsv (which may be readable by other processes/users on some systems). 3) Review the included scripts/summary.py (already inspected here) if you need to be certain of exact parsing/retention behavior; the script only parses dates/plans, aggregates by person, and formats structured output — it does not exfiltrate data to external endpoints. 4) If deploying in a shared environment, consider restricting filesystem permissions on /tmp or use a private temp location. If you want, I can produce a short checklist of changes to make the temp handling more private (e.g., use a secure temp file) or highlight any specific lines in the script for further review.
功能分析
Type: OpenClaw Skill
Name: wecom-workplan-summary
Version: 0.1.2
The skill bundle is designed to aggregate and summarize team work plans from WeCom smartsheets or user-provided text. The Python script (scripts/summary.py) processes data by filtering dates and grouping tasks by team members, using a subprocess call to a legitimate WeCom MCP tool for data retrieval. The instructions in SKILL.md are well-defined, focusing on report formatting and logic without any signs of prompt injection, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description match the implementation: the SKILL.md and scripts implement two input modes (paste file or MCP fetch) for summarizing team work plans. The script contains the DOCID and sheet_id used in the description and only calls a wecom_mcp helper and local parsing/formatting logic — nothing unrelated (no cloud API keys, no unrelated services).
Instruction Scope
Instructions are narrowly scoped to: (A) write user-provided table text to /tmp/workplan_paste.tsv and run the included Python script, or (B) call the local wecom_mcp binary to fetch the specified smart-sheet and run the script. Minor operational note: user data is written to /tmp (world-readable on many systems) and the script reads/writes files under ~/.openclaw/workspace/skills — this is expected for the task but may be relevant in multi-tenant or sensitive-data environments.
Install Mechanism
Instruction-only skill with an included script; there is no install spec, no network downloads, and nothing is written to disk beyond the normal workspace and /tmp files. This is the lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials. It invokes a local helper binary (wecom_mcp) to fetch smart-sheet data; relying on a platform-managed binary for auth is consistent with the described purpose. There are no other secret-named env vars or unrelated credential accesses.
Persistence & Privilege
The skill does not request always:true or any elevated persistent privileges. It runs as an ordinary user-invoked skill and only executes the included Python script and the local wecom_mcp helper per SKILL.md.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wecom-workplan-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/wecom-workplan-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- 改变触发逻辑:仅当用户明确提供数据或要求从企微表格拉取时才会触发,不再针对泛泛"周报"/"本周工作"等通用词自动响应。
- 新增两种输入模式:支持用户直接粘贴表格内容(粘贴模式)或自动从企微智能表格读取(MCP模式)。
- 明确分支执行步骤:详细说明根据输入方式分支处理流程,包括数据保存、脚本调用等。
- 报告生成规范大幅扩展:细化汇总、目标对齐、建议等输出要求,要求自然语言转化结构化原始数据。
- 更新依赖说明及工具调用格式。
v0.1.1
wecom-workplan-summary v0.1.1
- 新增支持按关键词(如"团队工作计划"、"周报汇总"、"月度总结"等)自动触发团队工作计划周/月度汇总分析
- 集成企业微信智能表格作为数据源,实时读取工作记录
- 按管理层优先顺序和人员分组自动汇总计划
- 输出标准化的 Markdown 周报/月报格式,包含无记录人员提示
- 优化语气和展示格式,确保友好清晰
元数据
常见问题
wecom-workplan-summary 是什么?
团队工作计划周度/月度汇总分析。仅当用户**明确提供**了团队工作计划数据(粘贴内容或指向企微智能表格)并要求汇总/分析时触发。典型意图:"这是团队工作计划,帮我看下上周/本周情况"、"我把数据复制过来了,分析一下"、"帮我从企微表格拉取工作计划汇总"。**不触发**:仅提到"周报"、"本周工作"等通用词但未提供... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 wecom-workplan-summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wecom-workplan-summary」即可一键安装,无需额外配置。
wecom-workplan-summary 是免费的吗?
是的,wecom-workplan-summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wecom-workplan-summary 支持哪些平台?
wecom-workplan-summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wecom-workplan-summary?
由 zhangpengle(@zhangpengle)开发并维护,当前版本 v0.1.2。
推荐 Skills