action-creator

Community

One-click, user-specific email actions.

Authordinequickly
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you create reusable, user-specific TypeScript action templates that can be triggered with a single click in the chat interface, transforming repetitive email tasks into moments of automation.

Core Features & Use Cases

  • Export a config object and a handler function to define reusable actions tailored to each user's workflow
  • Store action templates in agent/custom_scripts/actions/ for on-demand execution via chat
  • Examples: "Send payment reminders to a vendor", "Forward bugs to engineering", "Archive newsletters from selected sources"

Quick Start

Create a new action template file named send-payment-reminder_vendor.ts with a defined config and a handler that, when invoked with parameters (vendorEmail, invoiceNumber, amount, dueDate, daysPastDue), sends a payment reminder email to the vendor.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: action-creator
Download link: https://github.com/dinequickly/agentsGUI/archive/main.zip#action-creator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository