Gws Workflow Weekly Digest

v1.0.12

Google Workflow: Weekly summary: this week's meetings + unread email count.

0· 427·12 current·12 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for googleworkspace-bot/gws-workflow-weekly-digest.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Gws Workflow Weekly Digest" (googleworkspace-bot/gws-workflow-weekly-digest) from ClawHub.
Skill page: https://clawhub.ai/googleworkspace-bot/gws-workflow-weekly-digest
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: gws
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install gws-workflow-weekly-digest

ClawHub CLI

Package manager switcher

npx clawhub@latest install gws-workflow-weekly-digest
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the single required binary 'gws' and the SKILL.md only documents running 'gws workflow +weekly-digest' to combine calendar and Gmail data — the requested capability aligns with the stated purpose.
Instruction Scope
The runtime instructions are narrow (invoke the gws CLI). They refer to a prerequisite ../gws-shared/SKILL.md for auth and global flags; that external dependency is not included here, so the operational scope (especially auth behavior) is delegated elsewhere and should be inspected.
Install Mechanism
Instruction-only skill with no install spec or code files — nothing is written to disk by the skill itself.
Credentials
This skill declares no required environment variables, but it explicitly defers auth to ../gws-shared/SKILL.md. That file (not present) likely requests Google OAuth credentials or service-account tokens granting Gmail/Calendar access; the lack of explicit credential declarations reduces transparency and should be checked.
Persistence & Privilege
always:false and no install actions — the skill does not request permanent presence. Standard autonomous invocation is allowed (platform default); combined with delegated Google credentials this means the agent could access emails/calendar if granted those scopes.
Assessment
This skill itself is a small wrapper that runs the 'gws' CLI to fetch a weekly agenda and unread-email counts. Before installing: (1) inspect the referenced ../gws-shared/SKILL.md to see what auth it requires and what OAuth scopes or tokens it asks you to provide (Gmail/Calendar scopes can be sensitive); (2) verify the provenance and integrity of the 'gws' binary you will run (is it from a trusted vendor/repo?); (3) confirm the read-only claim by reviewing gws-shared and any global flags, and consider running it first in a test account with least-privilege credentials; and (4) be cautious because the skill source/homepage is unknown — lacking that provenance lowers confidence.

Like a lobster shell, security has layers — review code before you run it.

Plugin bundle (nix)
Skill pack · CLI binary · Config
SKILL.mdCLIConfig
CLI help (from plugin)
gws workflow +weekly-digest --help

Runtime requirements

Binsgws
latestvk979kcma07p4k4pbv1tawra2wn83yr8y
427downloads
0stars
13versions
Updated 4w ago
v1.0.12
MIT-0

workflow +weekly-digest

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

Weekly summary: this week's meetings + unread email count

Usage

gws workflow +weekly-digest

Flags

FlagRequiredDefaultDescription
--formatOutput format: json (default), table, yaml, csv

Examples

gws workflow +weekly-digest
gws workflow +weekly-digest --format table

Tips

  • Read-only — never modifies data.
  • Combines calendar agenda (week) with gmail triage summary.

See Also

Comments

Loading comments...