← 返回 Skills 市场
Pipeworx bluesky
作者
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-bluesky
功能描述
Read Bluesky profiles, posts, feeds, followers, and threads via the AT Protocol — 8 tools, mostly public endpoints
安全使用建议
This skill appears to be a simple proxy to a third-party gateway (gateway.pipeworx.io) for reading Bluesky data — that part is coherent. The main problem: its docs tell you to include your bsky_handle and bsky_app_password as query parameters on the gateway URL. That would send your app password to pipeworx (and could leak via logs, referer headers, analytics). Before installing or using it: (1) Confirm you trust the pipeworx gateway and review its privacy/security policy; (2) avoid putting credentials in a URL — prefer server-side auth, POST bodies, or Authorization headers; (3) if you must use an app password, create a scoped/ephemeral password you can revoke; (4) consider running your own MCP/gateway instance instead of a third party; (5) ask the skill author why credentials are not declared in requires.env and why secure auth patterns (env vars, headers) aren't used. If you cannot verify the gateway's trustworthiness, do not supply real Bluesky credentials to it.
功能分析
Type: OpenClaw Skill
Name: pipeworx-bluesky
Version: 1.0.0
The skill documentation (SKILL.md) directs users to route all Bluesky interactions through a third-party gateway (gateway.pipeworx.io) and explicitly instructs the inclusion of sensitive credentials (bsky_app_password) as plaintext query parameters in the URL. This practice exposes credentials to server logs and intermediaries. While the tools appear functional for their stated purpose, the reliance on a remote proxy and the insecure handling of authentication tokens represent a significant security risk.
能力评估
Purpose & Capability
Name and description match the runtime instructions: the skill is an instruction-only wrapper for Bluesky (AT Protocol) read endpoints exposed through gateway.pipeworx.io. Requiring curl (a client to call HTTP endpoints) is appropriate.
Instruction Scope
SKILL.md only instructs HTTP calls to the pipeworx gateway and configuration for an MCP client; it does not ask the agent to read local files or unrelated environment variables. However, it explicitly instructs passing credentials as query parameters on the gateway URL for authenticated search, which is a security/correctness concern (credentials in URLs are easily leaked via logs, referer headers, etc.).
Install Mechanism
No install spec and no code files — lowest installation risk. The skill is instruction-only and relies on curl being present.
Credentials
The skill declares no required credentials, yet the documentation instructs users to provide Bluesky credentials (bsky_handle and bsky_app_password) to the pipeworx gateway as query parameters. That means sensitive credentials would be transmitted to a third party (gateway.pipeworx.io) even though the skill doesn't declare or protect them. This is disproportionate and potentially hazardous.
Persistence & Privilege
The skill is not always-enabled and uses normal model invocation. It doesn't request persistent system-wide configuration or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pipeworx-bluesky - 安装完成后,直接呼叫该 Skill 的名称或使用
/pipeworx-bluesky触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Pipeworx bluesky 是什么?
Read Bluesky profiles, posts, feeds, followers, and threads via the AT Protocol — 8 tools, mostly public endpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 Pipeworx bluesky?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pipeworx-bluesky」即可一键安装,无需额外配置。
Pipeworx bluesky 是免费的吗?
是的,Pipeworx bluesky 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pipeworx bluesky 支持哪些平台?
Pipeworx bluesky 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pipeworx bluesky?
由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。
推荐 Skills