What problem does it solve?
This Skill helps users design reusable, one-click action templates that automate common email workflows within the chat interface, reducing manual steps and context switching.
Core Features & Use Cases
- Template-driven actions: Generate TypeScript action templates that define a reusable operation (e.g., archive newsletters, forward bug reports, send payment reminders).
- Config + parameters: Each template exports a config object with metadata and a parameterSchema, enabling dynamic, user-specific instances.
- Chat-driven execution: Actions appear as clickable buttons in chat, enabling fast, deterministic operations without leaving the conversation.
- Operational examples: Create templates for reminders to vendors, routing bug reports to engineering, or archiving newsletters with contextual details.
Quick Start
Create a TypeScript file in agent/custom_scripts/actions/ that exports a config and handler, then expose it as a user-invocable action template within the chat interface.