← 返回
内容创作 Key 中文

Publora Twitter

Post or schedule content to X (Twitter) using the Publora API. Use this skill when the user wants to tweet, schedule a tweet, or post a thread to X/Twitter v...
使用 Publora API 向 X(Twitter)发布或定时发布内容。适用于需要发推、定时发推或发布推文串的场景。
sergebulaev
内容创作 clawhub v2.0.1 3 版本 99830.5 Key: 需要
★ 0
Stars
📥 1,178
下载
💾 30
安装
3
版本
#latest

概述

Publora — X / Twitter

X/Twitter platform skill for the Publora API. For auth, core scheduling, media upload, and workspace/webhook docs, see the publora core skill.

Base URL: https://api.publora.com/api/v1

Header: x-publora-key: sk_YOUR_KEY

Platform ID format: twitter-{userId}

> ⚠️ Twitter/X requires Pro or Premium plan — excluded from the Starter plan.

Platform Limits (API)

> ⚠️ API limits differ from native app. Design against these.

PropertyAPI LimitNotes
----------------------------
Text280 characters25,000 with Premium account
ImagesUp to 4 × 5 MBAll formats auto-converted to PNG (max 1000px width)
Video2 min (120s) / 512 MB⚠️ Native allows 2:20 — API is stricter
Video formatMP4, MOV
Threading✅ Auto-split with (1/N) or manual ---See Threading section
Text only✅ Yes

Common errors:

  • This user is not allowed to post a video longer than 2 minutes — trim video to under 120s

Character Counting

X has specific rules Publora handles automatically:

  • Standard characters count as 1
  • Emojis count as 2 characters
  • URLs are counted by their literal length — Publora does NOT apply Twitter's 23-character URL shortening rule

Post a Tweet

await fetch('https://api.publora.com/api/v1/create-post', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json', 'x-publora-key': 'sk_YOUR_KEY' },
  body: JSON.stringify({
    content: 'Just shipped a new feature! 🚀 #buildinpublic',
    platforms: ['twitter-123456789']
  })
});

Threading

Auto-split (content > 280 chars)

Publora automatically splits at paragraph/sentence/word breaks and adds (1/N) markers (e.g., (1/3), (2/3)). 10 characters reserved per tweet for the marker.

Manual split with ---

Use --- on its own line to define exact split points:

body: JSON.stringify({
  content: '1/ Everything I learned building in public this year.\n\n---\n\n2/ First lesson: ship early. Don\'t wait for perfect.\n\n---\n\n3/ Second lesson: your audience is your best product team.',
  platforms: ['twitter-123456789']
})

Explicit markers [n/m]

Use [1/3], [2/3] etc. — Publora detects these and splits at those points exactly (preserves as written).

Media in threads

  • Up to 4 images or 1 video attached to the first tweet only
  • Subsequent tweets in thread are text-only
  • Images and video cannot be mixed in the same tweet

Schedule a Tweet

body: JSON.stringify({
  content: 'Scheduled announcement: our product launches tomorrow! 🎉',
  platforms: ['twitter-123456789'],
  scheduledTime: '2026-03-20T14:00:00.000Z'
})

Platform Quirks

  • Pro/Premium required — Twitter/X is excluded from the Starter plan
  • All images → PNG: Publora auto-converts all image formats (JPEG, WebP, GIF, etc.) to PNG and resizes to max 1000px width before uploading
  • API video limit is 2 min — not 2:20 like native app; videos over 120s will fail
  • Emojis count as 2 chars — factor this into character counting
  • URLs use literal length — Publora does NOT apply Twitter's 23-char shortening; a 40-char URL counts as 40
  • Premium accounts get 25,000 character limit — Publora uses extended limit automatically
  • GIF posts count as a video, not an image — different size/count rules apply
  • Media only on first tweet when threading

版本历史

共 3 个版本

  • v2.0.1 当前
    2026-05-03 03:01 安全 安全
  • v1.1.0
    2026-03-29 06:33
  • v2.0.0
    2026-03-27 20:23

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,843
data-analysis

Publora Linkedin

sergebulaev
使用 Publora API 在 LinkedIn 上发布或定时发布内容。适用于用户需要发布或预约 LinkedIn 帖子、获取分析(如曝光)数据的场景。
★ 1 📥 1,164
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,202