kit
Kit (formerly ConvertKit) API integration with managed OAuth. Manage email subscribers, forms, tags, sequences, broadcasts, and custom fields. Use this skill when users want to manage their email marketing lists, create or update subscribers, manage tags, or work with email sequences and broadcasts. 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/kitWhat This Skill Does
The Kit (formerly ConvertKit) skill provides a secure, streamlined interface for OpenClaw AI agents to interact with your email marketing platform. By utilizing managed OAuth authentication through the Maton gateway, this skill abstracts away the complexities of token handling and API headers. It allows your agent to perform administrative and marketing tasks such as managing subscribers, organizing audiences via tags, deploying email sequences, and broadcasting updates. The skill acts as a proxy, directing requests to the native Kit API while ensuring your credentials remain secure and authorized through the Maton controller.
Installation
To integrate this skill into your environment, use the command: clawhub install openclaw/skills/skills/byungkyu/kit. After installation, ensure you have set your Maton API key as an environment variable by executing export MATON_API_KEY="YOUR_API_KEY". Before performing API operations, you must establish an active connection via the ctrl.maton.ai endpoint. Use the provided Python snippet to create a connection, then navigate to the returned URL in your web browser to complete the OAuth handshake with your Kit account.
Use Cases
This skill is perfect for automating routine email marketing workflows. Common use cases include: segmenting your audience based on specific user behavior or interactions, bulk-adding new leads from external forms, cleaning your subscriber list by removing inactive users based on activity data, and scheduling time-sensitive broadcast emails. Developers can also use this to synchronize custom fields between external databases and Kit, ensuring marketing efforts remain aligned with current user profiles.
Example Prompts
- "Find all subscribers with the tag 'newsletter-sub' and move them into the 'premium-member' segment."
- "Get the latest stats for my recent broadcast and summarize the open rate and click-through rate for me."
- "Create a new subscriber named Jane Doe with the email '[email protected]' and apply the tag 'onboarding'."
Tips & Limitations
Always verify your connection status using the list connections command if your agent encounters authentication errors. The skill proxies directly to the native Kit API, meaning you should consult the official Kit documentation for specific endpoints and payload structures. Be aware that rate limits defined by the Kit API still apply. Avoid running high-frequency batch operations without implementing necessary sleep or pagination logic to maintain API stability.
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-kit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
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.