← 返回 Skills 市场
kermankohli

RouteMesh Crypto RPC

作者 kermankohli · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1471
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install routemesh-crypto-rpc
功能描述
Call RouteMesh's unified JSON-RPC endpoint (lb.routeme.sh) for any EVM chainId using a helper script. Use when you need to fetch onchain data (eth_* methods), debug RPC responses, or demo RouteMesh routing for a chain/method.
安全使用建议
This skill's description and credential request are sensible for calling RouteMesh, but the package is incomplete: it references a helper script ({baseDir}/scripts/routemesh_rpc.py) that is not included. Before using/installing: verify the skill's source (routeme.sh) and obtain/review the actual helper script you will run. Prefer passing the API key via Authorization headers rather than embedding it in URLs if possible; if you must embed it, be aware URLs may be logged or leaked. Only provide ROUTEMESH_API_KEY if you trust the endpoint and rotate the key if you suspect exposure. If you cannot inspect the script beforehand, treat this skill as untrusted and avoid exposing high-privilege keys.
功能分析
Type: OpenClaw Skill Name: routemesh-crypto-rpc Version: 1.0.0 The skill is classified as suspicious due to the `--url` parameter described in `SKILL.md`. This parameter allows the skill to make network requests to arbitrary endpoints, which is a powerful and risky capability. While potentially useful for legitimate purposes (e.g., custom RPC endpoints), it could be abused to direct the agent to malicious external servers or internal network resources if the agent were compromised or given malicious input, without clear malicious intent within the provided files.
能力评估
Purpose & Capability
Name/description match the declared primary credential and required Python binary; asking for ROUTEMESH_API_KEY and python is reasonable for an RPC helper. However, the skill's instructions assume a helper script at {baseDir}/scripts/routemesh_rpc.py, but no code files are present in the package—this is an inconsistency.
Instruction Scope
Instructions are narrow (how to POST JSON-RPC to lb.routeme.sh) and don't request unrelated files or env vars. But they instruct running a local helper script that does not exist in this skill bundle; that gap can cause confusion or require the agent/user to create/obtain an external script. The instructions also show the API key placed in the URL path (POST .../{apiKey}), which risks exposure via logs or referers; while the doc notes to keep the key out of logs, embedding in URLs is inherently more leak-prone.
Install Mechanism
No install spec (instruction-only) — lowest install risk. Nothing will be downloaded or written by the skill bundle itself.
Credentials
Only a single credential (ROUTEMESH_API_KEY) is declared as primary, which is proportional to an RPC service. Caution: the documented endpoint places the key in the URL path; this is a design choice of the upstream API but increases the chance of accidental exposure. No other unrelated secrets are requested.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system-wide modifications. Normal autonomous invocation is allowed (platform default) but not escalated by this skill's metadata.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install routemesh-crypto-rpc
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /routemesh-crypto-rpc 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: call RouteMesh unified JSON-RPC endpoint
元数据
Slug routemesh-crypto-rpc
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

RouteMesh Crypto RPC 是什么?

Call RouteMesh's unified JSON-RPC endpoint (lb.routeme.sh) for any EVM chainId using a helper script. Use when you need to fetch onchain data (eth_* methods), debug RPC responses, or demo RouteMesh routing for a chain/method. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1471 次。

如何安装 RouteMesh Crypto RPC?

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

RouteMesh Crypto RPC 是免费的吗?

是的,RouteMesh Crypto RPC 完全免费(开源免费),可自由下载、安装和使用。

RouteMesh Crypto RPC 支持哪些平台?

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

谁开发了 RouteMesh Crypto RPC?

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

💬 留言讨论