← Back to Skills Marketplace
7355
Downloads
5
Stars
5
Active Installs
4
Versions
Install in OpenClaw
/install kit
Description
Kit (formerly ConvertKit) API integration with managed OAuth. Manage email subscribers, forms, tags, sequences, broadcasts, and custom fields. Use this skill...
Usage Guidance
Install only if you trust Maton with access to the connected Kit account and the subscriber/customer data in it. Keep MATON_API_KEY private, use the Maton-Connection header when multiple accounts exist, and review every write, delete, broadcast, webhook, or subscriber-modification action before approving it.
Capability Analysis
Type: OpenClaw Skill
Name: kit
Version: 1.0.3
The 'kit' skill is a legitimate API integration for Kit (formerly ConvertKit) using the Maton (api.maton.ai) proxy service for managed OAuth. It provides standard functionality for managing subscribers, tags, and forms, and includes explicit instructions in SKILL.md requiring user approval for write operations. The provided Python and JavaScript code examples are standard for API interactions and do not exhibit any signs of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The stated purpose matches the documented capabilities: reading and managing Kit subscribers, tags, forms, sequences, broadcasts, custom fields, purchases, templates, and webhooks. These can affect customer/email-marketing data, but they are central to the skill's purpose and are disclosed.
Instruction Scope
The skill documents read and write API calls and explicitly requires user approval before create, update, or delete operations, including confirmation of the target resource and intended effect.
Install Mechanism
The artifact contains a single Markdown SKILL.md file with examples and no executable installer, package dependency, background script, or hidden runtime component.
Credentials
Network access and a MATON_API_KEY are proportionate for managed OAuth access to Kit, and the skill states that Maton proxies requests to api.kit.com. Subscriber emails and account metadata may pass through Maton's service.
Persistence & Privilege
OAuth connections can persist until deleted, but the skill documents connection listing, selection, creation, and deletion. No hidden persistence, privilege escalation, automatic execution, or destructive background behavior was found.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kit - After installation, invoke the skill by name or use
/kit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Changed all API endpoint references from `gateway.maton.ai` and `ctrl.maton.ai` to `api.maton.ai` for consistency and future compatibility.
- Updated Quick Start and example code snippets to use the new `api.maton.ai` base URL.
- Updated connection management instructions and URLs to match the new endpoint structure.
- Added a Security & Permissions section: clarifies resource access scopes and explicitly requires user confirmation before any write operations.
- Removed the LICENSE.txt file from the project.
v1.0.2
- Added clawdbot metadata to SKILL.md, specifying an emoji and required MATON_API_KEY environment variable.
- No behavioral changes to the skill; documentation update only.
- Ensures better metadata compatibility for automated tools.
v1.0.1
- SKILL.md reformatted and whitespace changes only.
- No functional or documentation content changes.
v1.0.0
Initial release of kit API skill integrating Kit (formerly ConvertKit) with managed OAuth.
- Manage email subscribers, tags, forms, sequences, broadcasts, custom fields, and webhooks via Kit API.
- OAuth connection and management handled through Maton platform.
- Base URLs and authentication instructions provided for easy integration.
- Includes Python request code examples for all supported endpoints.
- Supports multiple Kit connections with header selection.
- Detailed API reference for all major Kit objects (subscribers, tags, forms, sequences, broadcasts).
Metadata
Frequently Asked Questions
What is Kit?
Kit (formerly ConvertKit) API integration with managed OAuth. Manage email subscribers, forms, tags, sequences, broadcasts, and custom fields. Use this skill... It is an AI Agent Skill for Claude Code / OpenClaw, with 7355 downloads so far.
How do I install Kit?
Run "/install kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kit free?
Yes, Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Kit support?
Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kit?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.3.
More Skills