agentio-gscript
Use when interacting with gscript via the agentio CLI.
What this skill does
# Gscript via agentio Auto-generated from `agentio skill gscript`. Do not edit by hand. ## agentio gscript create Create a new Apps Script project (standalone or container-bound) Options: - `--title <title>`: Script project title - `--parent <containerId>`: Bind to a Sheet/Doc/Form/Slides ID (omit for standalone) - `--profile <name>`: Profile name ``` Examples: # standalone script agentio gscript create --title "Helper Library" # bound to a Sheet agentio gscript create --title "Sheet automation" --parent 1A2bCdEfGhIjKlMnOpQrStUvWxYz0123456789 # bound to a Doc, with explicit profile agentio gscript create --title "Doc tools" --parent 1Doc... --profile [email protected] The --parent ID is the container's Drive file ID (Sheet/Doc/Form/Slides). ``` ## agentio gscript metadata <id> Get script project metadata Options: - `--profile <name>`: Profile name ``` Examples: # show title, owner, timestamps, parent, editor URL agentio gscript metadata 1abc...XYZ ``` ## agentio gscript list List script projects (optionally filtered to a container) Options: - `--parent <containerId>`: Only list scripts bound to this container - `--limit <n>`: Max results (default: 25) - `--profile <name>`: Profile name ``` Examples: # all script projects agentio gscript list # script bound to a specific Sheet agentio gscript list --parent 1Sheet... # standalone scripts (no container) — list and inspect parentId field agentio gscript list --limit 100 ``` ## agentio gscript delete <id> Delete a script project (moves to Drive trash) Options: - `--force`: Skip confirmation - `--profile <name>`: Profile name ``` Examples: # confirm + delete agentio gscript delete 1abc...XYZ --force ``` ## agentio gscript pull <id> [dir] Download all script files to a local directory (writes .clasp.json) Options: - `--force`: Overwrite a directory whose .clasp.json points to a different scriptId - `--profile <name>`: Profile name ``` Examples: # pull into the current directory agentio gscript pull 1abc...XYZ # pull into a fresh folder agentio gscript pull 1abc...XYZ ./my-script # overwrite a directory pointing to a different script agentio gscript pull 1abc...XYZ ./my-script --force Writes Code.gs, appsscript.json, *.html files, plus .clasp.json with the scriptId. ``` ## agentio gscript push [dir] Upload all .gs/.html/appsscript.json files in a directory Options: - `--id <scriptId>`: Override scriptId from .clasp.json - `--profile <name>`: Profile name ``` Examples: # push current directory (uses .clasp.json) agentio gscript push # push a specific directory agentio gscript push ./my-script # push to a script id that's not in .clasp.json agentio gscript push ./my-script --id 1abc...XYZ Hidden files and .clasp.json are skipped. The push fails if appsscript.json is missing. ``` ## agentio gscript get <id> <file> Print one script file to stdout Options: - `--profile <name>`: Profile name ``` Examples: # print Code.gs to stdout agentio gscript get 1abc...XYZ Code # bare name and full filename both work agentio gscript get 1abc...XYZ Code.gs # the JSON manifest agentio gscript get 1abc...XYZ appsscript ``` ## agentio gscript put <id> <file> Replace or add a single script file (--source, --from <path>, or - for stdin) Options: - `--source <text>`: Inline content - `--from <path>`: Read content from a local file - `--profile <name>`: Profile name ``` Examples: # inline content agentio gscript put 1abc...XYZ Code --source 'function doIt(){}' # from a local file agentio gscript put 1abc...XYZ Code.gs --from ./Code.gs # from stdin echo 'function doIt(){}' | agentio gscript put 1abc...XYZ Code # add a new helper agentio gscript put 1abc...XYZ Helpers --source '// helpers go here' Type inference: extension on the file argument decides the API type (.gs=SERVER_JS, .html=HTML, .json=JSON-only-for-appsscript). If the file already exists in the project, its existing type is reused. ```
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.