{
  "schemaVersion": "1.0",
  "item": {
    "slug": "upload-post",
    "name": "Upload Videos🎥, Photos📸 & Text🖊️ to TikTok, Instagram, YouTube, X, LinkedIn, Facebook, Threads, Pinterest, Reddit & Bluesky via Upload-Post API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/victorcavero14/upload-post",
    "canonicalUrl": "https://clawhub.ai/victorcavero14/upload-post",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/upload-post",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=upload-post",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/requirements.md",
      "references/platforms.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",
      "slug": "upload-post",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T11:56:26.301Z",
      "expiresAt": "2026-05-17T11:56:26.301Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=upload-post",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=upload-post",
        "contentDisposition": "attachment; filename=\"upload-post-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "upload-post"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/upload-post"
    },
    "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/upload-post",
    "agentPageUrl": "https://openagent3.xyz/skills/upload-post/agent",
    "manifestUrl": "https://openagent3.xyz/skills/upload-post/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/upload-post/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": "Upload-Post API",
        "body": "Post content to multiple social media platforms with a single API call."
      },
      {
        "title": "Documentation",
        "body": "Full API docs: https://docs.upload-post.com\nLLM-friendly: https://docs.upload-post.com/llm.txt"
      },
      {
        "title": "Setup",
        "body": "Create account at upload-post.com\nConnect your social media accounts\nCreate a Profile (e.g., \"mybrand\") - this links your connected accounts\nGenerate an API Key from dashboard\nUse the profile name as user parameter in API calls"
      },
      {
        "title": "Authentication",
        "body": "Authorization: Apikey YOUR_API_KEY\n\nBase URL: https://api.upload-post.com/api\n\nThe user parameter in all endpoints refers to your profile name (not username), which determines which connected social accounts receive the content."
      },
      {
        "title": "Endpoints Reference",
        "body": "EndpointMethodDescription/upload_videosPOSTUpload videos/upload_photosPOSTUpload photos/carousels/upload_textPOSTText-only posts/upload_documentPOSTUpload documents (LinkedIn only)/uploadposts/status?request_id=XGETCheck async upload status/uploadposts/historyGETUpload history/uploadposts/scheduleGETList scheduled posts/uploadposts/schedule/<job_id>DELETECancel scheduled post/uploadposts/schedule/<job_id>PATCHEdit scheduled post/uploadposts/meGETValidate API key/analytics/<profile>GETGet analytics/uploadposts/facebook/pagesGETList Facebook pages/uploadposts/linkedin/pagesGETList LinkedIn pages/uploadposts/pinterest/boardsGETList Pinterest boards/uploadposts/reddit/detailed-postsGETGet Reddit posts with media/ffmpegPOSTProcess media with FFmpeg"
      },
      {
        "title": "Upload Videos",
        "body": "curl -X POST \"https://api.upload-post.com/api/upload_videos\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -F \"user=profile_name\" \\\n  -F \"platform[]=instagram\" \\\n  -F \"platform[]=tiktok\" \\\n  -F \"video=@video.mp4\" \\\n  -F \"title=My caption\"\n\nKey parameters:\n\nuser: Profile username (required)\nplatform[]: Target platforms (required)\nvideo: Video file or URL (required)\ntitle: Caption/title (required)\ndescription: Extended description\nscheduled_date: ISO-8601 date for scheduling\ntimezone: IANA timezone (e.g., \"Europe/Madrid\")\nasync_upload: Set true for background processing\nfirst_comment: Auto-post first comment"
      },
      {
        "title": "Upload Photos",
        "body": "curl -X POST \"https://api.upload-post.com/api/upload_photos\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -F \"user=profile_name\" \\\n  -F \"platform[]=instagram\" \\\n  -F \"photos[]=@photo1.jpg\" \\\n  -F \"photos[]=@photo2.jpg\" \\\n  -F \"title=My caption\"\n\nInstagram & Threads support mixed carousels (photos + videos in same post)."
      },
      {
        "title": "Upload Text",
        "body": "curl -X POST \"https://api.upload-post.com/api/upload_text\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"user\": \"profile_name\",\n    \"platform\": [\"x\", \"threads\", \"bluesky\"],\n    \"title\": \"My text post\"\n  }'\n\nSupported: X, LinkedIn, Facebook, Threads, Reddit, Bluesky."
      },
      {
        "title": "Upload Document (LinkedIn only)",
        "body": "Upload PDFs, PPTs, DOCs as native LinkedIn document posts (carousel viewer).\n\ncurl -X POST \"https://api.upload-post.com/api/upload_document\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -F \"user=profile_name\" \\\n  -F 'platform[]=linkedin' \\\n  -F \"document=@presentation.pdf\" \\\n  -F \"title=Document Title\" \\\n  -F \"description=Post text above document\"\n\nParameters:\n\ndocument: PDF, PPT, PPTX, DOC, DOCX (max 100MB, 300 pages)\ntitle: Document title (required)\ndescription: Post commentary\nvisibility: PUBLIC, CONNECTIONS, LOGGED_IN, CONTAINER\ntarget_linkedin_page_id: Post to company page"
      },
      {
        "title": "Supported Platforms",
        "body": "PlatformVideosPhotosTextDocumentsTikTok✓✓--Instagram✓✓--YouTube✓---LinkedIn✓✓✓✓Facebook✓✓✓-X (Twitter)✓✓✓-Threads✓✓✓-Pinterest✓✓--Reddit-✓✓-Bluesky✓✓✓-"
      },
      {
        "title": "Upload History",
        "body": "curl \"https://api.upload-post.com/api/uploadposts/history?page=1&limit=20\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\nParameters:\n\npage: Page number (default: 1)\nlimit: 10, 20, 50, or 100 (default: 10)\n\nReturns: upload timestamp, platform, success status, post URLs, errors."
      },
      {
        "title": "Scheduling",
        "body": "Add scheduled_date parameter (ISO-8601):\n\n{\n  \"scheduled_date\": \"2026-02-01T10:00:00Z\",\n  \"timezone\": \"Europe/Madrid\"\n}\n\nResponse includes job_id. Manage with:\n\nGET /uploadposts/schedule - List all scheduled\nDELETE /uploadposts/schedule/<job_id> - Cancel\nPATCH /uploadposts/schedule/<job_id> - Edit (date, title, caption)"
      },
      {
        "title": "Check Upload Status",
        "body": "For async uploads or scheduled posts:\n\ncurl \"https://api.upload-post.com/api/uploadposts/status?request_id=XXX\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\nOr use job_id for scheduled posts."
      },
      {
        "title": "Analytics",
        "body": "curl \"https://api.upload-post.com/api/analytics/profile_name?platforms=instagram,tiktok\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\nSupported: Instagram, TikTok, LinkedIn, Facebook, X, YouTube, Threads, Pinterest, Reddit, Bluesky.\n\nReturns: followers, impressions, reach, profile views, time-series data."
      },
      {
        "title": "Get Pages/Boards",
        "body": "# Facebook Pages\ncurl \"https://api.upload-post.com/api/uploadposts/facebook/pages\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\n# LinkedIn Pages  \ncurl \"https://api.upload-post.com/api/uploadposts/linkedin/pages\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\n# Pinterest Boards\ncurl \"https://api.upload-post.com/api/uploadposts/pinterest/boards\" \\\n  -H \"Authorization: Apikey YOUR_KEY\""
      },
      {
        "title": "Reddit Detailed Posts",
        "body": "Get posts with full media info (images, galleries, videos):\n\ncurl \"https://api.upload-post.com/api/uploadposts/reddit/detailed-posts?profile_username=myprofile\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\nReturns up to 2000 posts with media URLs, dimensions, thumbnails."
      },
      {
        "title": "FFmpeg Editor",
        "body": "Process media with custom FFmpeg commands:\n\ncurl -X POST \"https://api.upload-post.com/api/ffmpeg\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -F \"file=@input.mp4\" \\\n  -F \"full_command=ffmpeg -y -i {input} -c:v libx264 -crf 23 {output}\" \\\n  -F \"output_extension=mp4\"\n\nUse {input} and {output} placeholders\nPoll job status until FINISHED\nDownload result from /ffmpeg/job/<job_id>/download\nSupports multiple inputs: {input0}, {input1}, etc.\n\nQuotas: Free 30min/mo, Basic 300min, Pro 1000min, Advanced 3000min, Business 10000min."
      },
      {
        "title": "Platform-Specific Parameters",
        "body": "See references/platforms.md for detailed platform parameters."
      },
      {
        "title": "Media Requirements",
        "body": "See references/requirements.md for format specs per platform."
      },
      {
        "title": "Error Codes",
        "body": "CodeMeaning400Bad request / missing params401Invalid API key404Resource not found429Rate limit / quota exceeded500Server error"
      },
      {
        "title": "Notes",
        "body": "Videos auto-switch to async if >59s processing time\nX long text creates threads unless x_long_text_as_post=true\nFacebook requires Page ID (personal profiles not supported by Meta)\nInstagram/Threads support mixed carousels (photos + videos)"
      }
    ],
    "body": "Upload-Post API\n\nPost content to multiple social media platforms with a single API call.\n\nDocumentation\nFull API docs: https://docs.upload-post.com\nLLM-friendly: https://docs.upload-post.com/llm.txt\nSetup\nCreate account at upload-post.com\nConnect your social media accounts\nCreate a Profile (e.g., \"mybrand\") - this links your connected accounts\nGenerate an API Key from dashboard\nUse the profile name as user parameter in API calls\nAuthentication\nAuthorization: Apikey YOUR_API_KEY\n\n\nBase URL: https://api.upload-post.com/api\n\nThe user parameter in all endpoints refers to your profile name (not username), which determines which connected social accounts receive the content.\n\nEndpoints Reference\nEndpoint\tMethod\tDescription\n/upload_videos\tPOST\tUpload videos\n/upload_photos\tPOST\tUpload photos/carousels\n/upload_text\tPOST\tText-only posts\n/upload_document\tPOST\tUpload documents (LinkedIn only)\n/uploadposts/status?request_id=X\tGET\tCheck async upload status\n/uploadposts/history\tGET\tUpload history\n/uploadposts/schedule\tGET\tList scheduled posts\n/uploadposts/schedule/<job_id>\tDELETE\tCancel scheduled post\n/uploadposts/schedule/<job_id>\tPATCH\tEdit scheduled post\n/uploadposts/me\tGET\tValidate API key\n/analytics/<profile>\tGET\tGet analytics\n/uploadposts/facebook/pages\tGET\tList Facebook pages\n/uploadposts/linkedin/pages\tGET\tList LinkedIn pages\n/uploadposts/pinterest/boards\tGET\tList Pinterest boards\n/uploadposts/reddit/detailed-posts\tGET\tGet Reddit posts with media\n/ffmpeg\tPOST\tProcess media with FFmpeg\nUpload Videos\ncurl -X POST \"https://api.upload-post.com/api/upload_videos\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -F \"user=profile_name\" \\\n  -F \"platform[]=instagram\" \\\n  -F \"platform[]=tiktok\" \\\n  -F \"video=@video.mp4\" \\\n  -F \"title=My caption\"\n\n\nKey parameters:\n\nuser: Profile username (required)\nplatform[]: Target platforms (required)\nvideo: Video file or URL (required)\ntitle: Caption/title (required)\ndescription: Extended description\nscheduled_date: ISO-8601 date for scheduling\ntimezone: IANA timezone (e.g., \"Europe/Madrid\")\nasync_upload: Set true for background processing\nfirst_comment: Auto-post first comment\nUpload Photos\ncurl -X POST \"https://api.upload-post.com/api/upload_photos\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -F \"user=profile_name\" \\\n  -F \"platform[]=instagram\" \\\n  -F \"photos[]=@photo1.jpg\" \\\n  -F \"photos[]=@photo2.jpg\" \\\n  -F \"title=My caption\"\n\n\nInstagram & Threads support mixed carousels (photos + videos in same post).\n\nUpload Text\ncurl -X POST \"https://api.upload-post.com/api/upload_text\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"user\": \"profile_name\",\n    \"platform\": [\"x\", \"threads\", \"bluesky\"],\n    \"title\": \"My text post\"\n  }'\n\n\nSupported: X, LinkedIn, Facebook, Threads, Reddit, Bluesky.\n\nUpload Document (LinkedIn only)\n\nUpload PDFs, PPTs, DOCs as native LinkedIn document posts (carousel viewer).\n\ncurl -X POST \"https://api.upload-post.com/api/upload_document\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -F \"user=profile_name\" \\\n  -F 'platform[]=linkedin' \\\n  -F \"document=@presentation.pdf\" \\\n  -F \"title=Document Title\" \\\n  -F \"description=Post text above document\"\n\n\nParameters:\n\ndocument: PDF, PPT, PPTX, DOC, DOCX (max 100MB, 300 pages)\ntitle: Document title (required)\ndescription: Post commentary\nvisibility: PUBLIC, CONNECTIONS, LOGGED_IN, CONTAINER\ntarget_linkedin_page_id: Post to company page\nSupported Platforms\nPlatform\tVideos\tPhotos\tText\tDocuments\nTikTok\t✓\t✓\t-\t-\nInstagram\t✓\t✓\t-\t-\nYouTube\t✓\t-\t-\t-\nLinkedIn\t✓\t✓\t✓\t✓\nFacebook\t✓\t✓\t✓\t-\nX (Twitter)\t✓\t✓\t✓\t-\nThreads\t✓\t✓\t✓\t-\nPinterest\t✓\t✓\t-\t-\nReddit\t-\t✓\t✓\t-\nBluesky\t✓\t✓\t✓\t-\nUpload History\ncurl \"https://api.upload-post.com/api/uploadposts/history?page=1&limit=20\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\n\nParameters:\n\npage: Page number (default: 1)\nlimit: 10, 20, 50, or 100 (default: 10)\n\nReturns: upload timestamp, platform, success status, post URLs, errors.\n\nScheduling\n\nAdd scheduled_date parameter (ISO-8601):\n\n{\n  \"scheduled_date\": \"2026-02-01T10:00:00Z\",\n  \"timezone\": \"Europe/Madrid\"\n}\n\n\nResponse includes job_id. Manage with:\n\nGET /uploadposts/schedule - List all scheduled\nDELETE /uploadposts/schedule/<job_id> - Cancel\nPATCH /uploadposts/schedule/<job_id> - Edit (date, title, caption)\nCheck Upload Status\n\nFor async uploads or scheduled posts:\n\ncurl \"https://api.upload-post.com/api/uploadposts/status?request_id=XXX\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\n\nOr use job_id for scheduled posts.\n\nAnalytics\ncurl \"https://api.upload-post.com/api/analytics/profile_name?platforms=instagram,tiktok\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\n\nSupported: Instagram, TikTok, LinkedIn, Facebook, X, YouTube, Threads, Pinterest, Reddit, Bluesky.\n\nReturns: followers, impressions, reach, profile views, time-series data.\n\nGet Pages/Boards\n# Facebook Pages\ncurl \"https://api.upload-post.com/api/uploadposts/facebook/pages\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\n# LinkedIn Pages  \ncurl \"https://api.upload-post.com/api/uploadposts/linkedin/pages\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\n# Pinterest Boards\ncurl \"https://api.upload-post.com/api/uploadposts/pinterest/boards\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\nReddit Detailed Posts\n\nGet posts with full media info (images, galleries, videos):\n\ncurl \"https://api.upload-post.com/api/uploadposts/reddit/detailed-posts?profile_username=myprofile\" \\\n  -H \"Authorization: Apikey YOUR_KEY\"\n\n\nReturns up to 2000 posts with media URLs, dimensions, thumbnails.\n\nFFmpeg Editor\n\nProcess media with custom FFmpeg commands:\n\ncurl -X POST \"https://api.upload-post.com/api/ffmpeg\" \\\n  -H \"Authorization: Apikey YOUR_KEY\" \\\n  -F \"file=@input.mp4\" \\\n  -F \"full_command=ffmpeg -y -i {input} -c:v libx264 -crf 23 {output}\" \\\n  -F \"output_extension=mp4\"\n\nUse {input} and {output} placeholders\nPoll job status until FINISHED\nDownload result from /ffmpeg/job/<job_id>/download\nSupports multiple inputs: {input0}, {input1}, etc.\n\nQuotas: Free 30min/mo, Basic 300min, Pro 1000min, Advanced 3000min, Business 10000min.\n\nPlatform-Specific Parameters\n\nSee references/platforms.md for detailed platform parameters.\n\nMedia Requirements\n\nSee references/requirements.md for format specs per platform.\n\nError Codes\nCode\tMeaning\n400\tBad request / missing params\n401\tInvalid API key\n404\tResource not found\n429\tRate limit / quota exceeded\n500\tServer error\nNotes\nVideos auto-switch to async if >59s processing time\nX long text creates threads unless x_long_text_as_post=true\nFacebook requires Page ID (personal profiles not supported by Meta)\nInstagram/Threads support mixed carousels (photos + videos)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/victorcavero14/upload-post",
    "publisherUrl": "https://clawhub.ai/victorcavero14/upload-post",
    "owner": "victorcavero14",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/upload-post",
    "downloadUrl": "https://openagent3.xyz/downloads/upload-post",
    "agentUrl": "https://openagent3.xyz/skills/upload-post/agent",
    "manifestUrl": "https://openagent3.xyz/skills/upload-post/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/upload-post/agent.md"
  }
}