← Back to Skills Marketplace
jolestar

Sui JSON-RPC Skill

by jolestar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
199
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sui-jsonrpc-skill
Description
Operate Sui public JSON-RPC through UXC with OpenRPC-driven discovery, mainnet fullnode defaults, and read-only query plus pubsub subscription guardrails.
Usage Guidance
This skill appears to do only read-only Sui JSON-RPC discovery and subscriptions via the uxc tool. Before installing or using it: ensure you have uxc installed and trust the public endpoint (https://fullnode.mainnet.sui.io); validate any wss:// websocket endpoints with your provider before subscribing; be aware subscription sinks write to $HOME/.uxc/subscriptions (so check file permissions and disk use); do not repoint the workflow to private or authenticated RPC providers without reviewing their auth model (the skill explicitly warns about that). The included scripts/validate.sh are local validation helpers (they require ripgrep/r g) and are not an installer — review them before running. Overall, nothing here requests unrelated credentials or hidden endpoints.
Capability Analysis
Type: OpenClaw Skill Name: sui-jsonrpc-skill Version: 1.0.0 The sui-jsonrpc-skill bundle is a legitimate tool designed to facilitate read-only queries and pubsub subscriptions to the Sui blockchain via the 'uxc' utility. It includes clear guardrails against 'unsafe' transaction methods, focuses on public mainnet endpoints (https://fullnode.mainnet.sui.io), and provides standard validation scripts (scripts/validate.sh) and usage documentation (references/usage-patterns.md) without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: read-only JSON-RPC calls and pubsub subscriptions via the uxc tool against the public Sui fullnode. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md limits actions to discovery, read methods, and subscription sinks; it explicitly forbids unsafe/write/ signing flows and instructs operators to verify WebSocket endpoints. It references only uxc, the public host, and local sink files.
Install Mechanism
Instruction-only skill (no install spec). The only included script is a small validation helper; nothing is downloaded or written by the skill itself.
Credentials
No environment variables, credentials, or config paths are required. The skill's use of $HOME/.uxc for subscription sinks is consistent with its purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges nor modify other skills' configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sui-jsonrpc-skill
  3. After installation, invoke the skill by name or use /sui-jsonrpc-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
sui-jsonrpc-skill 1.0.0 initial release - Provides a concise interface to Sui public JSON-RPC via UXC, favoring mainnet fullnode with no API key needed. - Implements read-only queries (chain, checkpoints, objects, reference gas price, system state). - Supports pubsub subscription setup for events and transaction effects via `uxc subscribe`. - Excludes unsafe transaction methods and wallet signing flows for security. - Includes clear guardrails and operational workflow for discovery, execution, and subscriptions. - Documentation emphasizes safe use, public endpoint defaults, and best practices.
Metadata
Slug sui-jsonrpc-skill
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Sui JSON-RPC Skill?

Operate Sui public JSON-RPC through UXC with OpenRPC-driven discovery, mainnet fullnode defaults, and read-only query plus pubsub subscription guardrails. It is an AI Agent Skill for Claude Code / OpenClaw, with 199 downloads so far.

How do I install Sui JSON-RPC Skill?

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

Is Sui JSON-RPC Skill free?

Yes, Sui JSON-RPC Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Sui JSON-RPC Skill support?

Sui JSON-RPC Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sui JSON-RPC Skill?

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

💬 Comments