{
  "schemaVersion": "1.0",
  "item": {
    "slug": "publora-linkedin",
    "name": "Publora — LinkedIn",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/sergebulaev/publora-linkedin",
    "canonicalUrl": "https://clawhub.ai/sergebulaev/publora-linkedin",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/publora-linkedin",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=publora-linkedin",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/publora-linkedin"
    },
    "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/publora-linkedin",
    "agentPageUrl": "https://openagent3.xyz/skills/publora-linkedin/agent",
    "manifestUrl": "https://openagent3.xyz/skills/publora-linkedin/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/publora-linkedin/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": "Publora — LinkedIn",
        "body": "LinkedIn platform skill for the Publora API. For auth, core scheduling, media upload, and workspace/webhook docs, see the publora core skill.\n\nBase URL: https://api.publora.com/api/v1\nHeader: x-publora-key: sk_YOUR_KEY\nPlatform ID format: linkedin-{profileId}"
      },
      {
        "title": "Platform Limits (API)",
        "body": "⚠️ API limits differ from native app. Design against these.\n\nPropertyAPI LimitNative AppText3,000 characters3,000ImagesUp to 20 × 5 MB, JPEG/PNG/GIFSameVideo30 min / 500 MB15 min / 5 GBVideo formatMP4 onlyMP4, MOVOrganic carousels❌ Not via API✅Mixed media❌ No✅Rate limit~200 calls/hr—\n\nFirst 210 characters visible before \"see more\".\n\nCommon errors:\n\nMEDIA_ASSET_PROCESSING_FAILED — file too large or unsupported format\nError 429 — rate limit exceeded"
      },
      {
        "title": "Post a Text Update",
        "body": "await fetch('https://api.publora.com/api/v1/create-post', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    content: 'Excited to announce our latest product update! #buildinpublic',\n    platforms: ['linkedin-ABC123']\n  })\n});"
      },
      {
        "title": "@Mentioning People and Organizations",
        "body": "Use the following syntax inside content:\n\n@{urn:li:person:MEMBER_ID|Display Name}       # person\n@{urn:li:organization:ORG_ID|Company Name}    # company\n\nThe display name must exactly match the LinkedIn profile name (case-sensitive).\n\nbody: JSON.stringify({\n  content: 'Great collaboration with @{urn:li:organization:107107343|Creative Content Crafts Inc}!',\n  platforms: ['linkedin-ABC123']\n})"
      },
      {
        "title": "Schedule a Post",
        "body": "body: JSON.stringify({\n  content: 'Your LinkedIn update here',\n  platforms: ['linkedin-ABC123'],\n  scheduledTime: '2026-03-20T09:00:00.000Z'\n})"
      },
      {
        "title": "Post Statistics",
        "body": "const res = await fetch('https://api.publora.com/api/v1/linkedin-post-statistics', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:share:7123456789',   // or urn:li:ugcPost:xxx\n    platformId: 'linkedin-ABC123',\n    queryTypes: 'ALL'   // IMPRESSION | MEMBERS_REACHED | RESHARE | REACTION | COMMENT\n  })\n});"
      },
      {
        "title": "Account Statistics",
        "body": "await fetch('https://api.publora.com/api/v1/linkedin-account-statistics', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({ platformId: 'linkedin-ABC123' })\n});"
      },
      {
        "title": "Follower Count & Growth",
        "body": "await fetch('https://api.publora.com/api/v1/linkedin-followers', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({ platformId: 'linkedin-ABC123' })\n});"
      },
      {
        "title": "Profile Summary (combined overview)",
        "body": "await fetch('https://api.publora.com/api/v1/linkedin-profile-summary', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({ platformId: 'linkedin-ABC123' })\n});\n\nAnalytics may take up to 24h to fully populate after posting."
      },
      {
        "title": "Reactions",
        "body": "Supported types: LIKE, PRAISE, EMPATHY, INTEREST, APPRECIATION, ENTERTAINMENT"
      },
      {
        "title": "Create Reaction",
        "body": "await fetch('https://api.publora.com/api/v1/linkedin-reactions', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:ugcPost:7429953213384187904',\n    reactionType: 'INTEREST',\n    platformId: 'linkedin-ABC123'\n  })\n});"
      },
      {
        "title": "Delete Reaction",
        "body": "await fetch('https://api.publora.com/api/v1/linkedin-reactions', {\n  method: 'DELETE',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:ugcPost:7429953213384187904',\n    platformId: 'linkedin-ABC123'\n  })\n});"
      },
      {
        "title": "Create Comment",
        "body": "await fetch('https://api.publora.com/api/v1/linkedin-comments', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:share:7434685316856377344',\n    message: 'Great post! Thanks for sharing.',  // max 1,250 characters\n    platformId: 'linkedin-ABC123',\n    // parentComment: 'urn:li:comment:(...)' ← for nested replies\n  })\n});"
      },
      {
        "title": "Delete Comment",
        "body": "await fetch('https://api.publora.com/api/v1/linkedin-comments', {\n  method: 'DELETE',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:share:7434685316856377344',\n    commentId: 'urn:li:comment:(urn:li:activity:xxx,7434695495614312448)',\n    platformId: 'linkedin-ABC123'\n  })\n});"
      },
      {
        "title": "Platform Quirks",
        "body": "No bold/italic via API — LinkedIn API does not support rich text formatting\nURN format: Posts created via Publora → use postedId from /get-post. External posts: find urn:li:share:xxx or urn:li:ugcPost:xxx\nWebP images auto-converted to JPEG\nHashtags work as plain text but become clickable\nNo organic carousels via API — only multi-image grid layout"
      }
    ],
    "body": "Publora — LinkedIn\n\nLinkedIn platform skill for the Publora API. For auth, core scheduling, media upload, and workspace/webhook docs, see the publora core skill.\n\nBase URL: https://api.publora.com/api/v1\nHeader: x-publora-key: sk_YOUR_KEY\nPlatform ID format: linkedin-{profileId}\n\nPlatform Limits (API)\n\n⚠️ API limits differ from native app. Design against these.\n\nProperty\tAPI Limit\tNative App\nText\t3,000 characters\t3,000\nImages\tUp to 20 × 5 MB, JPEG/PNG/GIF\tSame\nVideo\t30 min / 500 MB\t15 min / 5 GB\nVideo format\tMP4 only\tMP4, MOV\nOrganic carousels\t❌ Not via API\t✅\nMixed media\t❌ No\t✅\nRate limit\t~200 calls/hr\t—\n\nFirst 210 characters visible before \"see more\".\n\nCommon errors:\n\nMEDIA_ASSET_PROCESSING_FAILED — file too large or unsupported format\nError 429 — rate limit exceeded\nPost a Text Update\nawait fetch('https://api.publora.com/api/v1/create-post', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    content: 'Excited to announce our latest product update! #buildinpublic',\n    platforms: ['linkedin-ABC123']\n  })\n});\n\n@Mentioning People and Organizations\n\nUse the following syntax inside content:\n\n@{urn:li:person:MEMBER_ID|Display Name}       # person\n@{urn:li:organization:ORG_ID|Company Name}    # company\n\n\nThe display name must exactly match the LinkedIn profile name (case-sensitive).\n\nbody: JSON.stringify({\n  content: 'Great collaboration with @{urn:li:organization:107107343|Creative Content Crafts Inc}!',\n  platforms: ['linkedin-ABC123']\n})\n\nSchedule a Post\nbody: JSON.stringify({\n  content: 'Your LinkedIn update here',\n  platforms: ['linkedin-ABC123'],\n  scheduledTime: '2026-03-20T09:00:00.000Z'\n})\n\nAnalytics\nPost Statistics\nconst res = await fetch('https://api.publora.com/api/v1/linkedin-post-statistics', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:share:7123456789',   // or urn:li:ugcPost:xxx\n    platformId: 'linkedin-ABC123',\n    queryTypes: 'ALL'   // IMPRESSION | MEMBERS_REACHED | RESHARE | REACTION | COMMENT\n  })\n});\n\nAccount Statistics\nawait fetch('https://api.publora.com/api/v1/linkedin-account-statistics', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({ platformId: 'linkedin-ABC123' })\n});\n\nFollower Count & Growth\nawait fetch('https://api.publora.com/api/v1/linkedin-followers', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({ platformId: 'linkedin-ABC123' })\n});\n\nProfile Summary (combined overview)\nawait fetch('https://api.publora.com/api/v1/linkedin-profile-summary', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({ platformId: 'linkedin-ABC123' })\n});\n\n\nAnalytics may take up to 24h to fully populate after posting.\n\nReactions\n\nSupported types: LIKE, PRAISE, EMPATHY, INTEREST, APPRECIATION, ENTERTAINMENT\n\nCreate Reaction\nawait fetch('https://api.publora.com/api/v1/linkedin-reactions', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:ugcPost:7429953213384187904',\n    reactionType: 'INTEREST',\n    platformId: 'linkedin-ABC123'\n  })\n});\n\nDelete Reaction\nawait fetch('https://api.publora.com/api/v1/linkedin-reactions', {\n  method: 'DELETE',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:ugcPost:7429953213384187904',\n    platformId: 'linkedin-ABC123'\n  })\n});\n\nComments\nCreate Comment\nawait fetch('https://api.publora.com/api/v1/linkedin-comments', {\n  method: 'POST',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:share:7434685316856377344',\n    message: 'Great post! Thanks for sharing.',  // max 1,250 characters\n    platformId: 'linkedin-ABC123',\n    // parentComment: 'urn:li:comment:(...)' ← for nested replies\n  })\n});\n\nDelete Comment\nawait fetch('https://api.publora.com/api/v1/linkedin-comments', {\n  method: 'DELETE',\n  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },\n  body: JSON.stringify({\n    postedId: 'urn:li:share:7434685316856377344',\n    commentId: 'urn:li:comment:(urn:li:activity:xxx,7434695495614312448)',\n    platformId: 'linkedin-ABC123'\n  })\n});\n\nPlatform Quirks\nNo bold/italic via API — LinkedIn API does not support rich text formatting\nURN format: Posts created via Publora → use postedId from /get-post. External posts: find urn:li:share:xxx or urn:li:ugcPost:xxx\nWebP images auto-converted to JPEG\nHashtags work as plain text but become clickable\nNo organic carousels via API — only multi-image grid layout"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sergebulaev/publora-linkedin",
    "publisherUrl": "https://clawhub.ai/sergebulaev/publora-linkedin",
    "owner": "sergebulaev",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/publora-linkedin",
    "downloadUrl": "https://openagent3.xyz/downloads/publora-linkedin",
    "agentUrl": "https://openagent3.xyz/skills/publora-linkedin/agent",
    "manifestUrl": "https://openagent3.xyz/skills/publora-linkedin/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/publora-linkedin/agent.md"
  }
}