← 返回 Skills 市场
Publora Threads
作者
Sergey Bulaev
· GitHub ↗
· v2.0.1
· MIT-0
805
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install publora-threads
功能描述
Post or schedule content to Threads using the Publora API. Use this skill when the user wants to publish or schedule a Threads post via Publora.
安全使用建议
This skill appears to implement exactly what it says (posting/scheduling to Publora) but it omits a clear declaration of the API credential it needs. Before installing or enabling it: 1) Verify how your agent will supply the Publora API key (ask the publisher to declare a required env like PUBLORA_API_KEY or document usage of a separate 'publora' core skill). 2) Only provide a Publora key you trust—prefer a limited-scope or test account key for initial use. 3) Understand that media will be uploaded to presigned URLs (S3) and content will be sent to api.publora.com; confirm this matches your privacy/compliance needs. 4) If you cannot confirm where the key is stored or how it's protected, treat the missing credential declaration as a red flag and request clarification from the publisher before proceeding.
功能分析
Type: OpenClaw Skill
Name: publora-threads
Version: 2.0.1
The skill bundle provides legitimate instructions and API documentation for integrating with the Publora service to manage Threads posts. The code snippets in SKILL.md demonstrate standard REST API interactions and S3 uploads without any signs of malicious execution, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The SKILL.md is narrowly focused on posting/scheduling to Publora's Threads API and the examples match that purpose. However, the instructions explicitly require an API key header (x-publora-key: sk_YOUR_KEY) and reference a separate 'publora' core skill for auth, yet the skill metadata lists no required environment variables or primary credential. Requiring an API key is reasonable for this purpose, but failing to declare it in metadata is an inconsistency.
Instruction Scope
Runtime instructions are limited to calling https://api.publora.com and uploading media to presigned upload URLs (S3 PUT to upload.uploadUrl). The instructions do not ask the agent to read files outside media to upload, nor to access unrelated system paths. The only scope issue is that the SKILL.md implicitly expects the agent to have access to the Publora API key (via a core 'publora' skill or env var) which is not declared here.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or installed by the skill bundle itself.
Credentials
The examples require a secret API key header (sk_... style) but the skill metadata does not declare any required env vars or a primary credential. That omission is problematic: the agent will need a secret to operate but the skill does not document how that secret is provided or stored. Additionally, presigned upload URLs will accept uploaded media—this is expected for media posts but worth noting since it sends user data to external endpoints.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform presence, and does not claim to modify other skills or system configuration. Autonomous invocation is allowed (platform default), which is normal for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install publora-threads - 安装完成后,直接呼叫该 Skill 的名称或使用
/publora-threads触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Add: Max 1 hashtag per post. replyControl platformSettings. Media on first post only. Threading: (1/N) auto-split, --- manual, [n/m] explicit. Nested threading temporarily unavailable. Video carousels limited.
v2.0.0
March 2026: updated platform limits, new API docs, Threads nesting warning
v1.2.0
March 2026: updated platform limits, new API docs, Threads nesting warning
v1.1.0
Add thread posting guide: manual --- separator for explicit post boundaries, auto-split behavior, no [1/N] markers on Threads (unlike X), correct hashtag limit (max 1, not zero)
v1.0.0
Initial release
元数据
常见问题
Publora Threads 是什么?
Post or schedule content to Threads using the Publora API. Use this skill when the user wants to publish or schedule a Threads post via Publora. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 805 次。
如何安装 Publora Threads?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install publora-threads」即可一键安装,无需额外配置。
Publora Threads 是免费的吗?
是的,Publora Threads 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Publora Threads 支持哪些平台?
Publora Threads 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Publora Threads?
由 Sergey Bulaev(@sergebulaev)开发并维护,当前版本 v2.0.1。
推荐 Skills