← 返回 Skills 市场
brucegutman

Pipeworx deckofcards

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-deckofcards
功能描述
Virtual card deck — shuffle, draw, and manage playing cards via the Deck of Cards API
安全使用建议
This skill appears to do exactly what it claims: call a remote Deck-of-Cards service. Before installing, confirm you trust gateway.pipeworx.io/pipeworx.io (it will receive any request payloads and return card images), and be aware the MCP example would pull mcp-remote from npm if used — so ensure npx/npm usage is acceptable in your environment. If you want tighter safety, limit the agent's network access or review traffic to the gateway to ensure no sensitive data is sent. The small inconsistency about `npx` being referenced but not declared is worth checking with the skill author if you plan to run the MCP helper.
功能分析
Type: OpenClaw Skill Name: pipeworx-deckofcards Version: 1.0.0 The skill provides a virtual card deck interface by wrapping a remote API hosted at gateway.pipeworx.io. It uses standard tools like curl and mcp-remote for interaction, and the SKILL.md documentation contains clear, non-malicious instructions for managing decks and drawing cards.
能力评估
Purpose & Capability
Name/description match the runtime instructions: SKILL.md only calls a Deck-of-Cards JSON-RPC gateway and documents deck operations. Declared required binary (curl) is appropriate for the provided examples.
Instruction Scope
Instructions only show POSTs to https://gateway.pipeworx.io/deckofcards/mcp to create/draw/shuffle decks — scope matches purpose. Minor inconsistency: the MCP config example invokes `npx mcp-remote@latest`, which would require npm/node tooling and pulls code from npm but `npx`/npm are not listed in required bins; this is an example but worth noting.
Install Mechanism
No install spec and no code files — instruction-only skill. This is low-risk; nothing is downloaded or written to disk by the skill package itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill communicates with an external API but does not request keys or secrets in its metadata.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request elevated or persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-deckofcards
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-deckofcards 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-deckofcards
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx deckofcards 是什么?

Virtual card deck — shuffle, draw, and manage playing cards via the Deck of Cards API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Pipeworx deckofcards?

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

Pipeworx deckofcards 是免费的吗?

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

Pipeworx deckofcards 支持哪些平台?

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

谁开发了 Pipeworx deckofcards?

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

💬 留言讨论