Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

publora-twitter公共推特

Agent Skill

publora-twitter 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

25,447

周安装

1,071

GitHub Stars

公开资料未说明

下载量

8,911
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:publora-twitter(公共推特)
来源仓库:https://github.com/sergebulaev/publora-twitter
安装命令:
openclaw skills install publora-twitter
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install publora-twitter

简介

publora-twitter 发推文、安排内容与追踪话题表现。

  • 集成 X/Twitter v2 API,支持长文本与媒体附件。
  • 提供热门话题推荐与互动数据分析。安装时按仓库提供的命令执行,建议先在测试环境验证依赖、命令权限和文件改动范围。
  • 需申请开发者账号并配置 Bearer Token 访问权限。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
publora-twitter
description
>

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.\
\
---\
\
2/ First lesson: ship early. Don\'t wait for perfect.\
\
---\
\
3/ 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.55%
按下载量换算8,693

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills