active-campaign
| ActiveCampaign API integration with managed OAuth. Marketing automation, CRM, contacts, deals, and email campaigns. Use this skill when users want to manage contacts, deals, tags, lists, automations, or campaigns in ActiveCampaign. For other third party apps, use the api-gatewa
Install caution
Risk: High
Source: OpenClaw Master Skills
Path: skills/active-campaign/SKILL.md
Review flags: browser/session access, credential or secret references, filesystem/home-directory access, network access or external URLs. These are review signals, not definitive security judgments; inspect before installing.
Required permissions
- • Environment variables / secrets
- • Shell commands
- • Network/API usage
- • Filesystem/home access
- • Browser/session access
Permissions are inferred from SKILL.md text only. They are review prompts, not guarantees about runtime behavior.
Risk flags explained
Mentions browser automation, cookies, sessions, local storage, or browser state.
Mentions tokens, API keys, passwords, or private-key style environment variables.
Mentions filesystem writes, deletes, home-directory paths, or config/key locations.
Mentions external URLs, network APIs, downloads, or HTTP client usage.
Contains shell command snippets. Review commands before copy/paste or agent execution.
Score explanation
Trust
- • Trust starts at 90 before review-signal penalties and metadata bonuses.
- • Risk-signal penalty: -63 from 5 detected flag(s).
- • Metadata bonus: +2 from author/version/description fields.
Utility
- • Utility starts at 55 and rewards clear descriptions, runnable examples, and explicit setup needs.
- • Description present: yes.
- • Command examples detected: 1.
- • Environment variables detected: 3.
Momentum
- • Momentum starts at 45 and uses public repo activity signals.
- • Recent repo update within 18 days.
- • Recent commit volume: 2 commit(s) in the lookback window (+6).
- • Source has strong public adoption: 2110 stars.
- • Fork activity suggests reuse: 319 forks.
Overall
- • Overall score weights trust 45%, utility 35%, and momentum 20%.
Detected signals
Env vars
- • API
- • MATON_API_KEY
- • YOUR_API_KEY
Commands
- • python <<'EOF'
URLs
- • https://clawhub.ai/byungkyu/api-gateway
- • https://connect.maton.ai/?session_token=...
- • https://ctrl.maton.ai/connections
- • https://ctrl.maton.ai/connections/{connection_id}
- • https://ctrl.maton.ai/connections?app=active-campaign&status=ACTIVE
- • https://ctrl.maton.ai`.
- • https://developers.activecampaign.com/
- • https://developers.activecampaign.com/reference/contact-tags
- • https://developers.activecampaign.com/reference/list-all-contacts
- • https://developers.activecampaign.com/reference/list-all-deals
- • https://developers.activecampaign.com/reference/overview
- • https://developers.activecampaign.com/reference/url
Provenance & evidence
SkillRadar makes each review traceable back to the exact source path, source blob SHA, scanner version, and text-only policy that produced the report.
Evidence snippets
…on: \"1.0\" clawdbot: emoji: \ud83e\udde0 homepage: \"https://maton.ai\" requires: env: - MATON_API_KEY", "name": "active-campaign"} # ActiveCampaign Access the ActiveCampaign API with managed…
…{} } } ``` Open the returned `url` in a browser to complete OAuth authorization. ### Delete Connection ```bash python <<'EOF' import urllib.request, os, json req = urllib.request.R…
…s, or campaigns in ActiveCampaign. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.", "meta…
…"app": "active-campaign", "metadata": {} } } ``` Open the returned `url` in a browser to complete OAuth authorization. ### Delete Connection ```bash python <<'EOF' import ur…
…. Manage contacts, deals, tags, lists, automations, and email campaigns. ## Quick Start ```bash # List all contacts python <<'EOF' import urllib.request, os, json req = urllib.request.R…
Watch this skill
Get alerted when this skill adds credential requirements, shell commands, external domains, remote installer patterns, or risk-level changes.
Join watchlist betaMethodology note
SkillRadar scans SKILL.md as hostile text only. It does not execute commands, install packages, or load third-party skills.