Integrate ActiveCampaign CRM functionality into your AI agent workflows for seamless lead management and automated sales pipelines.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install activecampaign
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install activecampaign using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ActiveCampaign skill is a specialized integration designed to empower developers using Openclaw Skills with robust CRM and marketing automation capabilities. It provides a direct interface to manage contacts, track the sales pipeline through deal stages, and segment audiences using tags. By utilizing this skill, you can bridge the gap between AI-driven interactions and your central sales database, ensuring every lead is captured and nurtured effectively.
This tool is built for high-performance sales environments where managing demo attendees, prospects, and customers requires precision. It allows for the synchronization of complex data structures, including custom fields for billing, shipping, and subscription statuses, making it an essential component of the Openclaw Skills ecosystem for anyone focused on growth and conversion optimization.
You can configure the skill using a directory-based config or environment variables. This is a vital step for enabling Openclaw Skills to communicate with your CRM.
# Create config directory
mkdir -p ~/.config/activecampaign
# Add credentials
echo "https://youraccount.api-us1.com" > ~/.config/activecampaign/url
echo "your-api-key" > ~/.config/activecampaign/api_key
# Or use environment variables
export ACTIVECAMPAIGN_URL="https://youraccount.api-us1.com"
export ACTIVECAMPAIGN_API_KEY="your-api-key"
To map specific business data, initialize the field configuration:
# Initialize config from sample
activecampaign config init
# Edit field IDs to match your ActiveCampaign dashboard
nano ~/.config/activecampaign/fields.json
The skill manages data across several core CRM entities and supports an extensive range of custom fields for specialized tracking.
| Category | Key Data Points |
|---|---|
| Contacts | ID, Email, First/Last Name, Tags, List Membership |
| Deals | ID, Title, Pipeline Stage, Value, Currency |
| Orders | ID, Date, Total, Status, Discount, Payment Method |
| Shipping | Name, Address, City, State, Postal Code, Country |
| Subscription | Plan, Status, Amount, Interval, Trial End Dates |
| Automations | Automation ID, Contact Association Status |
Loading
A methodical AI research agent providing exhaustive, multi-cycle investigations with APA-compliant documentation.

Atris is a codebase intelligence tool that generates structured navigation maps with exact file and line references to eliminate redundant file scanning by AI agents.

A comprehensive browser automation tool for form filling, data extraction, and scheduled monitoring.

A specialized automation tool for extracting, summarizing, and tracking the latest AI product developments and research from premier technical sources.

AgentMail enables AI agents to send, receive, and manage email communication programmatically through a robust API.

A powerful AI agent skill to search hotel availability, compare wholesale prices, and set automated price drop alerts via the Amadeus API.








































