.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cli/gws-script
home/skills/googleworkspace/cli/gws-script
googleworkspace avatar

gws-script

bygoogleworkspace· 58 skills

Installs

20k

Stars

30k

Forks

1.8k

Category

DevOps & CI/CD

View on GitHub

TL;DR

Manage Google Apps Script projects.

How to install gws-script?

googleworkspace/cli/gws-script
$npx -y skills add googleworkspace/cli --skill gws-script

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/googleworkspace/cli" --skill "googleworkspace/cli/gws-script"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/googleworkspace/cli" that are relevant to the current task. Run `npx skills add "https://github.com/googleworkspace/cli"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# script (v1)
2 
3> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
4 
5```bash
6gws script <resource> <method> [flags]
7```
8 
9## Helper Commands
10 
11| Command | Description |
12|---------|-------------|
13| [`+push`](../gws-script-push/SKILL.md) | Upload local files to an Apps Script project |
14 
15## API Resources
16 
17### processes
18 
19 - `list` — List information about processes made by or on behalf of a user, such as process type and current status.
20 - `listScriptProcesses` — List information about a script's executed processes, such as process type and current status.
21 
22### projects
23 
24 - `create` — Creates a new, empty script project with no script files and a base manifest file.
25 - `get` — Gets a script project's metadata.
26 - `getContent` — Gets the content of the script project, including the code source and metadata for each script file.
27 - `getMetrics` — Get metrics data for scripts, such as number of executions and active users.
28 - `updateContent` — Updates the content of the specified script project. This content is stored as the HEAD version, and is used when the script is executed as a trigger, in the script editor, in add-on preview mode, or as a web app or Apps Script API in development mode. This clears all the existing files in the project.
29 - `deployments` — Operations on the 'deployments' resource
30 - `versions` — Operations on the 'versions' resource
31 
32### scripts
33 
34 - `run` —
35 
36## Discovering Commands
37 
38Before calling any API method, inspect it:
39 
40```bash
41# Browse resources and methods
42gws script --help
43 
44# Inspect a method's required params, types, and defaults
45gws schema script.<resource>.<method>
46```
47 
48Use `gws schema` output to build your `--params` and `--json` flags.

Security

Passed

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykpass
  • ZeroLeakspass

Preview

googleworkspace/cligoogleworkspace/cli

$ npx -y skills add googleworkspace/cli --skill gws-script

▸ installing to .claude/skills…

✓ gws-script ready

Repogoogleworkspace/cli
TypeSkills
CategoryDevOps & CI/CD
ForDeveloperArchitect
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatarsetup-matt-pocock-skillsConfigure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout.SkillsJul 2026495k189k
  2. microsoft avatarmicrosoft-foundryDeploy, evaluate, fine-tune, and manage Foundry agents end-to-end with azd: hosted agent scaffold/run/deploy, prompt agent create, batch eval, continuous eval,…SkillsJul 2026490k1.3k
  3. microsoft avatarazure-deployExecute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files.SkillsJul 2026485k1.3k
  4. microsoft avatarazure-preparePrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Terraform), and Dockerfiles for the Azure Developer CLI (azd)…SkillsJul 2026485k1.3k
  5. microsoft avatarazure-validatePre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity…SkillsJul 2026484k1.3k
  6. microsoft avatarazure-aigatewayConfigure Azure API Management as an AI Gateway for AI models, MCP tools, and agents.SkillsJul 2026484k1.3k