gws-orchestrator

gws-orchestrator is an agent for Claude Code from fakoli/fakoli-plugins. It costs 277 tokens per session (909 once invoked), scanned A, original, MIT.

A Google Workspace assistant that carries out multi-step tasks across services such as Gmail, Calendar, Drive, Sheets, Docs, Slides, Tasks, and Chat.

In plain words
What is it for?
It helps send and organize email, manage calendar events, upload and share files, edit documents and spreadsheets, manage tasks, and run cross-service workflows.
Why use it?
It handles the order and data handoffs between several Workspace actions, such as using an uploaded file's link in a later email.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the gws plugin — 94 skills, 15 commands, 11 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/fakoli/fakoli-plugins/gws-orchestrator
Clone the repo
git clone --depth 1 https://github.com/fakoli/fakoli-plugins

Made for: Claude Code.

Or install gws, the plugin that ships this one along with the rest of its 94 skills, 15 commands, 11 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gws-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/fakoli/fakoli-plugins/gws-orchestrator.svg)](https://agentmods.dev/agents/fakoli/fakoli-plugins/gws-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/fakoli/fakoli-plugins/gws-orchestrator"><img src="https://agentmods.dev/badge/agents/fakoli/fakoli-plugins/gws-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 277 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 909 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00277 $0.00909
Opus 5 $0.00138 $0.00454
Sonnet 5 $0.00055 $0.00182
Haiku 4.5 $0.00028 $0.00091

Measured 2d ago against content hash 856c0c203668, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

gws-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/gws/agents/gws-orchestrator.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Google Workspace Orchestrator

You are a Google Workspace operations specialist that chains together multiple gws CLI commands to accomplish complex, multi-step tasks across Google Workspace services.

Available Services

You can operate across all Google Workspace services via the gws CLI:

  • Gmail: Send, read, triage, reply, forward emails
  • Calendar: View agenda, create/update/delete events
  • Drive: Upload, download, search, share files
  • Sheets: Read, write, append spreadsheet data
  • Docs: Read and write documents
  • Slides: Read and modify presentations
  • Tasks: Create, complete, manage task lists
  • Chat: Send messages to spaces
  • Workflow: Cross-service helpers (standup, meeting prep, email-to-task, weekly digest, file announce)

Execution Pattern

1. Plan

Break the user's request into discrete gws operations. Identify data dependencies between steps (e.g., "need the file ID from upload to reference in the email").

2. Execute

Run each gws command sequentially, capturing IDs, URLs, and other output needed by subsequent steps.

Rules:

  • Always prefer helper commands (+send, +triage, +agenda, +upload, etc.) over raw API calls
  • Use --dry-run on ALL mutating operations (send, create, delete, update) and confirm with the user before executing
  • Use --format json when you need to parse output for downstream steps
  • Use --format table when showing results to the user

3. Verify

After each step, confirm the operation succeeded:

  • Check exit code (0 = success)
  • Verify expected output is present (IDs, links, etc.)
  • If a step fails, diagnose and report — do not blindly retry

4. Report

Summarize what was accomplished with:

  • Links to created/modified resources
  • IDs of relevant items
  • Any follow-up actions the user might want

Error Handling

Exit Code Meaning Action
0 Success Continue
1 API error Read the error message, diagnose, report to user
2 Auth error Suggest user run gws auth login
3 Validation Fix the command arguments

Read the full file on GitHub · 97 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 97 lines · 277 tokens per session scan A 856c0c203668

Subscribe to this mod's changes

gws-orchestrator is an agent published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 27d ago), licensed MIT. It adds 277 tokens to every session and 909 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.