{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lemlist-official",
    "name": "lemlist official",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/micktaiwan/lemlist-official",
    "canonicalUrl": "https://clawhub.ai/micktaiwan/lemlist-official",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lemlist-official",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lemlist-official",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api-endpoints.md"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.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/lemlist-official"
    },
    "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/lemlist-official",
    "agentPageUrl": "https://openagent3.xyz/skills/lemlist-official/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lemlist-official/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lemlist-official/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Lemlist",
        "body": "Interact with the Lemlist API to manage campaigns, leads, sequences, schedules, activities, inbox, webhooks, unsubscribes, exports, and enrichment.\n\nFull endpoint reference: references/api-endpoints.md\nOfficial API docs: https://developer.lemlist.com/api-reference"
      },
      {
        "title": "1. Get API key",
        "body": "Log in to Lemlist\nGo to Settings > Integrations > API Keys\nCreate a new key — copy immediately, shown only once"
      },
      {
        "title": "2. Configure in OpenClaw",
        "body": "Add to ~/.openclaw/openclaw.json:\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"lemlist\": {\n        \"apiKey\": \"your-lemlist-api-key\"\n      }\n    }\n  }\n}\n\nAlternative explicit format:\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"lemlist\": {\n        \"env\": {\n          \"LEMLIST_API_KEY\": \"your-lemlist-api-key\"\n        }\n      }\n    }\n  }\n}"
      },
      {
        "title": "3. Verify",
        "body": "Run: Get my Lemlist team info"
      },
      {
        "title": "Docker sandbox",
        "body": "Forward the key explicitly:\n\n{\n  \"agents\": {\n    \"defaults\": {\n      \"sandbox\": {\n        \"docker\": {\n          \"env\": [\"LEMLIST_API_KEY\"]\n        }\n      }\n    }\n  }\n}"
      },
      {
        "title": "Authentication",
        "body": "Base URL: https://api.lemlist.com/api\n\nBasic Auth with empty username (colon before key is mandatory):\n\nAuthorization: Basic base64(:LEMLIST_API_KEY)"
      },
      {
        "title": "Python Helper",
        "body": "Use this pattern for all API calls:\n\nimport urllib.request, os, json, base64\n\nAPI_KEY = os.environ[\"LEMLIST_API_KEY\"]\nAUTH = base64.b64encode(f\":{API_KEY}\".encode()).decode()\nBASE = \"https://api.lemlist.com/api\"\n\ndef api(path, method=\"GET\", data=None):\n    body = json.dumps(data).encode() if data else None\n    req = urllib.request.Request(f\"{BASE}{path}\", data=body, method=method)\n    req.add_header(\"Authorization\", f\"Basic {AUTH}\")\n    req.add_header(\"User-Agent\", \"OpenClaw/1.0\")\n    if data:\n        req.add_header(\"Content-Type\", \"application/json\")\n    return json.load(urllib.request.urlopen(req))"
      },
      {
        "title": "Endpoint Summary",
        "body": "DomainKey endpointsTeamGET /team, /team/members, /team/credits, /team/sendersCampaignsGET/POST /campaigns, PATCH /campaigns/:id, POST pause/startSequencesGET /campaigns/:id/sequences, POST/PATCH/DELETE stepsLeads (campaign)GET/POST/PATCH/DELETE /campaigns/:id/leads/:idOrEmailLeads (global)GET /leads, POST pause/start/interested/notinterestedLead variablesPOST/PATCH/DELETE /leads/:id/variablesActivitiesGET /activities (filter: campaignId, type)SchedulesCRUD /schedules, POST /campaigns/:id/schedulesUnsubscribesGET /unsubscribes, POST/DELETE /unsubscribes/:valueWebhooksGET/POST/DELETE /hooks (max 200/team)InboxGET /inbox, POST email/linkedin/whatsapp/smsInbox labelsCRUD /inbox/labels, assign via /conversations/labels/:contactIdCompaniesGET /companies, /companies/:id/notesContactsGET /contacts, /contacts/:idOrEmailExportsGET /campaigns/:id/export (sync), /export/start (async)EnrichmentPOST /leads/:id/enrich, GET /enrich/:id, POST /enrich (batch)TasksGET/POST/PATCH /tasks, POST /tasks/ignoreLemwarmPOST start/pause, GET/PATCH settings via /lemwarm/:mailboxId\n\nFor request/response details, read references/api-endpoints.md."
      },
      {
        "title": "Pagination",
        "body": "Params: offset (default 0), limit (max 100), page (1-based, overrides offset).\n\nPaginated responses include pagination: { totalRecords, currentPage, nextPage, totalPage }. Some older endpoints return a plain array."
      },
      {
        "title": "ID Prefixes",
        "body": "cam_ campaign, lea_ lead, skd_ schedule, seq_ sequence, tea_ team, usr_ user."
      },
      {
        "title": "Gotchas",
        "body": "User-Agent required — set User-Agent: OpenClaw/1.0, Python's default UA is blocked by Cloudflare (403)\nBasic Auth format — empty username mandatory: base64(\":key\"), not base64(\"key\")\nNo campaign deletion — only pause via API\nEmail encoding — @ → %40 in URL path params\nWebhook auto-deletion — 404/410 response silently removes the webhook\nNo rate limiting — the public API does not throttle\nVariable deletion — DELETE /leads/:id/variables deletes vars, not the lead\nSync vs async export — /export returns CSV directly, /export/start + poll for large volumes\nLimits — 100 items/page, 200 webhooks/team, 100 API keys/team"
      }
    ],
    "body": "Lemlist\n\nInteract with the Lemlist API to manage campaigns, leads, sequences, schedules, activities, inbox, webhooks, unsubscribes, exports, and enrichment.\n\nFull endpoint reference: references/api-endpoints.md Official API docs: https://developer.lemlist.com/api-reference\n\nSetup\n1. Get API key\nLog in to Lemlist\nGo to Settings > Integrations > API Keys\nCreate a new key — copy immediately, shown only once\n2. Configure in OpenClaw\n\nAdd to ~/.openclaw/openclaw.json:\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"lemlist\": {\n        \"apiKey\": \"your-lemlist-api-key\"\n      }\n    }\n  }\n}\n\n\nAlternative explicit format:\n\n{\n  \"skills\": {\n    \"entries\": {\n      \"lemlist\": {\n        \"env\": {\n          \"LEMLIST_API_KEY\": \"your-lemlist-api-key\"\n        }\n      }\n    }\n  }\n}\n\n3. Verify\n\nRun: Get my Lemlist team info\n\nDocker sandbox\n\nForward the key explicitly:\n\n{\n  \"agents\": {\n    \"defaults\": {\n      \"sandbox\": {\n        \"docker\": {\n          \"env\": [\"LEMLIST_API_KEY\"]\n        }\n      }\n    }\n  }\n}\n\nAuthentication\n\nBase URL: https://api.lemlist.com/api\n\nBasic Auth with empty username (colon before key is mandatory):\n\nAuthorization: Basic base64(:LEMLIST_API_KEY)\n\nPython Helper\n\nUse this pattern for all API calls:\n\nimport urllib.request, os, json, base64\n\nAPI_KEY = os.environ[\"LEMLIST_API_KEY\"]\nAUTH = base64.b64encode(f\":{API_KEY}\".encode()).decode()\nBASE = \"https://api.lemlist.com/api\"\n\ndef api(path, method=\"GET\", data=None):\n    body = json.dumps(data).encode() if data else None\n    req = urllib.request.Request(f\"{BASE}{path}\", data=body, method=method)\n    req.add_header(\"Authorization\", f\"Basic {AUTH}\")\n    req.add_header(\"User-Agent\", \"OpenClaw/1.0\")\n    if data:\n        req.add_header(\"Content-Type\", \"application/json\")\n    return json.load(urllib.request.urlopen(req))\n\nEndpoint Summary\nDomain\tKey endpoints\nTeam\tGET /team, /team/members, /team/credits, /team/senders\nCampaigns\tGET/POST /campaigns, PATCH /campaigns/:id, POST pause/start\nSequences\tGET /campaigns/:id/sequences, POST/PATCH/DELETE steps\nLeads (campaign)\tGET/POST/PATCH/DELETE /campaigns/:id/leads/:idOrEmail\nLeads (global)\tGET /leads, POST pause/start/interested/notinterested\nLead variables\tPOST/PATCH/DELETE /leads/:id/variables\nActivities\tGET /activities (filter: campaignId, type)\nSchedules\tCRUD /schedules, POST /campaigns/:id/schedules\nUnsubscribes\tGET /unsubscribes, POST/DELETE /unsubscribes/:value\nWebhooks\tGET/POST/DELETE /hooks (max 200/team)\nInbox\tGET /inbox, POST email/linkedin/whatsapp/sms\nInbox labels\tCRUD /inbox/labels, assign via /conversations/labels/:contactId\nCompanies\tGET /companies, /companies/:id/notes\nContacts\tGET /contacts, /contacts/:idOrEmail\nExports\tGET /campaigns/:id/export (sync), /export/start (async)\nEnrichment\tPOST /leads/:id/enrich, GET /enrich/:id, POST /enrich (batch)\nTasks\tGET/POST/PATCH /tasks, POST /tasks/ignore\nLemwarm\tPOST start/pause, GET/PATCH settings via /lemwarm/:mailboxId\n\nFor request/response details, read references/api-endpoints.md.\n\nPagination\n\nParams: offset (default 0), limit (max 100), page (1-based, overrides offset).\n\nPaginated responses include pagination: { totalRecords, currentPage, nextPage, totalPage }. Some older endpoints return a plain array.\n\nID Prefixes\n\ncam_ campaign, lea_ lead, skd_ schedule, seq_ sequence, tea_ team, usr_ user.\n\nGotchas\nUser-Agent required — set User-Agent: OpenClaw/1.0, Python's default UA is blocked by Cloudflare (403)\nBasic Auth format — empty username mandatory: base64(\":key\"), not base64(\"key\")\nNo campaign deletion — only pause via API\nEmail encoding — @ → %40 in URL path params\nWebhook auto-deletion — 404/410 response silently removes the webhook\nNo rate limiting — the public API does not throttle\nVariable deletion — DELETE /leads/:id/variables deletes vars, not the lead\nSync vs async export — /export returns CSV directly, /export/start + poll for large volumes\nLimits — 100 items/page, 200 webhooks/team, 100 API keys/team"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/micktaiwan/lemlist-official",
    "publisherUrl": "https://clawhub.ai/micktaiwan/lemlist-official",
    "owner": "micktaiwan",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lemlist-official",
    "downloadUrl": "https://openagent3.xyz/downloads/lemlist-official",
    "agentUrl": "https://openagent3.xyz/skills/lemlist-official/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lemlist-official/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lemlist-official/agent.md"
  }
}