Total 30,804 skills
Showing 12 of 30804 skills
Google Chat: Send a message to a space.
Query Google Calendar free/busy status for multiple users to find a meeting slot.
Create a Gmail filter to automatically label, star, or categorize incoming messages.
Review your Google Calendar week, identify gaps, and add events to fill them.
Find Gmail messages with attachments and save them to a Google Drive folder.
List and download all files from a Google Drive folder.
Google Workflow: Announce a Drive file in a Chat space.
Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".
Encrypted backup and restore for OpenClaw Agent workspace files (SOUL.md, MEMORY.md, IDENTITY.md, AGENTS.md, TOOLS.md). Uses tar + openssl (AES-256-CBC) encryption and soul-upload.com API. Auto-generates a new random password for each backup (DO NOT reuse passwords). Use when the user needs to: (1) Back up or upload agent workspace files, (2) Restore or download a previous backup, (3) Delete a backup from remote storage, or (4) Manage encrypted agent persistence.
Executes long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations or parsing large datasets.
Implements caching strategies for Flutter apps to improve performance and offline support. Use when retaining app data locally to reduce network requests or speed up startup.
Read data from two tabs in a Google Sheet to compare and identify differences.