返回顶部
b

boring-threads-publisher无聊线程发布器

Publish posts and threads to Threads (by Meta) using Boring. Use when the user says 'post to Threads', 'create a thread', 'publish thread', 'write a Threads post', 'reply on Threads', or wants to create text posts, photo/video posts, carousels, or multi-post threads on Threads.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
113
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

boring-threads-publisher

Boring Threads Publisher

在 Threads 上发布帖子、多帖线程和回复。由 Boring 提供技术支持。

安全与数据处理

  • - MCP 链接即凭证:您的 MCP 服务器 URL 包含嵌入式身份验证令牌。请像对待密码一样对待它——不要公开分享。可随时在设置中重新生成。
  • 媒体上传:本地文件或 URL 会上传到 Boring 的 Google Cloud Storage,使其可供发布使用。社交媒体 API 需要公开可访问的媒体 URL。
  • 数据流:您的内容和媒体将通过您连接的 OAuth 令牌,从 Boring 服务器代表您发送到 Threads 的 API。
  • 无需本地凭证:无需本地 API 密钥或环境变量。所有身份验证都嵌入在 MCP 链接中。

前提条件

  1. 1. 注册:使用 Google 在 boring.aiagent-me.com 注册
  2. 连接 Threads 账户:通过 OAuth 连接
  3. 获取您的 MCP 链接:前往设置 → 复制您的 MCP 服务器 URL(包含您的身份验证令牌——请像对待密码一样对待它)
  4. 添加到 Claude:将 MCP 链接粘贴为连接器——无需安装,无需 API 密钥

工作流程

步骤 1:列出账户

调用 boringlistaccounts 并筛选 threads 平台。显示已连接的账户。

步骤 2:确定帖子类型

Threads 支持多种内容类型:

类型描述限制
文本纯文本帖子500 个字符
图片
单张图片 | JPG/PNG/WEBP,最大 8MB |
| 轮播 | 多张图片 | 2-20 张图片(比其他平台更多!) |
| 视频 | 单个视频 | MP4/MOV,最大 512MB,5 分钟 |
| 线程 | 多帖线程 | 文本帖子数组,每条最多 500 个字符 |

步骤 3:选择正确的工具

单条帖子(文本、图片、轮播、视频)→ 使用 boringpublishpost:

boringpublishpost(
accountid=account_id>,
platform=threads,
text=您的帖子内容,
media_urls=[https://...] (可选)
)

多帖线程(长内容拆分为连接的帖子)→ 使用 boringpublishthread:

boringpublishthread(
accountid=account_id>,
platform=threads,
texts=[线程中的第一条帖子, 第二条帖子继续..., 第三条帖子总结],
media_urls=[https://...] (可选,仅添加到第一条帖子)
)

回复现有帖子→ 使用 boringreplytopostthreads:

boringreplytopostthreads(
accountid=account_id>,
replytoid=post
id>,
text=您的回复内容,
media_urls=[https://...] (可选,仅第一个 URL)
)

步骤 4:处理长内容

如果用户提供的内容超过 500 个字符:

  1. 1. 自动拆分为线程中的多条帖子
  2. 尽可能在句子边界处拆分
  3. 使用 boringpublishthread 和文本数组
  4. 告知用户:您的内容已拆分为 X 条连接的帖子

步骤 5:准备媒体

  • - 本地文件:使用 filepath 调用 boringuploadfile
  • URL:使用 boringuploadfromurl 重新托管
  • Google Drive:直接传递

步骤 6:发布并报告

显示结果:

  • - 每条已发布帖子的帖子 ID
  • 如果是多帖线程,显示线程 URL
  • 遇到的任何错误

定时发布

添加 ISO 8601 格式的 scheduled_at 来定时发布:

boringpublishpost(..., scheduled_at=2025-12-25T10:00:00Z)
boringpublishthread(..., scheduled_at=2025-12-25T10:00:00Z)

Threads 特定说明

  • - 纯文本帖子:Threads 是少数支持纯文本帖子的平台之一
  • 轮播限制:最多 20 张图片(而 Instagram/Facebook 为 10 张)
  • 令牌:60 天有效期,到期前 5 天自动刷新
  • 速率限制:每个用户每小时 250 次调用
  • 权限:threadsbasic、threadscontentpublish、threadsmanage_replies

错误处理

错误解决方案
TextTooLong使用 boringpublishthread 拆分为线程
InvalidCarouselSize
轮播需要 2-20 张图片 | | TokenExpired | 在 boring.aiagent-me.com 重新连接(由于自动刷新,很少发生) | | MediaTooLarge | 图片最大 8MB,视频最大 512MB |

文档

完整 API 文档:boring-doc.aiagent-me.com

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 boring-threads-publisher-1775987234 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 boring-threads-publisher-1775987234 技能

通过命令行安装

skillhub install boring-threads-publisher-1775987234

下载

⬇ 下载 boring-threads-publisher v1.0.3(免费)

文件大小: 2.75 KB | 发布时间: 2026-4-13 09:32

v1.0.3 最新 2026-4-13 09:32
- Added a new **Security & Data Handling** section explaining the credential nature of the MCP link, media upload process, and overall data flow.
- Clarified that the MCP link contains an embedded authentication token and should be treated like a password.
- Updated prerequisites and metadata to explicitly state the MCP Connector link requirement.
- Emphasized that no local API keys or environment variables are required; all authentication is embedded in the MCP link.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部