← 返回 Skills 市场
brucegutman

Pipeworx crypto

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
99
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-crypto
功能描述
Cryptocurrency prices, market cap rankings, and fiat currency conversion via CoinGecko
使用说明 (SKILL.md)

Crypto & Currency

Real-time cryptocurrency prices from CoinGecko plus fiat currency conversion. Check the price of Bitcoin, get the top 100 coins by market cap, or convert between currencies like USD, EUR, and GBP.

Tools

Tool Description
get_crypto_price Current price for a specific cryptocurrency by CoinGecko ID (e.g., "bitcoin", "ethereum", "solana")
get_crypto_market Top cryptocurrencies ranked by market cap with prices and 24h changes
get_exchange_rate Fiat-to-fiat exchange rate conversion (e.g., USD to EUR)

Scenarios

  • "What's the current price of Ethereum?" — use get_crypto_price with id "ethereum"
  • Building a portfolio tracker that needs live prices
  • Converting currencies for international pricing calculations
  • Displaying a market overview with top gainers and losers

Example: Bitcoin price

curl -s -X POST https://gateway.pipeworx.io/crypto/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_crypto_price","arguments":{"id":"bitcoin"}}}'
{
  "name": "Bitcoin",
  "symbol": "btc",
  "price_usd": 67234.12,
  "market_cap": 1320000000000,
  "volume_24h": 28500000000,
  "change_24h": 2.34
}

MCP config

{
  "mcpServers": {
    "pipeworx-crypto": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/crypto/mcp"]
    }
  }
}
安全使用建议
This skill is coherent and low-friction, but note it forwards requests to an external service (gateway.pipeworx.io). Do not send secrets or sensitive account data through it unless you trust that endpoint. The SKILL.md also shows an MCP config that uses `npx mcp-remote@latest` — if you enable that flow, npx will download and execute code from npm at runtime, which increases risk. If you need stronger privacy or control, prefer calling CoinGecko directly or review Pipeworx's documentation and privacy policy before use.
功能分析
Type: OpenClaw Skill Name: pipeworx-crypto Version: 1.0.0 The skill provides cryptocurrency market data and fiat exchange rates by interfacing with a remote MCP server at gateway.pipeworx.io. It contains no local executable code, and the documentation (SKILL.md) describes standard tool usage and configuration for the mcp-remote utility without any signs of malicious intent or prompt injection.
能力标签
crypto
能力评估
Purpose & Capability
Name/description match the behavior in SKILL.md. The only required binary is curl, which is appropriate for the provided curl examples and remote API usage. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to call a remote endpoint (https://gateway.pipeworx.io/crypto/mcp) and provides example MCP configuration. That is coherent with a remote crypto-price service, but it does mean queries and any user-supplied data will be transmitted to that external service — consider privacy/trust implications.
Install Mechanism
No install spec or code files are included (instruction-only). This is low-risk because nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials, which is proportional to the described functionality.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide or persistent privileges. It does not modify other skills or system configs itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-crypto
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-crypto 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-crypto
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx crypto 是什么?

Cryptocurrency prices, market cap rankings, and fiat currency conversion via CoinGecko. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。

如何安装 Pipeworx crypto?

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

Pipeworx crypto 是免费的吗?

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

Pipeworx crypto 支持哪些平台?

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

谁开发了 Pipeworx crypto?

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

💬 留言讨论