← 返回 Skills 市场
sergebulaev

Publora Bluesky

作者 Sergey Bulaev · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ 安全检测通过
511
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install publora-bluesky
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /publora-bluesky 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug publora-bluesky
版本 1.2.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 511 次。

如何安装 Publora Bluesky?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install publora-bluesky」即可一键安装,无需额外配置。

Publora Bluesky 是免费的吗?

是的,Publora Bluesky 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Publora Bluesky 支持哪些平台?

Publora Bluesky 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Publora Bluesky?

由 Sergey Bulaev(@sergebulaev)开发并维护,当前版本 v1.2.1。

💬 留言讨论