npx skills add googleworkspace/cli --skill gws-script-push
streakyc/googleworkspacecli
gws-script-push
Google Apps Script: Upload local files to an Apps Script project.
Installation
npx skills add streakyc/googleworkspacecli --skill gws-script-push
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Manage Google Apps Script projects.
23K installsGoogle Apps Script: Upload local files to an Apps Script project.
22.7K installsBest practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies…
12.6K installsGenerate a complete MCP server project in TypeScript using the MCP TypeScript SDK v2 (@modelcon…
12K installsRivetKit JavaScript client guidance. Use for browser, Node.js, or Bun clients that connect to R…
7.6K installsScaffold a minimal local LangGraph agent in TypeScript by following the official quickstart. Us…
2.2K installsAlso in this package
Other skills from streakyc/googleworkspacecli · top by installs.
npx skills add streakyc/googleworkspacecli
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- version
- 0.22.5
- openclaw
- {"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws script +push --help"}
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,282 B -
docs
SUMMARY.md88 B
History
- First seen on skills.sh
- First recorded snapshot · 1 installs
SKILL.md
script +push
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Upload local files to an Apps Script project
Usage
gws script +push --script <ID>
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--script |
✓ | — | Script Project ID |
--dir |
— | — | Directory containing script files (defaults to current dir) |
Examples
gws script +push --script SCRIPT_ID
gws script +push --script SCRIPT_ID --dir ./src
Tips
- Supports .gs, .js, .html, and appsscript.json files.
- Skips hidden files and node_modules automatically.
- This replaces ALL files in the project.
[!CAUTION]
This is a write command — confirm with the user before executing.
See Also
- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
- [gws-script](../gws-script/SKILL.md) — All manage google apps script projects commands