← 返回 Skills 市场
brucegutman

Pipeworx hackernews

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-hackernews
功能描述
Search and browse Hacker News — top stories, keyword search via Algolia, and individual item lookup
安全使用建议
This skill seems to be a wrapper that sends your search queries to an external Pipeworx gateway rather than calling Algolia/Firebase directly. Before installing, consider whether you trust pipeworx.io to receive the text of your searches and any item IDs you fetch. Note the SKILL.md's "Connect" snippet uses `npx mcp-remote@latest` but the metadata only lists curl as a required binary — you may need node/npx if you plan to use that connection method. If you need stronger privacy or want to avoid sending queries to a third party, prefer a skill that calls Algolia/Firebase directly or confirm Pipeworx's privacy policy and the gateway's behavior (what they log/retain). If you proceed, test with non-sensitive queries first and verify network endpoints and their owners.
功能分析
Type: OpenClaw Skill Name: pipeworx-hackernews Version: 1.0.0 The skill bundle provides documentation and configuration for accessing a Hacker News API via a remote MCP gateway (gateway.pipeworx.io). It uses the standard 'mcp-remote' utility via npx to proxy requests, which is consistent with its stated purpose of searching and browsing Hacker News stories. No malicious code, data exfiltration patterns, or prompt injection attempts were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the functionality (search HN, top stories, fetch items). However, instead of calling Algolia or the Firebase API directly, the example and 'Connect' guidance route requests through https://gateway.pipeworx.io and via an npx-launched mcp-remote. That is a reasonable design choice (a remote wrapper) but it is not reflected in the metadata (no remote endpoint declared) and the SKILL.md claims direct use of Algolia/Firebase while providing only a Pipeworx gateway example.
Instruction Scope
Runtime instructions (example curl and the 'Connect' block) instruct the agent to POST user queries to gateway.pipeworx.io/mcp. This will transmit user query text and any arguments to an external service (privacy risk). The SKILL.md does not instruct reading local files or extra env vars, but it omits mention of npx/node even though the Connect snippet requires running npx mcp-remote@latest.
Install Mechanism
Instruction-only skill with no install spec and no code files — low installation risk. The only declared required binary is curl which is consistent with the provided curl example.
Credentials
The skill requests no environment variables or credentials, which is appropriate. However, it relies on an external gateway (pipeworx) to process queries; there is no declared env var or configuration pointing to that gateway, and the Connect snippet requires npx/node even though npx is not listed in required binaries.
Persistence & Privilege
always is false and there is no install-time persistence or modification of other skill settings. The skill does not request elevated or permanent presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-hackernews
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-hackernews 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-hackernews
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx hackernews 是什么?

Search and browse Hacker News — top stories, keyword search via Algolia, and individual item lookup. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 Pipeworx hackernews?

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

Pipeworx hackernews 是免费的吗?

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

Pipeworx hackernews 支持哪些平台?

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

谁开发了 Pipeworx hackernews?

由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。

💬 留言讨论