event▌
16 indexed skills · max 10 per page
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
recipe-share-event-materials
googleworkspace/cli · Productivity
Automatically share Google Drive files with all attendees of a Calendar event. \n \n Requires gws-calendar and gws-drive skills as dependencies \n Retrieves event attendee list from Google Calendar, then grants each attendee reader access to specified Drive files \n Includes verification step to confirm sharing permissions were applied successfully \n
tooluniverse-adverse-event-detection
mims-harvard/tooluniverse · Productivity
When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.
event-driven-detector
geeksfino/finskills · Productivity
扮演特殊情况分析师。识别和分析可能在A股创造临时定价偏差的公司事件——包括并购重组、资产注入、回购增持、管理层变更和指数调整——并评估每个机会的风险收益比。
event-store-design
sickn33/antigravity-awesome-skills · Frontend
Comprehensive guide to designing event stores for event-sourced applications.
tauri-event-system
bobmatnyc/claude-mpm-skills · Productivity
Basic event emission:
wix-cli-backend-event
wix/skills · Backend
Creates event extensions for Wix CLI applications. Events are triggered when specific conditions occur—on a Wix user's site for app projects, or on your project's site for headless projects. Your project responds using event extensions built on JavaScript SDK webhooks; the CLI subscribes your project to these webhooks.
spring-boot-event-driven-patterns
giuseppe-trisciuoglio/developer-kit · Productivity
Event-Driven Architecture patterns for Spring Boot using domain events, transactional listeners, and Kafka messaging. \n \n Covers domain event design, ApplicationEventPublisher integration, and @TransactionalEventListener configuration for local event handling with AFTER_COMMIT phase guarantees \n Supports distributed messaging via Kafka and Spring Cloud Stream for inter-service communication with functional consumer beans \n Implements the transactional outbox pattern for reliable event publis
recipe-schedule-recurring-event
googleworkspace/cli · Productivity
Schedule recurring Google Calendar events with attendees and recurrence rules. \n \n Requires the gws-calendar skill and gws bin to be loaded \n Supports full iCalendar recurrence rules (RRULE) for flexible scheduling patterns like weekly, monthly, or custom intervals \n Includes attendee management, timezone configuration, and event verification via agenda view \n
recipe-batch-invite-to-event
googleworkspace/cli · Productivity
Batch-add attendees to Google Calendar events with automatic notifications. \n \n Requires the gws-calendar skill and gws binary to execute \n Workflow includes three steps: retrieve the event, patch attendees with sendUpdates: \"all\" to notify participants, and verify the update \n Supports adding multiple attendees in a single operation by passing an array of email addresses \n