← 返回 Skills 市场
cuongdcdev

NEAR Protocol CLI installation and setup guide.

作者 Cuong DC · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
765
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install near-cli-tools
功能描述
Guide for installing, setting up, verifying, and using NEAR Protocol CLI (near-cli-rs) on all platforms, including obtaining the absolute path of the near bi...
安全使用建议
This skill is documentation-only and appears coherent for installing and using near-cli-rs. Before running any installer commands (especially curl ... | sh): verify you trust the GitHub release source, prefer downloading the installer and inspecting it instead of piping it directly to sh, check checksums/signatures if available, and run installers in a low-privilege or sandboxed environment when possible. Be careful when using the CLI commands that import or export accounts — those operations involve private keys/seed phrases; never paste seeds into untrusted tooling. If you need higher assurance, install via your OS package manager or cargo/npm when available, or manually review the installer script on the linked GitHub release page.
功能分析
Type: OpenClaw Skill Name: near-cli-tools Version: 1.0.0 The skill is designed to install and configure the NEAR Protocol CLI, which involves executing commands that interact with the blockchain. It uses the `curl | sh` pattern for installation (e.g., `curl ... | sh` in SKILL.md and README.md), which is an inherent Remote Code Execution (RCE) vulnerability risk, as it executes arbitrary code downloaded from a remote server. While this is a common installation method for many legitimate tools, it represents a significant security flaw if the remote script or its source (GitHub) were compromised. Additionally, the `README.md` lists `near account export-account` as a common command, which could expose sensitive credentials if an agent were prompted to execute it, although the skill does not explicitly instruct the agent to misuse this command. These elements, while not indicative of intentional malice by the skill author, introduce significant security risks for an AI agent and the system it operates on.
能力评估
Purpose & Capability
The name, description, README, and SKILL.md consistently describe installing, configuring, verifying, and using the near-cli-rs tool. The requested artifacts (none) and included files are documentation only and align with the stated purpose.
Instruction Scope
SKILL.md stays on topic (installation, PATH, verification, common near commands). It does instruct interactive actions that may involve private keys (import/export accounts) but does not request or attempt to harvest credentials itself. Agents following these instructions could cause the user to enter seed phrases or operate on private keys—the skill does not provide guidance to protect sensitive material.
Install Mechanism
The skill is instruction-only (no install spec). The recommended installer uses GitHub Releases (https://github.com/near/near-cli-rs) which is an expected source. However, the instructions include piping a remote installer script to sh (curl | sh), which executes remote code and is inherently higher risk; this is common for CLI installers but users/agents should prefer downloading and reviewing the script or using package managers when possible.
Credentials
The skill declares no required environment variables or credentials. It mentions config file locations (e.g., ~/.config/near-cli/config.toml) and commands that will interact with account keys; that is proportional to a CLI usage guide. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false, the skill is user-invocable, and there is no installation or persistent agent modification. The skill does not request persistent presence or special privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install near-cli-tools
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /near-cli-tools 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "near-tools" skill. - Provides comprehensive installation and setup instructions for NEAR CLI (near-cli-rs) across Linux, macOS, Windows, and Node.js environments. - Emphasizes that agents must always use the absolute path to the 'near' binary before execution. - Includes troubleshooting tips and first steps (viewing account summary, importing/creating accounts). - Resources and quick reference commands included for user convenience.
元数据
Slug near-cli-tools
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

NEAR Protocol CLI installation and setup guide. 是什么?

Guide for installing, setting up, verifying, and using NEAR Protocol CLI (near-cli-rs) on all platforms, including obtaining the absolute path of the near bi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 765 次。

如何安装 NEAR Protocol CLI installation and setup guide.?

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

NEAR Protocol CLI installation and setup guide. 是免费的吗?

是的,NEAR Protocol CLI installation and setup guide. 完全免费(开源免费),可自由下载、安装和使用。

NEAR Protocol CLI installation and setup guide. 支持哪些平台?

NEAR Protocol CLI installation and setup guide. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NEAR Protocol CLI installation and setup guide.?

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

💬 留言讨论