← Back to Skills Marketplace
mastrophot

NEAR Agent Skills

by mastrophot · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
577
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install near-agent-skills
Description
Comprehensive agentic skills for NEAR Protocol, including gas optimization and on-chain analytics.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install near-agent-skills
  3. After installation, invoke the skill by name or use /near-agent-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Gas Optimizer and On-Chain Analytics skills for NEAR Protocol.
Metadata
Slug near-agent-skills
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is NEAR Agent Skills?

Comprehensive agentic skills for NEAR Protocol, including gas optimization and on-chain analytics. It is an AI Agent Skill for Claude Code / OpenClaw, with 577 downloads so far.

How do I install NEAR Agent Skills?

Run "/install near-agent-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is NEAR Agent Skills free?

Yes, NEAR Agent Skills is completely free (open-source). You can download, install and use it at no cost.

Which platforms does NEAR Agent Skills support?

NEAR Agent Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created NEAR Agent Skills?

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

💬 Comments