← 返回 Skills 市场
144
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install near-jsonrpc-skill
功能描述
Operate NEAR JSON-RPC reads through UXC with a public provider default, provider-override guidance, and read-only guardrails.
安全使用建议
This skill appears coherent and read-only, but before installing: 1) ensure uxc is installed and you trust the default provider (https://free.rpc.fastnear.com) because the skill will query external RPC endpoints; 2) note the CLI link command fetches an OpenRPC schema from raw.githubusercontent.com — if you prefer, host or reference the schema locally to avoid remote fetches; 3) the included validate.sh requires rg and jq if you run it (they are not declared in SKILL.md); and 4) do not use this skill for signing/transaction submission — it explicitly warns against that. If you need higher assurance, review the OpenRPC schema file and test calls against a provider you control.
功能分析
Type: OpenClaw Skill
Name: near-jsonrpc-skill
Version: 1.0.0
The skill provides a read-only interface for NEAR blockchain JSON-RPC operations using the 'uxc' tool. It includes explicit guardrails against transaction signing and uses a public, documented RPC provider (fastnear.com), with no evidence of data exfiltration or malicious execution.
能力评估
Purpose & Capability
Name/description align with the artifacts: SKILL.md, openrpc schema, and usage examples all show a read-only JSON-RPC wrapper using uxc and the FastNear public RPC. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Runtime instructions stay within the declared read-only NEAR RPC scope (status, query, block, chunk, gas_price, validators) and explicitly forbid transaction submission. Minor note: the workflow tells the agent to link a CLI using a remote OpenRPC schema URL (raw.githubusercontent.com). Fetching that schema at runtime is expected but means the skill will pull a small external file during setup.
Install Mechanism
This is instruction-only (no install spec). No arbitrary downloads or archive extraction are performed by the skill itself.
Credentials
The skill does not request any credentials or env vars (proportionate). Small inconsistency: the included validation script (scripts/validate.sh) calls/depends on rg and jq, but those tools are not mentioned in SKILL.md prerequisites; the script is not run automatically by the agent, but a user running validation must have them.
Persistence & Privilege
The skill does not request always:true or other elevated permanence. It links a uxc command alias at user level which is expected and scoped to the provider; no modifications to other skills or system-wide configs are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install near-jsonrpc-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/near-jsonrpc-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of near-jsonrpc-skill.
- Provides safe, read-only NEAR JSON-RPC operations via UXC with FastNear as default provider.
- Uses a fixed curated OpenRPC schema for NEAR method definitions.
- Includes provider override guidance and warns against deprecated endpoints.
- Limits RPC method surface to read-only (status, query, block, chunk, gas_price, validators).
- Adds guardrails for parameter formatting, archival caveats, and schema requirements.
元数据
常见问题
Near Jsonrpc Skill 是什么?
Operate NEAR JSON-RPC reads through UXC with a public provider default, provider-override guidance, and read-only guardrails. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 Near Jsonrpc Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install near-jsonrpc-skill」即可一键安装,无需额外配置。
Near Jsonrpc Skill 是免费的吗?
是的,Near Jsonrpc Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Near Jsonrpc Skill 支持哪些平台?
Near Jsonrpc Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Near Jsonrpc Skill?
由 jolestar(@jolestar)开发并维护,当前版本 v1.0.0。
推荐 Skills