← 返回 Skills 市场
googleworkspace-bot

Gws Workflow Standup Report

作者 googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ⚠ suspicious
481
总下载
0
收藏
12
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-workflow-standup-report
功能描述
Google Workflow: Today's meetings + open tasks as a standup summary.
使用说明 (SKILL.md)

workflow +standup-report

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Today's meetings + open tasks as a standup summary

Usage

gws workflow +standup-report

Flags

Flag Required Default Description
--format Output format: json (default), table, yaml, csv

Examples

gws workflow +standup-report
gws workflow +standup-report --format table

Tips

  • Read-only — never modifies data.
  • Combines calendar agenda (today) with tasks list.

See Also

安全使用建议
This skill likely calls the 'gws' CLI to read your calendar and tasks, which is reasonable for a standup report — but it refers to a ../gws-shared/SKILL.md for auth without declaring any credentials. Before installing: (1) locate and inspect the gws-shared SKILL.md the skill references to see where credentials live and what global flags it sets; (2) confirm the provenance and integrity of the 'gws' CLI (how it was installed, vendor, version); (3) verify that any credentials/config are stored in a place you trust and that the shared SKILL.md doesn't expose secrets; (4) run the command in a restricted/test account or isolated environment first to confirm the tool is truly read-only. If you cannot find or review the referenced gws-shared file, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill Name: gws-workflow-standup-report Version: 1.0.12 The skill bundle contains only documentation (SKILL.md) and metadata for a Google Workspace productivity workflow. It describes a read-only command to generate standup reports from calendar and task data using a 'gws' binary. No executable code, suspicious network calls, or malicious instructions were found.
能力评估
Purpose & Capability
The declared requirement (binary 'gws') matches the stated purpose (a gws workflow command). However, the skill references ../gws-shared/SKILL.md for auth/global flags but does not declare any dependency on that shared skill or any required environment variables/credentials. A skill that needs access to calendar/tasks will require credentials; not declaring them is an inconsistency.
Instruction Scope
The runtime instructions explicitly tell the agent to 'Read ../gws-shared/SKILL.md for auth, global flags, and security rules' — that asks the agent to read a file outside the skill's own directory (potentially containing sensitive config/credentials). While the command-run instructions themselves are narrow (invoke 'gws workflow +standup-report'), the cross-skill file read is scope creep and could expose or rely on secrets not declared here.
Install Mechanism
This is an instruction-only skill with no install spec; it only requires the 'gws' binary to exist. That is low-risk from an installation perspective, provided 'gws' itself is trusted and properly installed.
Credentials
No environment variables or primary credential are declared, yet the skill implicitly depends on authentication described in a separate 'gws-shared' SKILL.md. This omission is disproportionate: calendar/task access normally requires credentials, and those are not surfaced here.
Persistence & Privilege
always is false and the skill is not marked to auto-enable globally. It can be invoked autonomously (platform default), which is expected. The main concern is that it references external config (gws-shared) rather than requesting persistent privileges itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-workflow-standup-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-workflow-standup-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated skill metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated skill metadata version from 0.22.3 to 0.22.4 in SKILL.md. - No functional or documentation changes were made beyond the version bump.
v1.0.10
- Updated internal version metadata from 0.22.2 to 0.22.3 in SKILL.md. - No user-facing features or command changes.
v1.0.9
- Updated version in SKILL.md metadata from 0.22.1 to 0.22.2.
v1.0.8
- Bumped metadata version from 0.22.0 to 0.22.1 in SKILL.md. - No other content or behavioral changes.
v1.0.7
- Updated version in SKILL.md from 0.21.2 to 0.22.0. - No changes to usage, flags, examples, or functionality described.
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md. - No changes to features, usage, or functionality. - Documentation now reflects the latest internal version update.
v1.0.5
- Updated version to 0.21.1 in SKILL.md metadata. - No user-facing changes; documentation and usage remain the same.
v1.0.4
- Updated skill metadata version from 0.20.0 to 0.20.1 in SKILL.md. - No other changes to functionality or documentation.
v1.0.3
- Updated skill metadata version from 0.19.0 to 0.20.0 in SKILL.md.
v1.0.2
- Updated metadata version format and moved version under metadata. - Removed redundant "version" field from the top-level YAML. - No changes to usage, flags, or core documentation content.
v1.0.1
- Minor formatting update in SKILL.md: YAML lists under "requires" now use dash-style (`- gws`) for consistency. - No changes to functionality or usage.
v1.0.0
- Initial release of gws-workflow-standup-report. - Provides a standup summary with today's meetings and open tasks. - Supports multiple output formats: json, table, yaml, csv. - Read-only workflow; does not modify any data. - Requires gws binary and shared authentication setup.
元数据
Slug gws-workflow-standup-report
版本 1.0.12
许可证 MIT-0
累计安装 12
当前安装数 12
历史版本数 13
常见问题

Gws Workflow Standup Report 是什么?

Google Workflow: Today's meetings + open tasks as a standup summary. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 481 次。

如何安装 Gws Workflow Standup Report?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-workflow-standup-report」即可一键安装,无需额外配置。

Gws Workflow Standup Report 是免费的吗?

是的,Gws Workflow Standup Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gws Workflow Standup Report 支持哪些平台?

Gws Workflow Standup Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gws Workflow Standup Report?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。

💬 留言讨论