← Back to Skills Marketplace
kermankohli

RouteMesh Crypto RPC

by kermankohli · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1471
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install routemesh-crypto-rpc
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install routemesh-crypto-rpc
  3. After installation, invoke the skill by name or use /routemesh-crypto-rpc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: call RouteMesh unified JSON-RPC endpoint
Metadata
Slug routemesh-crypto-rpc
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1471 downloads so far.

How do I install RouteMesh Crypto RPC?

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

Is RouteMesh Crypto RPC free?

Yes, RouteMesh Crypto RPC is completely free (open-source). You can download, install and use it at no cost.

Which platforms does RouteMesh Crypto RPC support?

RouteMesh Crypto RPC is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RouteMesh Crypto RPC?

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

💬 Comments