← 返回 Skills 市场
brucegutman

Pipeworx dictionary

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-dictionary
功能描述
Word definitions, phonetics, usage examples, synonyms, and antonyms from the Free Dictionary API
安全使用建议
This skill is largely what it says: a thin wrapper for a dictionary API using curl. The part to watch is the MCP config example which invokes `npx mcp-remote@latest` — running that will download and execute code from npm (remote package execution). If you plan to use the skill, avoid running the npx/mcp-remote step unless you trust gateway.pipeworx.io and the mcp-remote package. Ask the publisher for a source repository or a signed release, or run the MCP/npx step in a sandboxed environment. Otherwise, using the plain curl HTTP call shown in the example is proportionate and does not request any secrets.
功能分析
Type: OpenClaw Skill Name: pipeworx-dictionary Version: 1.0.0 The skill provides dictionary and synonym lookup functionality by interfacing with a remote MCP server hosted at gateway.pipeworx.io. The configuration uses the standard mcp-remote utility to access the API, and the documentation in SKILL.md is consistent with the stated purpose without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
The name/description claim a dictionary lookup via the Free Dictionary API, and the provided curl example aligns with that. However the MCP config in SKILL.md instructs using `npx mcp-remote@latest` to connect to https://gateway.pipeworx.io/dictionary/mcp; that step is not explained or declared in the registry metadata (which only lists curl), and it introduces remote package execution that is not obviously required for a simple dictionary lookup.
Instruction Scope
The runtime instructions themselves are limited to POSTing to the pipeworx gateway and returning dictionary data (no file reads or env access). But the included MCP config explicitly calls out running `npx ... mcp-remote@latest`, which downloads and executes code from the npm registry when used — expanding the agent's actions beyond simple HTTP requests. That behavior is not described in the skill's purpose and grants the ability to execute arbitrary package code if followed.
Install Mechanism
There is no formal install spec (instruction-only), which is low-risk. The concern is the MCP example: it relies on npx to fetch and run a remote package at runtime. Although not an explicit install in the registry, using npx effectively installs/executes remote code and is a higher-risk operation that wasn't declared in required binaries.
Credentials
The skill requests no environment variables, no credentials, and no config paths — appropriate for a public dictionary API and consistent with the described functionality.
Persistence & Privilege
always:false and no requested persistent privileges. The skill can be invoked autonomously (normal platform default) but it does not request elevated or persistent system presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-dictionary
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-dictionary 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-dictionary
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx dictionary 是什么?

Word definitions, phonetics, usage examples, synonyms, and antonyms from the Free Dictionary API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。

如何安装 Pipeworx dictionary?

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

Pipeworx dictionary 是免费的吗?

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

Pipeworx dictionary 支持哪些平台?

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

谁开发了 Pipeworx dictionary?

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

💬 留言讨论