mailerlite
MailerLite API integration with managed OAuth. Manage email subscribers, groups, campaigns, automations, and forms. Use this skill when users want to add subscribers, create email campaigns, manage groups, or work with MailerLite automations. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/mailerliteWhat This Skill Does
The MailerLite skill enables OpenClaw agents to interface seamlessly with the MailerLite API using managed OAuth authentication. By leveraging the Maton.ai gateway, the skill allows you to programmatically manage your email marketing infrastructure. You can create or update subscribers, organize audiences into specific groups, initiate email campaigns, and manage automations or forms without manually handling complex OAuth tokens or rotating API keys. The skill acts as a proxy, routing your requests to the native MailerLite endpoints while ensuring secure, persistent connectivity through the managed ctrl.maton.ai platform.
Installation
To install this skill, use the OpenClaw command-line interface:
clawhub install openclaw/skills/skills/byungkyu/mailerlite
Once installed, ensure you have set your MATON_API_KEY environment variable. You can generate this key by signing in at maton.ai/settings. To establish a connection, navigate to https://ctrl.maton.ai and trigger an OAuth flow to authenticate with your MailerLite account.
Use Cases
- Subscriber Management: Automatically sync users from your CRM or website forms into MailerLite subscriber lists.
- Campaign Automation: Trigger email campaigns based on external events or data analysis performed by other OpenClaw skills.
- Audience Segmentation: Dynamically move subscribers between groups based on their engagement levels or recent purchases.
- Forms and Data Collection: Integrate custom web forms or survey data directly into your MailerLite automation workflows.
Example Prompts
- "Add the user [email protected] to my 'Newsletter' group in MailerLite and set their status to active."
- "List the last 10 subscribers added to my account so I can review recent growth."
- "Check if my MailerLite connection is active, and if so, fetch the list of all available automation workflows."
Tips & Limitations
- Token Security: Always store your
MATON_API_KEYin environment variables rather than hardcoding them in scripts. - Connection Status: If API calls return unauthorized errors, verify your connection status at
https://ctrl.maton.aiand re-authenticate if necessary. - Rate Limiting: Be mindful of MailerLite's native API rate limits; excessively frequent polling can lead to temporary blocks.
- Routing: Use the
api-gatewayskill for services not supported by this dedicated integration.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-mailerlite": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.