Generates a new EmailProviderAdapter implementation skeleton that conforms
to the contract in lib/providers/types.ts. Use when adding a new email
provider (e.g., a new IMAP variant or a future provider).
Generates a new EmailProviderAdapter implementation skeleton that conforms
to the contract in lib/providers/types.ts. Use when adding a new email
provider (e.g., a new IMAP variant or a future provider).
author
sekpriAI team
version
1.0.0
user-invocable
true
Email Provider Adapter Skill
When to use
Invoke this skill when you need to create a new email provider adapter that
implements the EmailProviderAdapter interface.
What it generates
A new folder under lib/providers/<provider-name>/
Files:
index.ts — factory function create<Name>Adapter(account): EmailProviderAdapter