← Back to Skills Marketplace
sergebulaev

Publora Threads

by Sergey Bulaev · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
805
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install publora-threads
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install publora-threads
  3. After installation, invoke the skill by name or use /publora-threads
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug publora-threads
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 805 downloads so far.

How do I install Publora Threads?

Run "/install publora-threads" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Publora Threads free?

Yes, Publora Threads is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Publora Threads support?

Publora Threads is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Publora Threads?

It is built and maintained by Sergey Bulaev (@sergebulaev); the current version is v2.0.1.

💬 Comments