{"id":"4641cd94-b207-4df4-8610-7c1314b7287b","slug":"kesslerio-dex-openclaw-skill","name":"dex-openclaw-skill","description":"ActiveCampaign Skill 📧","canonicalUrl":"https://xpersona.co/skill/kesslerio-dex-openclaw-skill","sourceUrl":"https://github.com/kesslerio/dex-openclaw-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"kesslerio","label":"Kesslerio","url":"https://github.com/kesslerio/dex-openclaw-skill"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T02:24:13.206Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Kesslerio"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Kesslerio","href":"https://github.com/kesslerio/dex-openclaw-skill","sourceUrl":"https://github.com/kesslerio/dex-openclaw-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:24:14.426Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/kesslerio-dex-openclaw-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/kesslerio-dex-openclaw-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T02:24:14.426Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/kesslerio-dex-openclaw-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/kesslerio-dex-openclaw-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"dex-openclaw-skill","description":"ActiveCampaign Skill 📧","source":"GITHUB_OPENCLEW","sourceId":"github:1146134131","repository":"https://github.com/kesslerio/dex-openclaw-skill","documentation":"https://xpersona.co/skill/kesslerio-dex-openclaw-skill/agent/kesslerio-dex-openclaw-skill","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/kesslerio/dex-openclaw-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Create config directory\nmkdir -p ~/.config/activecampaign\n\n# Add credentials to environment or config\necho \"https://yourname.api-us1.com\" > ~/.config/activecampaign/url\necho \"your_api_key_here\" > ~/.config/activecampaign/api_key\n\n# Export for skill (add to .bashrc or profile)\nexport ACTIVECAMPAIGN_URL=$(cat ~/.config/activecampaign/url)\nexport ACTIVECAMPAIGN_API_KEY=$(cat ~/.config/activecampaign/api_key)"},{"kind":"example","language":"bash","snippet":"# Set credentials once per session\nexport ACTIVECAMPAIGN_URL=\"https://youraccount.api-us1.com\"\nexport ACTIVECAMPAIGN_API_KEY=\"your-api-key\"\n\n# Contacts\nactivecampaign contacts list                    # List all contacts\nactivecampaign contacts create \"email@test.com\" \"First Last\"  # Create contact\nactivecampaign contacts sync \"email@test.com\"               # Create or update\nactivecampaign contacts get <id>                # Get contact by ID\nactivecampaign contacts search \"clinic\"         # Search contacts\nactivecampaign contacts add-tag <id> <tag>      # Add tag to contact\nactivecampaign contacts remove-tag <id> <tag>   # Remove tag from contact\n\n# Deals\nactivecampaign deals list                       # List all deals\nactivecampaign deals create \"Clinic Name\" <stage_id> <value>  # Create deal\nactivecampaign deals update <id> stage=<stage_id>            # Move deal stage\nactivecampaign deals get <id>                   # Get deal details\n\n# Tags\nactivecampaign tags list                        # List all tags\nactivecampaign tags create \"Demo Requested\"     # Create new tag\nactivecampaign tags sync <contact_id> <tag_id>  # Sync tag to contact\n\n# Automations\nactivecampaign automations list                 # List automations\nactivecampaign automations add-contact <id> <automation_id>  # Add contact\n\n# Pipelines/Stages\nactivecampaign pipelines list                   # List pipelines\nactivecampaign stages list                      # List stages in pipeline"}]}}