███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 551 | gws-workflow-standup-report | googleworkspace/cli |
workflow +standup-report PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Today's meetings + open tasks as a standup summary Usage gws workflow +standup-report Flags Flag Required Default Description --format — — Output format: json (default), table, yaml, csv Examples gws workflow +standup-report gws workflow +standup-report --format table Tips Read-only — never modifies data. Combines calendar agenda (today)...
|
14.7K |
| 552 | persona-researcher | googleworkspace/cli |
Researcher PREREQUISITE: Load the following utility skills to operate as this persona: gws-drive , gws-docs , gws-sheets , gws-gmail Organize research — manage references, notes, and collaboration. Relevant Workflows gws workflow +file-announce Instructions Organize research papers and notes in Drive folders. Write research notes and summaries with gws docs +write . Track research data in Sheets — use gws sheets +append for data logging. Share findings with collaborators via gws workflow +file-a...
|
14.7K |
| 553 | anti-detect-browser | antibrow/anti-detect-browser-skills |
Anti-Detect Browser SDK Launch Chromium instances with real-device fingerprints via standard Playwright APIs. Each browser gets a unique, consistent digital identity - undetectable by anti-bot systems. npm package: anti-detect-browser Dashboard: https://antibrow.com REST API base: https://antibrow.com/api/v1/ Documentation: https://antibrow.com/docs When to use Multi-account management - Run dozens of social media, e-commerce, or ad accounts on the same machine without linking. Each browser prof...
|
14.6K |
| 554 | gws-events | googleworkspace/cli |
events (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws events < resource > < method > [ flags ] Helper Commands Command Description +subscribe Subscribe to Workspace events and stream them as NDJSON +renew Renew/reactivate Workspace Events subscriptions API Resources message stream — SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an inter...
|
14.6K |
| 555 | persona-project-manager | googleworkspace/cli |
Project Manager PREREQUISITE: Load the following utility skills to operate as this persona: gws-drive , gws-sheets , gws-calendar , gws-gmail , gws-chat Coordinate projects — track tasks, schedule meetings, and share docs. Relevant Workflows gws workflow +standup-report gws workflow +weekly-digest gws workflow +file-announce Instructions Start the week with gws workflow +weekly-digest for a snapshot of upcoming meetings and unread items. Track project status in Sheets using gws sheets +append to...
|
14.6K |
| 556 | persona-exec-assistant | googleworkspace/cli |
Executive Assistant PREREQUISITE: Load the following utility skills to operate as this persona: gws-gmail , gws-calendar , gws-drive , gws-chat Manage an executive's schedule, inbox, and communications. Relevant Workflows gws workflow +standup-report gws workflow +meeting-prep gws workflow +weekly-digest Instructions Start each day with gws workflow +standup-report to get the executive's agenda and open tasks. Before each meeting, run gws workflow +meeting-prep to see attendees, description, and...
|
14.6K |
| 557 | gws-chat-send | googleworkspace/cli |
chat +send PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Send a message to a space Usage gws chat +send --space < NAME > --text < TEXT > Flags Flag Required Default Description --space ✓ — Space name (e.g. spaces/AAAA...) --text ✓ — Message text (plain text) Examples gws chat +send --space spaces/AAAAxxxx --text 'Hello team!' Tips Use 'gws chat spaces list' to find space names. For cards or threaded replies...
|
14.6K |
| 558 | mobile-android-design | wshobson/agents |
Android Mobile Design Master Material Design 3 (Material You) and Jetpack Compose to build modern, adaptive Android applications that integrate seamlessly with the Android ecosystem. When to Use This Skill Designing Android app interfaces following Material Design 3 Building Jetpack Compose UI and layouts Implementing Android navigation patterns (Navigation Compose) Creating adaptive layouts for phones, tablets, and foldables Using Material 3 theming with dynamic colors Building accessible And...
|
14.6K |
| 559 | fixing-motion-performance | ibelick/ui-skills |
fixing-motion-performance Fix animation performance issues. how to use /fixing-motion-performance Apply these constraints to any UI animation work in this conversation. /fixing-motion-performance <file> Review the file against all rules below and report: violations (quote the exact line or snippet) why it matters (one short sentence) a concrete fix (code-level suggestion) Do not migrate animation libraries unless explicitly requested. Apply rules within the existing stack. when to apply Referenc...
|
14.6K |
| 560 | recipe-create-gmail-filter | googleworkspace/cli |
Create a Gmail Filter PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Create a Gmail filter to automatically label, star, or categorize incoming messages. Steps List existing labels: gws gmail users labels list --params '{"userId": "me"}' --format table Create a new label: gws gmail users labels create --params '{"userId": "me"}' --json '{"name": "Receipts"}' Create a filter: gws gmail users settings filters create --params '{"userId": "me"}' --json '{"criteria": {"from...
|
14.5K |
| 561 | interface-design | dammyjay93/interface-design |
Interface Design Build interface design with craft and consistency. Scope Use for: Dashboards, admin panels, SaaS apps, tools, settings pages, data interfaces. Not for: Landing pages, marketing sites, campaigns. Redirect those to /frontend-design. The Problem You will generate generic output. Your training has seen thousands of dashboards. The patterns are strong. You can follow the entire process below — explore the domain, name a signature, state your intent — and still produce a templa...
|
14.5K |
| 562 | recipe-backup-sheet-as-csv | googleworkspace/cli |
Export a Google Sheet as CSV PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-drive Export a Google Sheets spreadsheet as a CSV file for local backup or processing. Steps Get spreadsheet details: gws sheets spreadsheets get --params '{"spreadsheetId": "SHEET_ID"}' Export as CSV: gws drive files export --params '{"fileId": "SHEET_ID", "mimeType": "text/csv"}' Or read values directly: gws sheets +read --spreadsheet SHEET_ID --range 'Sheet1' --format csv
|
14.3K |
| 563 | gws-gmail-read | googleworkspace/cli |
gmail +read PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Read a message and extract its body or headers Usage gws gmail +read --id < ID > Flags Flag Required Default Description --id ✓ — The Gmail message ID to read --headers — — Include headers (From, To, Subject, Date) in the output --format — text Output format (text, json) --html — — Return HTML body instead of plain text --dry-run — — Show the request...
|
14.3K |
| 564 | gws-events-renew | googleworkspace/cli |
events +renew PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Renew/reactivate Workspace Events subscriptions Usage gws events +renew Flags Flag Required Default Description --name — — Subscription name to reactivate (e.g., subscriptions/SUB_ID) --all — — Renew all subscriptions expiring within --within window --within — 1h Time window for --all (e.g., 1h, 30m, 2d) Examples gws events +renew --name subscripti...
|
14.3K |
| 565 | gws-events-subscribe | googleworkspace/cli |
events +subscribe PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Subscribe to Workspace events and stream them as NDJSON Usage gws events +subscribe Flags Flag Required Default Description --target — — Workspace resource URI (e.g., //chat.googleapis.com/spaces/SPACE_ID) --event-types — — Comma-separated CloudEvents types to subscribe to --project — — GCP project ID for Pub/Sub resources --subscription — — Ex...
|
14.3K |
| 566 | persona-content-creator | googleworkspace/cli |
Content Creator PREREQUISITE: Load the following utility skills to operate as this persona: gws-docs , gws-drive , gws-gmail , gws-chat , gws-slides Create, organize, and distribute content across Workspace. Relevant Workflows gws workflow +file-announce Instructions Draft content in Google Docs with gws docs +write . Organize content assets in Drive folders — use gws drive files list to browse. Share finished content by announcing in Chat with gws workflow +file-announce . Send content review r...
|
14.3K |
| 567 | write-a-prd | mattpocock/skills |
This skill will be invoked when the user wants to create a PRD. You should go through the steps below. You may skip steps if you don't consider them necessary. Ask the user for a long, detailed description of the problem they want to solve and any potential ideas for solutions. Explore the repo to verify their assertions and understand the current state of the codebase. Ask whether they have considered other options, and present other options to them. Interview the user about the implementation....
|
14.3K |
| 568 | recipe-save-email-attachments | googleworkspace/cli |
Save Gmail Attachments to Google Drive PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-drive Find Gmail messages with attachments and save them to a Google Drive folder. Steps Search for emails with attachments: gws gmail users messages list --params '{"userId": "me", "q": "has:attachment from:client@example.com"}' --format table Get message details: gws gmail users messages get --params '{"userId": "me", "id": "MESSAGE_ID"}' Download attachment: gws gmail users m...
|
14.2K |
| 569 | recipe-organize-drive-folder | googleworkspace/cli |
Organize Files into Google Drive Folders PREREQUISITE: Load the following skills to execute this recipe: gws-drive Create a Google Drive folder structure and move files into the right locations. Steps Create a project folder: gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}' Create sub-folders: gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}' Move existin...
|
14.2K |
| 570 | recipe-find-free-time | googleworkspace/cli |
Find Free Time Across Calendars PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Query Google Calendar free/busy status for multiple users to find a meeting slot. Steps Query free/busy: gws calendar freebusy query --json '{"timeMin": "2024-03-18T08:00:00Z", "timeMax": "2024-03-18T18:00:00Z", "items": [{"id": "user1@company.com"}, {"id": "user2@company.com"}]}' Review the output to find overlapping free slots Create event in the free slot: gws calendar +insert --summar...
|
14.2K |
| 571 | recipe-create-doc-from-template | googleworkspace/cli |
Create a Google Doc from a Template PREREQUISITE: Load the following skills to execute this recipe: gws-drive , gws-docs Copy a Google Docs template, fill in content, and share with collaborators. Steps Copy the template: gws drive files copy --params '{"fileId": "TEMPLATE_DOC_ID"}' --json '{"name": "Project Brief - Q2 Launch"}' Get the new doc ID from the response Add content: `gws docs +write --document-id NEW_DOC_ID --text ' Project: Q2 Launch Objective Launch the new feature by end of Q2.' 4...
|
14.2K |
| 572 | gws-workflow-file-announce | googleworkspace/cli |
workflow +file-announce PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Announce a Drive file in a Chat space Usage gws workflow +file-announce --file-id < ID > --space < SPACE > Flags Flag Required Default Description --file-id ✓ — Drive file ID to announce --space ✓ — Chat space name (e.g. spaces/SPACE_ID) --message — — Custom announcement message --format — — Output format: json (default), table, yaml, csv...
|
14.2K |
| 573 | gws-admin-reports | googleworkspace/cli |
admin-reports (reports_v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws admin-reports < resource > < method > [ flags ] API Resources activities list — Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more in...
|
14.2K |
| 574 | opentui | msmps/opentui-skill |
OpenTUI Platform Skill Consolidated skill for building terminal user interfaces with OpenTUI. Use decision trees below to find the right framework and components, then load detailed references. Critical Rules Follow these rules in all OpenTUI code: Use create-tui for new projects. See framework README.md quick starts. create-tui options must come before arguments. bunx create-tui -t react my-app works, bunx create-tui my-app -t react does NOT. Never call process.exit() directly. Use renderer...
|
14.1K |
| 575 | recipe-bulk-download-folder | googleworkspace/cli |
Bulk Download Drive Folder PREREQUISITE: Load the following skills to execute this recipe: gws-drive List and download all files from a Google Drive folder. Steps List files in folder: gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format json Download each file: gws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.ext Export Google Docs as PDF: gws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document....
|
14.1K |
| 576 | recipe-compare-sheet-tabs | googleworkspace/cli |
Compare Two Google Sheets Tabs PREREQUISITE: Load the following skills to execute this recipe: gws-sheets Read data from two tabs in a Google Sheet to compare and identify differences. Steps Read the first tab: gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D" Read the second tab: gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D" Compare the data and identify changes
|
14.1K |
| 577 | recipe-plan-weekly-schedule | googleworkspace/cli |
Plan Your Weekly Google Calendar Schedule PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Review your Google Calendar week, identify gaps, and add events to fill them. Steps Check this week's agenda: gws calendar +agenda Check free/busy for the week: gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}' Add a new event: gws calendar +insert --summary 'Deep Work Block' --start '2026-01...
|
14.1K |
| 578 | recipe-draft-email-from-doc | googleworkspace/cli |
Draft a Gmail Message from a Google Doc PREREQUISITE: Load the following skills to execute this recipe: gws-docs , gws-gmail Read content from a Google Doc and use it as the body of a Gmail message. Steps Get the document content: gws docs documents get --params '{"documentId": "DOC_ID"}' Copy the text from the body content Send the email: gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'
|
14.1K |
| 579 | persona-team-lead | googleworkspace/cli |
Team Lead PREREQUISITE: Load the following utility skills to operate as this persona: gws-calendar , gws-gmail , gws-chat , gws-drive , gws-sheets Lead a team — run standups, coordinate tasks, and communicate. Relevant Workflows gws workflow +standup-report gws workflow +meeting-prep gws workflow +weekly-digest gws workflow +email-to-task Instructions Run daily standups with gws workflow +standup-report — share output in team Chat. Prepare for 1:1s with gws workflow +meeting-prep . Get weekly sn...
|
14.1K |
| 580 | security-best-practices | supercent-io/skills-template |
Security Best Practices When to use this skill New project : consider security from the start Security audit : inspect and fix vulnerabilities Public API : harden APIs accessible externally Compliance : comply with GDPR, PCI-DSS, etc. Instructions Step 1: Enforce HTTPS and security headers Express.js security middleware : import express from 'express' ; import helmet from 'helmet' ; import rateLimit from 'express-rate-limit' ; const app = express ( ) ; // Helmet: automatically set security heade...
|
14.1K |
| 581 | slack | vercel-labs/agent-browser |
Slack Automation Interact with Slack workspaces to check messages, extract data, and automate common tasks. Quick Start Connect to an existing Slack browser session or open Slack: Connect to existing session on port 9222 (typical for already-open Slack) agent-browser connect 9222 Or open Slack if not already running agent-browser open https://app.slack.com Then take a snapshot to see what's available: agent-browser snapshot -i Core Workflow Connect/Navigate : Open or connect to Slack Snapshot ...
|
14.1K |
| 582 | vueuse-functions | antfu/skills |
VueUse Functions This skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant. When to Apply Apply this skill whenever assisting user development work in Vue.js / Nuxt. Always check first whether a VueUse function can implement the requirement. Pre...
|
14K |
| 583 | recipe-email-drive-link | googleworkspace/cli |
Email a Google Drive File Link PREREQUISITE: Load the following skills to execute this recipe: gws-drive , gws-gmail Share a Google Drive file and email the link with a message to recipients. Steps Find the file: gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}' Share the file: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "client@example.com"}' Email the link: gws gmail +send --to client@example.co...
|
14K |
| 584 | recipe-generate-report-from-sheet | googleworkspace/cli |
Generate a Google Docs Report from Sheet Data PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-docs , gws-drive Read data from a Google Sheet and create a formatted Google Docs report. Steps Read the data: gws sheets +read --spreadsheet SHEET_ID --range "Sales!A1:D" Create the report doc: gws docs documents create --json '{"title": "Sales Report - January 2025"}' Write the report: `gws docs +write --document-id DOC_ID --text ' Sales Report - January 2025 Summary T...
|
14K |
| 585 | react-native-best-practices | callstackincubator/agent-skills |
React Native Best Practices Overview Performance optimization guide for React Native applications, covering JavaScript/React, Native (iOS/Android), and bundling optimizations. Based on Callstack's "Ultimate Guide to React Native Optimization". Skill Format Each reference file follows a hybrid format for fast lookup and deep understanding: Quick Pattern: Incorrect/Correct code snippets for immediate pattern matching Quick Command: Shell commands for process/measurement skills Quick Config: Co...
|
14K |
| 586 | recipe-reschedule-meeting | googleworkspace/cli |
Reschedule a Google Calendar Meeting PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Move a Google Calendar event to a new time and automatically notify all attendees. Steps Find the event: gws calendar +agenda Get event details: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' Update the time: gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"start": {"dateTime": "...
|
14K |
| 587 | proactive-agent | halthelobster/proactive-agent |
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
|
14K |
| 588 | two-factor-authentication-best-practices | better-auth/skills |
Setup Add twoFactor() plugin to server config with issuer Add twoFactorClient() plugin to client config Run npx @better-auth/cli migrate Verify: check that twoFactorSecret column exists on user table import { betterAuth } from "better-auth" ; import { twoFactor } from "better-auth/plugins" ; export const auth = betterAuth ( { appName : "My App" , plugins : [ twoFactor ( { issuer : "My App" , } ) , ] , } ) ; Client-Side Setup import { createAuthClient } from "better-auth/client" ; import { twoFac...
|
13.9K |
| 589 | recipe-save-email-to-doc | googleworkspace/cli |
Save a Gmail Message to Google Docs PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-docs Save a Gmail message body into a Google Doc for archival or reference. Steps Find the message: gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format table Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' Create a doc with the content: gws docs documents create --json '{"ti...
|
13.9K |
| 590 | recipe-watch-drive-changes | googleworkspace/cli |
Watch for Drive Changes PREREQUISITE: Load the following skills to execute this recipe: gws-events Subscribe to change notifications on a Google Drive file or folder. Steps Create subscription: gws events subscriptions create --json '{"targetResource": "//drive.googleapis.com/drives/DRIVE_ID", "eventTypes": ["google.workspace.drive.file.v1.updated"], "notificationEndpoint": {"pubsubTopic": "projects/PROJECT/topics/TOPIC"}, "payloadOptions": {"includeResource": true}}' List active subscriptions: ...
|
13.9K |
| 591 | recipe-label-and-archive-emails | googleworkspace/cli |
Label and Archive Gmail Threads PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Apply Gmail labels to matching messages and archive them to keep your inbox clean. Steps Search for matching emails: gws gmail users messages list --params '{"userId": "me", "q": "from:notifications@service.com"}' --format table Apply a label: gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"addLabelIds": ["LABEL_ID"]}' Archive (remove from inbox): gw...
|
13.9K |
| 592 | recipe-create-shared-drive | googleworkspace/cli |
Create and Configure a Shared Drive PREREQUISITE: Load the following skills to execute this recipe: gws-drive Create a Google Shared Drive and add members with appropriate roles. Steps Create shared drive: gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}' Add a member: gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "member@company.com"}' List member...
|
13.9K |
| 593 | persona-it-admin | googleworkspace/cli |
IT Administrator PREREQUISITE: Load the following utility skills to operate as this persona: gws-gmail , gws-drive , gws-calendar Administer IT — monitor security and configure Workspace. Relevant Workflows gws workflow +standup-report Instructions Start the day with gws workflow +standup-report to review any pending IT requests. Monitor suspicious login activity and review audit logs. Configure Drive sharing policies to enforce organizational security. Tips Always use --dry-run before bulk oper...
|
13.9K |
| 594 | recipe-schedule-recurring-event | googleworkspace/cli |
Schedule a Recurring Meeting PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Create a recurring Google Calendar event with attendees. Steps Create recurring event: gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Weekly Standup", "start": {"dateTime": "2024-03-18T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2024-03-18T09:30:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO"], "atte...
|
13.8K |
| 595 | recipe-create-task-list | googleworkspace/cli |
Create a Task List and Add Tasks PREREQUISITE: Load the following skills to execute this recipe: gws-tasks Set up a new Google Tasks list with initial tasks. Steps Create task list: gws tasks tasklists insert --json '{"title": "Q2 Goals"}' Add a task: gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Review Q1 metrics", "notes": "Pull data from analytics dashboard", "due": "2024-04-01T00:00:00Z"}' Add another task: gws tasks tasks insert --params '{"tasklist": "TAS...
|
13.8K |
| 596 | recipe-find-large-files | googleworkspace/cli |
Find Largest Files in Drive PREREQUISITE: Load the following skills to execute this recipe: gws-drive Identify large Google Drive files consuming storage quota. Steps List files sorted by size: gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table Review the output and identify files to archive or move
|
13.8K |
| 597 | recipe-block-focus-time | googleworkspace/cli |
Block Focus Time on Google Calendar PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Create recurring focus time blocks on Google Calendar to protect deep work hours. Steps Create recurring focus block: gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Focus Time", "description": "Protected deep work block", "start": {"dateTime": "2025-01-20T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-20T11:00:00", "timeZ...
|
13.8K |
| 598 | recipe-share-doc-and-notify | googleworkspace/cli |
Share a Google Doc and Notify Collaborators PREREQUISITE: Load the following skills to execute this recipe: gws-drive , gws-docs , gws-gmail Share a Google Docs document with edit access and email collaborators the link. Steps Find the doc: gws drive files list --params '{"q": "name contains '\''Project Brief'\'' and mimeType = '\''application/vnd.google-apps.document'\''"}' Share with editor access: gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "writer", "type": ...
|
13.8K |
| 599 | persona-event-coordinator | googleworkspace/cli |
Event Coordinator PREREQUISITE: Load the following utility skills to operate as this persona: gws-calendar , gws-gmail , gws-drive , gws-chat , gws-sheets Plan and manage events — scheduling, invitations, and logistics. Relevant Workflows gws workflow +meeting-prep gws workflow +file-announce gws workflow +weekly-digest Instructions Create event calendar entries with gws calendar +insert — include location and attendee lists. Prepare event materials and upload to Drive with gws drive +upload . S...
|
13.8K |
| 600 | persona-customer-support | googleworkspace/cli |
Customer Support Agent PREREQUISITE: Load the following utility skills to operate as this persona: gws-gmail , gws-sheets , gws-chat , gws-calendar Manage customer support — track tickets, respond, escalate issues. Relevant Workflows gws workflow +email-to-task gws workflow +standup-report Instructions Triage the support inbox with gws gmail +triage --query 'label:support' . Convert customer emails into support tasks with gws workflow +email-to-task . Log ticket status updates in a tracking shee...
|
13.8K |