← 返回 Skills 市场
jolestar

Sui JSON-RPC Skill

作者 jolestar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
199
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sui-jsonrpc-skill
功能描述
Operate Sui public JSON-RPC through UXC with OpenRPC-driven discovery, mainnet fullnode defaults, and read-only query plus pubsub subscription guardrails.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sui-jsonrpc-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sui-jsonrpc-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug sui-jsonrpc-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 199 次。

如何安装 Sui JSON-RPC Skill?

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

Sui JSON-RPC Skill 是免费的吗?

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

Sui JSON-RPC Skill 支持哪些平台?

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

谁开发了 Sui JSON-RPC Skill?

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

💬 留言讨论