← Back to Skills Marketplace
brucegutman

Pipeworx deckofcards

by Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-deckofcards
Description
Virtual card deck — shuffle, draw, and manage playing cards via the Deck of Cards API
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pipeworx-deckofcards
  3. After installation, invoke the skill by name or use /pipeworx-deckofcards
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug pipeworx-deckofcards
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pipeworx deckofcards?

Virtual card deck — shuffle, draw, and manage playing cards via the Deck of Cards API. It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.

How do I install Pipeworx deckofcards?

Run "/install pipeworx-deckofcards" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pipeworx deckofcards free?

Yes, Pipeworx deckofcards is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pipeworx deckofcards support?

Pipeworx deckofcards is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pipeworx deckofcards?

It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.

💬 Comments