convertkit
ConvertKit (Kit) creator marketing — manage subscribers, forms, sequences, broadcasts, tags, and automations via the ConvertKit API. Build email lists, create automated sequences, send broadcasts, and track subscriber engagement. Built for AI agents — Python stdlib only, zero dependencies. Use for creator email marketing, newsletter management, subscriber growth, email sequences, and audience building.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/convertkitWhat This Skill Does
The ConvertKit skill for OpenClaw provides a powerful, dependency-free Python interface to manage your creator marketing ecosystem directly from the CLI or within your AI agent workflows. It enables comprehensive control over subscriber lifecycle management, including adding and searching for users, managing tags, and monitoring engagement. Beyond basic subscriber lists, the skill offers granular access to your email marketing infrastructure, allowing agents to automate repetitive tasks like triggering subscriber tagging upon specific actions, managing drip sequences, and monitoring performance across forms and broadcasts. Built on top of the native ConvertKit API, it is designed for reliability and zero-overhead performance, making it the ideal choice for scaling newsletter management and creator outreach.
Installation
To integrate this skill into your agentic environment, use the OpenClaw CLI:
clawhub install openclaw/skills/skills/aiwithabidi/convertkit
Ensure you have configured your environment by setting the CONVERTKIT_API_KEY in your system's environment variables. This key acts as the authentication bridge to your ConvertKit account, granting the agent permission to perform read and write operations on your subscriber database.
Use Cases
- Automated Newsletter Growth: Automatically tag new subscribers based on the form they used to sign up, allowing for highly segmented, personalized email journeys.
- Subscriber Segmentation: Search for users by attributes or tags to perform bulk cleanup or targeted re-engagement campaigns.
- Drip Campaign Management: Programmatically list sequence statistics to identify high-performing content and optimize automated follow-ups.
- CRM Synchronization: Bridge data between external sources and your email list by syncing custom subscriber attributes using the dedicated field management capabilities.
Example Prompts
- "Check for new subscribers who signed up in the last week and tag them as 'Potential VIP' if they have a Gmail address."
- "List all current active sequences and give me a summary of how many subscribers are in each one so I can check for bottlenecks."
- "Search for the subscriber with the email '[email protected]' and let me know which tags are currently applied to her profile."
Tips & Limitations
- Performance: Since this uses the standard Python library with zero dependencies, it is lightweight. However, always be mindful of API rate limits imposed by ConvertKit when running mass subscriber updates.
- Security: Ensure that your
CONVERTKIT_API_KEYis kept secure in a secret store and never hardcoded into your project scripts. - Data Integrity: When performing bulk tag removals or subscriber updates, verify the criteria using
subscriber-searchfirst to avoid unintended changes to your audience segments.
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-aiwithabidi-convertkit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.