productivity▌
6,493 indexed skills · max 10 per page
recipe-watch-drive-changes
googleworkspace/cli · Productivity
Subscribe to Google Drive file and folder changes via Pub/Sub notifications. \n \n Requires the gws-events skill and gws binary to execute \n Creates event subscriptions on Drive resources with configurable notification endpoints and payload options \n Supports subscription lifecycle management: create, list, and renew subscriptions before expiry \n Delivers change events (file updates) to Google Cloud Pub/Sub topics for downstream processing \n
lark-event
larksuite/cli · Productivity
event (v1) \n \n 前置条件: 先阅读 ../lark-shared/SKILL.md 了解认证、权限处理和安全规则。 \n \n Shortcuts(推荐优先使用) \n Shortcut 是对常用操作的高级封装( lark-cli event +<verb> [flags] )。有 Shortcut 的操作优先使用。 \n \n \n \n Shortcut \n 说明 \n \n \n \n \n +subscribe \n Subscribe to Lark events via WebSocket long connection (read-only, NDJSON output); bot-only; supports compact agent-friendly format, regex routing, file output \n \n \n
logging-best-practices
boristane/agent-skills · Productivity
Structured logging pattern using wide events for comprehensive request-level debugging and analytics. \n \n Consolidates all request context into a single JSON event per service, emitted at completion, rather than scattering log lines throughout handlers \n Emphasizes high cardinality fields (user IDs, request IDs) and high dimensionality (many fields per event) to enable flexible querying and correlation across services \n Requires business context in every event: subscription tier, cart value,
super-search
supermemoryai/claude-supermemory · Productivity
Search your coding memory for past work, sessions, and implementation details. \n \n Queries personal session memories, project/repo memories, or both in parallel using optional scope flags ( --user , --repo , --both ) \n Returns formatted results with timestamps and relevance scores to help recall previous decisions, implementations, and coding patterns \n Designed for retrieving context about past work when users ask about earlier sessions, how something was implemented, or what they worked on
power-bi-performance-troubleshooting
github/awesome-copilot · Productivity
Systematic framework for diagnosing and resolving Power BI performance bottlenecks across models, reports, and infrastructure. \n \n Covers four diagnostic areas: model design and DAX efficiency, report layout and visual complexity, infrastructure capacity, and data source connectivity \n Includes step-by-step troubleshooting methodology with issue classification, baseline metrics collection, and targeted diagnosis workflows \n Provides concrete optimization patterns for DAX formulas, storage mo
recipe-create-task-list
googleworkspace/cli · Productivity
Initialize a Google Tasks list and populate it with multiple tasks via command sequence. \n \n Requires the gws-tasks skill to execute task list and task management operations \n Provides step-by-step commands to create a new task list, add tasks with optional notes and due dates, and display results in table format \n Demonstrates task insertion with structured JSON payloads including title, notes, and ISO 8601 due date formatting \n
openclaw-backup
theagentservice/skills · Productivity
Encrypted backup and restore for OpenClaw Agent workspace files with auto-generated AES-256-CBC passwords. \n \n Supports three core operations: upload workspace files with auto-generated encryption passwords, download and decrypt previous backups, and delete remote backups from soul-upload.com \n Automatically backs up default OpenClaw files (SOUL.md, MEMORY.md, IDENTITY.md, AGENTS.md, TOOLS.md) or user-specified files; stores recovery information including auto-generated passwords in .openclaw
recipe-create-feedback-form
googleworkspace/cli · Productivity
Create a Google Form for feedback collection and distribute it via email. \n \n Requires gws-forms and gws-gmail skills as dependencies \n Two-step workflow: create a form with custom title and document name, then email the responder URI to recipients \n Designed for feedback collection scenarios such as post-event surveys or attendee input gathering \n
clerk-webhooks
clerk/skills · Productivity
Real-time event webhooks for syncing Clerk user, organization, and session data to external systems. \n \n Supports 40+ event types across users, organizations, sessions, roles, permissions, invitations, and communications \n Includes built-in webhook verification via verifyWebhook() and automatic retry logic through Svix (up to 3 days) \n Best suited for background tasks like database syncing, notifications, and integrations; not for synchronous flows requiring immediate data access \n Requires
stripe-integration
wshobson/agents · Productivity
Stripe payment processing with checkout sessions, subscriptions, webhooks, and customer management. \n \n Supports three checkout approaches: Stripe-hosted checkout (lowest maintenance), custom UI with Payment Element, and Payment Intents for bespoke control \n Handles subscriptions, one-time payments, refunds, and disputes with built-in webhook event handling for payment success, failure, and subscription lifecycle changes \n Includes customer management, payment method storage, and customer po