From Gradient Works Automations
Look up Gradient Works ABK (Automation Builder Kit) invocable action reference docs. Use this when interpreting a flow configuration returned by get_flow_version, when building a new Salesforce flow and you need to know which Gradient Works actions to use and what inputs/outputs they expect, or when diagnosing flow errors, identifying invalid configurations, or validating that action inputs match expected types — the reference docs define authoritative input/output types for all GW actions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gw-automations:gw-abk-actions <category or action name, e.g. 'matching', 'queues', or 'Convert Lead'><category or action name, e.g. 'matching', 'queues', or 'Convert Lead'>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reference docs for all Gradient Works invocable actions, organized by category.
Reference docs for all Gradient Works invocable actions, organized by category.
| Category | Slug | Description |
|---|---|---|
| Queues | queues | Enqueue records and assign items to users |
| Matching | matching | Match leads to accounts, contacts, and other leads |
| Flows | flows | Lifecycle actions — Start, Finish, Resume, Failed, Execute Subflow |
| Next Steps | next-steps | Post-assignment actions: tasks, cadences, Slack, email |
| Collections | collections | Build record maps, run SOQL queries, build text collections |
| Dynamic Books | dynamic-books | Check account eligibility against target books, trigger retrievals |
| Users | users | Read and update rep capacity and weight on a queue |
| Logs | logs | Write messages to the Gradient Works log for flow debugging |
| Events | events | Handle Gradient Works platform events |
| Leads | leads | Convert leads individually or in bulk |
| Assign | assign | Direct assignment actions |
| Notifications | notifications | Send assignment email notifications |
| Utils | utils | Utility actions including domain denylist evaluation |
Based on the argument or context:
For each relevant category, read:
./references/<slug>.md
For example:
./references/matching.md
./references/queues.md
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub gradient-works/agent-plugins --plugin gw-automations