← 返回 Skills 市场
mastrophot

NEAR Agent Skills

作者 mastrophot · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
577
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install near-agent-skills
功能描述
Comprehensive agentic skills for NEAR Protocol, including gas optimization and on-chain analytics.
安全使用建议
This package appears to do what it says: call NEAR RPC and third-party NEAR analytics endpoints and provide gas/analytics helpers. Before installing: 1) be aware you must run 'npm install' and 'npm run build' manually (the registry entry lacks an automated install spec); run these in a sandbox if you want to be cautious. 2) The code calls rpc.mainnet.near.org and api.nearblocks.io — these are external services. Do not pass private keys or secrets into these functions. 3) If you rely on privacy or trust boundaries, review the source (already included) and consider pinning dependency versions or running a malware scan on node_modules. 4) If you want stronger guarantees, request a published homepage/repo or an author identity you can verify before using this in production.
功能分析
Type: OpenClaw Skill Name: near-agent-skills Version: 1.0.0 The OpenClaw AgentSkills skill bundle is benign. All code and documentation are aligned with the stated purpose of providing NEAR Protocol analytics and gas optimization tools. Network requests are directed to legitimate NEAR RPC endpoints (`rpc.mainnet.near.org`) and public block explorer APIs (`api.nearblocks.io`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts in SKILL.md or README.md. The direct interpolation of `account_id` into a URL in `src/gas-optimizer.ts` is a common pattern for API calls and, while a potential vulnerability if the API itself is flawed, does not indicate malicious intent from this skill bundle.
能力评估
Purpose & Capability
The exported functions call NEAR RPC and third-party NEAR analytics endpoints (rpc.mainnet.near.org and api.nearblocks.io) which is consistent with 'gas optimizer' and 'on-chain analytics' functionality. Dependencies (near-api-js, node-fetch) match the stated purpose. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md instructs only to run standard npm install/build commands and does not ask the agent to read unrelated local files or secrets. Runtime code performs network requests to public NEAR RPC and third-party APIs; that is expected for analytics but means data passed into functions (account/contract IDs) may be sent to those external services.
Install Mechanism
The package is marked 'instruction-only' for the platform, yet the repo contains source files and SKILL.md instructs users to run 'npm install' and 'npm run build'. There is no install spec in the registry metadata — so installation/build must be run manually. Dependencies come from npm (near-api-js, node-fetch); no obscure external binary downloads are present. This is a packaging omission rather than an obvious security risk.
Credentials
The skill requires no environment variables or credentials and the code does not read env vars. All network calls are to public RPC and analytics endpoints; the functions use public view queries and do not require private keys. No disproportionate credential access is requested.
Persistence & Privilege
Skill flags are default (always:false, user-invocable:true, autonomous invocation allowed). The skill does not request persistent system-wide configuration or modify other skills. Autonomous invocation is normal and not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install near-agent-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /near-agent-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Gas Optimizer and On-Chain Analytics skills for NEAR Protocol.
元数据
Slug near-agent-skills
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

NEAR Agent Skills 是什么?

Comprehensive agentic skills for NEAR Protocol, including gas optimization and on-chain analytics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 577 次。

如何安装 NEAR Agent Skills?

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

NEAR Agent Skills 是免费的吗?

是的,NEAR Agent Skills 完全免费(开源免费),可自由下载、安装和使用。

NEAR Agent Skills 支持哪些平台?

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

谁开发了 NEAR Agent Skills?

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

💬 留言讨论