What problem does it solve? Managing Google Apps Script projects normally requires the browser-based editor or a separate clasp setup, which breaks automation workflows. This Skill lets you create, inspect, pull, push, and delete Apps Script projects directly from the agentio CLI, making script management scriptable and CI-friendly. ## Core Features & Use Cases - Project Lifecycle Management: Create standalone or container-bound script projects, list them, read metadata, and delete them via simple commands. - Local File Sync: Pull all script files (.gs, .html, appsscript.json) into a local directory with a .clasp.json marker, then push changes back with automatic type inference. - Single-File Operations: Read or replace individual script files inline, from a local path, or via stdin. - Use Case: Bind a new script to a Google Sheet, pull its files locally, edit Code.gs in your editor, and push the update — all without opening the Apps Script editor. ## Quick Start Use the agentio gscript skill to create a standalone Apps Script project titled "Helper Library" and then list all my script projects.