← Back to Skills Marketplace
sergebulaev

Publora Bluesky

by Sergey Bulaev · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ Security Clean
511
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install publora-bluesky
Description
Post or schedule content to Bluesky using the Publora API. Use this skill when the user wants to publish or schedule Bluesky posts via Publora.
Usage Guidance
This skill appears to do exactly what it says: use the Publora API to post or schedule Bluesky content. Before installing or invoking it: (1) Verify you trust Publora and the skill publisher (owner is unknown here). (2) Do not share your main Bluesky password — create and use an app password as instructed. (3) Provide the Publora API key and any app password as secrets (environment variables or secure prompts) rather than pasting them into public chat. (4) Note that image uploads require the agent/process to access local files (e.g., photo_compressed.jpg) — only allow that if you intend the agent to read those files. (5) Because the SKILL.md references a separate 'publora core skill' and does not declare credential env vars, expect some manual setup; confirm where and how the agent will store/obtain the x-publora-key before granting access.
Capability Analysis
Type: OpenClaw Skill Name: publora-bluesky Version: 1.2.1 The skill bundle provides documentation and code examples for integrating with the Publora API to manage Bluesky posts. The instructions in SKILL.md are consistent with the stated purpose, using standard API patterns and security best practices such as recommending Bluesky app passwords. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (post/schedule to Bluesky via Publora) matches the SKILL.md: examples show create-post, get-upload-url, and uploading media to Publora-provided URLs. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Instructions are scoped to HTTP calls to https://api.publora.com and uploading media to returned upload URLs, which is appropriate for this use. The examples show reading a local file for image upload (open('photo_compressed.jpg')), which is expected for media posts but means an agent would need access to that file when asked to attach media. SKILL.md refers to a separate 'publora core skill' (not included here) and does not declare where the Publora API key should be stored, so the agent's runtime behavior for obtaining secrets is underspecified.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. This is the lowest-risk install profile.
Credentials
The skill requires a Publora API key (x-publora-key) and a Bluesky app password (app password, not main password) — both are proportional to posting/scheduling. However, the registry metadata lists no required env vars, so the SKILL.md and the platform manifest are inconsistent about how credentials are supplied; the skill will require the user/agent to provide secrets at runtime.
Persistence & Privilege
No always:true, no installs, and no requests to modify agent/system configuration. The skill can be invoked autonomously (default), which is normal and expected for skills — not in itself a red flag.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install publora-bluesky
  3. After installation, invoke the skill by name or use /publora-bluesky
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
Fix: All image formats converted to JPEG (not just WebP). Image limit ~976KB not 1MB. altTexts silently ignored in create-post API (dashboard only). test-connection always fails (known bug). Links count toward 300-char limit.
v1.2.0
March 2026: updated platform limits, new API docs, Threads nesting warning
v1.1.0
Add DID platform ID format, app password requirement, altTexts for images, rich text facet auto-detection
v1.0.0
Initial release
Metadata
Slug publora-bluesky
Version 1.2.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Publora Bluesky?

Post or schedule content to Bluesky using the Publora API. Use this skill when the user wants to publish or schedule Bluesky posts via Publora. It is an AI Agent Skill for Claude Code / OpenClaw, with 511 downloads so far.

How do I install Publora Bluesky?

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

Is Publora Bluesky free?

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

Which platforms does Publora Bluesky support?

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

Who created Publora Bluesky?

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

💬 Comments