← Back to Skills Marketplace
6390
Downloads
3
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install constant-contact
Description
Constant Contact API integration with managed OAuth. This is a write-capable integration — it can read, create, update, delete, and bulk-modify contacts, ema...
Usage Guidance
Install only if you want an agent to administer a Constant Contact account through Maton. Keep MATON_API_KEY secret, use the Maton-Connection header when multiple accounts exist, review exact resource IDs before approving writes, and be especially careful with bulk contact changes, sender-email changes, OAuth connection deletion, and campaign sends.
Capability Analysis
Type: OpenClaw Skill
Name: constant-contact
Version: 1.0.5
The skill provides a legitimate integration for Constant Contact via the Maton API gateway (api.maton.ai). The SKILL.md file contains comprehensive documentation and safety instructions that explicitly direct the AI agent to require user approval for all write operations and to default to read-only actions. The provided Python code examples are standard API interactions using built-in libraries, and there is no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
The skill’s main purpose is Constant Contact administration, and the documented read/write operations for contacts, lists, campaigns, segments, analytics, account emails, and OAuth connections fit that integration purpose. Account and connection management broaden the surface beyond the short description, but they are visible in the documentation and not hidden.
Instruction Scope
The instructions default to read-only use, require explicit approval for POST, PUT, PATCH, DELETE, bulk actions, and campaign sending or scheduling, and call out irreversible campaign sends and multi-account connection selection.
Install Mechanism
The artifact is a single markdown skill with no executable installer, dependencies, background service, or local setup beyond requiring the MATON_API_KEY environment variable.
Credentials
Network access and a sensitive Maton API key are necessary for the stated integration, but the key can affect Constant Contact account data and external email delivery, so users should treat it as privileged.
Persistence & Privilege
The skill uses Maton-managed OAuth connections and documents listing, creating, selecting, and deleting those connections. It does not add local persistence or privilege escalation behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install constant-contact - After installation, invoke the skill by name or use
/constant-contact - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- Updated API hostname from gateway.maton.ai/ctrl.maton.ai to api.maton.ai throughout documentation and examples.
- Clarified that this integration is write-capable (supports create, update, delete, and bulk-modify operations) and includes segments in its scope.
- Strongly emphasized user confirmation requirements for all write, bulk, and high-impact operations, with new step-by-step safety guidelines.
- Improved security documentation, including explanations about connection management, resource scoping, and the need to use the correct Maton-Connection header for multi-account setups.
- Removed LICENSE.txt file.
v1.0.4
- Expanded skill to include additional resources: tags, custom fields, segments, and bulk operations.
- Improved and clarified documentation for query parameters, example usage, and response samples across all endpoints.
- Added missing endpoints and examples for account management, sender email management, and subresource inclusion.
- Updated instructions to specify required fields (such as `create_source` when creating contacts).
- Refined skill description for greater accuracy and detail regarding supported features.
v1.0.3
- Added a new clawdbot metadata section specifying an emoji and required environment variable (MATON_API_KEY).
- No changes to skill features or user-facing functionality; documentation metadata only.
v1.0.2
- Documentation in SKILL.md reformatted or rewritten.
- No functional changes; only documentation was updated.
v1.0.1
No changes detected in this version.
- Version number updated from 1.0 to 1.0.1.
- No file changes present between this and the previous version.
v1.0.0
Constant Contact skill v1.0.0 – Initial release
- Adds integration with Constant Contact API for managing contacts, email campaigns, lists, segments, tags, and custom fields.
- Supports managed OAuth connections via Maton platform with simple connection management.
- Provides endpoints for creating, updating, deleting, and listing contacts, lists, and tags.
- Includes API references and Python code samples for quick start and connection management.
- Requires network access and a valid Maton API key.
Metadata
Frequently Asked Questions
What is Constant Contact?
Constant Contact API integration with managed OAuth. This is a write-capable integration — it can read, create, update, delete, and bulk-modify contacts, ema... It is an AI Agent Skill for Claude Code / OpenClaw, with 6390 downloads so far.
How do I install Constant Contact?
Run "/install constant-contact" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Constant Contact free?
Yes, Constant Contact is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Constant Contact support?
Constant Contact is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Constant Contact?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.5.
More Skills