{
  "schemaVersion": "1.0",
  "item": {
    "slug": "activecampaign",
    "name": "ActiveCampaign CRM",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/kesslerio/activecampaign",
    "canonicalUrl": "https://clawhub.ai/kesslerio/activecampaign",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/activecampaign",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=activecampaign",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "activecampaign-fields-sample.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/activecampaign"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/activecampaign",
    "agentPageUrl": "https://openagent3.xyz/skills/activecampaign/agent",
    "manifestUrl": "https://openagent3.xyz/skills/activecampaign/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/activecampaign/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ActiveCampaign Skill 📧",
        "body": "ActiveCampaign integration for CRM automation and sales pipeline management."
      },
      {
        "title": "Purpose",
        "body": "Manage leads, deals, and email automations for sales:\n\nContacts: Sync demo attendees, leads, and prospects\nDeals: Track sales pipeline stages\nTags: Segment leads (demo-requested, nurture, close-ready)\nAutomations: Trigger email sequences based on actions\nCustom Fields: Map order, shipping, billing, and subscription data"
      },
      {
        "title": "1. Credentials",
        "body": "# Create config directory\nmkdir -p ~/.config/activecampaign\n\n# Add credentials\necho \"https://youraccount.api-us1.com\" > ~/.config/activecampaign/url\necho \"your-api-key\" > ~/.config/activecampaign/api_key\n\n# Or use environment variables\nexport ACTIVECAMPAIGN_URL=\"https://youraccount.api-us1.com\"\nexport ACTIVECAMPAIGN_API_KEY=\"your-api-key\"\n\nGet API credentials from ActiveCampaign:\n\nURL: Settings → Developer → API Access\nAPI Key: Settings → Developer → API Access"
      },
      {
        "title": "2. Custom Fields Configuration (Optional)",
        "body": "The skill supports custom field mappings for order, shipping, billing, and subscription data.\n\n# Initialize config from sample\nactivecampaign config init\n\n# Edit with your field IDs\nnano ~/.config/activecampaign/fields.json\n\nThe config file is gitignored and should not be committed."
      },
      {
        "title": "Usage",
        "body": "# Contacts\nactivecampaign contacts list                    # List all contacts\nactivecampaign contacts create \"email@test.com\" \"First\" \"Last\"\nactivecampaign contacts sync \"email@test.com\" \"First\" \"Last\"\nactivecampaign contacts get <id>\nactivecampaign contacts search \"clinic\"\nactivecampaign contacts add-tag <id> <tag_id>\nactivecampaign contacts remove-tag <id> <tag_id>\n\n# Deals\nactivecampaign deals list\nactivecampaign deals create \"Clinic Name\" <stage_id> <value>\nactivecampaign deals update <id> stage=<stage_id> value=<value>\nactivecampaign deals get <id>\n\n# Tags\nactivecampaign tags list\nactivecampaign tags create \"Demo Requested\"\n\n# Automations\nactivecampaign automations list\nactivecampaign automations add-contact <contact_id> <automation_id>\n\n# Custom Fields\nactivecampaign fields list                    # List configured fields\nactivecampaign fields get order_fields.order_id\nactivecampaign fields set-field <contact_id> <field_id> <value>\n\n# Lists\nactivecampaign lists list\nactivecampaign lists add-contact <list_id> <contact_id>\n\n# Configuration\nactivecampaign config init                    # Create fields.json from sample\nactivecampaign config path                    # Show config file path"
      },
      {
        "title": "Custom Fields Configuration",
        "body": "The skill includes a comprehensive field configuration system for:\n\nCategoryFieldsOrderOrder ID, Number, Date, Total, Tax, Status, Subtotal, Discount, Currency, Payment detailsShippingName, Address 1/2, City, State, Postal Code, Country, Method, CostBillingAddress 1/2, City, State, Postal Code, CountrySubscriptionID, Status, Plan, Amount, Currency, Interval, Start, Trial EndAdditionalCompany, Product info, Lead Campaign, Notes, Birthday, etc."
      },
      {
        "title": "Setting Field Values",
        "body": "# Get field ID from config\nactivecampaign fields get order_fields.order_id\n# Output: 7\n\n# Set field value on contact\nactivecampaign fields set-field <contact_id> 7 \"ORD-12345\""
      },
      {
        "title": "Rate Limits",
        "body": "5 requests per second max\nThe wrapper handles rate limiting automatically"
      },
      {
        "title": "Related Skills",
        "body": "shapescale-crm - Attio CRM integration (source of truth)\nshapescale-sales - Sales workflows and qualification\ncampaign-orchestrator - Multi-channel follow-up campaigns"
      }
    ],
    "body": "ActiveCampaign Skill 📧\n\nActiveCampaign integration for CRM automation and sales pipeline management.\n\nPurpose\n\nManage leads, deals, and email automations for sales:\n\nContacts: Sync demo attendees, leads, and prospects\nDeals: Track sales pipeline stages\nTags: Segment leads (demo-requested, nurture, close-ready)\nAutomations: Trigger email sequences based on actions\nCustom Fields: Map order, shipping, billing, and subscription data\nSetup\n1. Credentials\n# Create config directory\nmkdir -p ~/.config/activecampaign\n\n# Add credentials\necho \"https://youraccount.api-us1.com\" > ~/.config/activecampaign/url\necho \"your-api-key\" > ~/.config/activecampaign/api_key\n\n# Or use environment variables\nexport ACTIVECAMPAIGN_URL=\"https://youraccount.api-us1.com\"\nexport ACTIVECAMPAIGN_API_KEY=\"your-api-key\"\n\n\nGet API credentials from ActiveCampaign:\n\nURL: Settings → Developer → API Access\nAPI Key: Settings → Developer → API Access\n2. Custom Fields Configuration (Optional)\n\nThe skill supports custom field mappings for order, shipping, billing, and subscription data.\n\n# Initialize config from sample\nactivecampaign config init\n\n# Edit with your field IDs\nnano ~/.config/activecampaign/fields.json\n\n\nThe config file is gitignored and should not be committed.\n\nUsage\n# Contacts\nactivecampaign contacts list                    # List all contacts\nactivecampaign contacts create \"email@test.com\" \"First\" \"Last\"\nactivecampaign contacts sync \"email@test.com\" \"First\" \"Last\"\nactivecampaign contacts get <id>\nactivecampaign contacts search \"clinic\"\nactivecampaign contacts add-tag <id> <tag_id>\nactivecampaign contacts remove-tag <id> <tag_id>\n\n# Deals\nactivecampaign deals list\nactivecampaign deals create \"Clinic Name\" <stage_id> <value>\nactivecampaign deals update <id> stage=<stage_id> value=<value>\nactivecampaign deals get <id>\n\n# Tags\nactivecampaign tags list\nactivecampaign tags create \"Demo Requested\"\n\n# Automations\nactivecampaign automations list\nactivecampaign automations add-contact <contact_id> <automation_id>\n\n# Custom Fields\nactivecampaign fields list                    # List configured fields\nactivecampaign fields get order_fields.order_id\nactivecampaign fields set-field <contact_id> <field_id> <value>\n\n# Lists\nactivecampaign lists list\nactivecampaign lists add-contact <list_id> <contact_id>\n\n# Configuration\nactivecampaign config init                    # Create fields.json from sample\nactivecampaign config path                    # Show config file path\n\nCustom Fields Configuration\n\nThe skill includes a comprehensive field configuration system for:\n\nCategory\tFields\nOrder\tOrder ID, Number, Date, Total, Tax, Status, Subtotal, Discount, Currency, Payment details\nShipping\tName, Address 1/2, City, State, Postal Code, Country, Method, Cost\nBilling\tAddress 1/2, City, State, Postal Code, Country\nSubscription\tID, Status, Plan, Amount, Currency, Interval, Start, Trial End\nAdditional\tCompany, Product info, Lead Campaign, Notes, Birthday, etc.\nSetting Field Values\n# Get field ID from config\nactivecampaign fields get order_fields.order_id\n# Output: 7\n\n# Set field value on contact\nactivecampaign fields set-field <contact_id> 7 \"ORD-12345\"\n\nRate Limits\n5 requests per second max\nThe wrapper handles rate limiting automatically\nRelated Skills\nshapescale-crm - Attio CRM integration (source of truth)\nshapescale-sales - Sales workflows and qualification\ncampaign-orchestrator - Multi-channel follow-up campaigns"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/kesslerio/activecampaign",
    "publisherUrl": "https://clawhub.ai/kesslerio/activecampaign",
    "owner": "kesslerio",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/activecampaign",
    "downloadUrl": "https://openagent3.xyz/downloads/activecampaign",
    "agentUrl": "https://openagent3.xyz/skills/activecampaign/agent",
    "manifestUrl": "https://openagent3.xyz/skills/activecampaign/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/activecampaign/agent.md"
  }
}