← Back to Skills Marketplace
1080
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install near-best-practices
Description
Comprehensive NEAR best practices guide with 100+ terms covering wallet security, smart contracts, and DeFi safety.
Usage Guidance
This skill looks like a straightforward, local NEAR best-practices reference implemented as a Node CLI. Before installing: 1) confirm you have Node available (README uses `node scripts/best.js`) — the skill metadata did not declare this binary requirement; 2) review the remainder of scripts/best.js (the provided file was truncated in the review) to ensure there are no unexpected network calls, file writes, or child-process executions in the unseen portion; 3) if you allow autonomous invocation, be aware the agent could run the bundled script without further prompts (this is normal), but the script as shown only prints local content and does not access secrets. If you are not comfortable reviewing the full file yourself, request the complete script content before installing.
Capability Analysis
Type: OpenClaw Skill
Name: near-best-practices
Version: 1.0.0
The OpenClaw skill bundle 'near-best-practices' is classified as benign. The `SKILL.md` and `README.md` files contain clear, non-malicious instructions for the AI agent and users, without any evidence of prompt injection attempts or instructions to perform unauthorized actions. The core logic in `scripts/best.js` is a self-contained Node.js script that provides a CLI interface to an in-memory database of NEAR best practices. It does not perform any network requests, access sensitive files, execute arbitrary commands, or employ obfuscation or persistence mechanisms. All observed behavior is aligned with the stated purpose of providing a best practices guide.
Capability Assessment
Purpose & Capability
Name, description, README, SKILL.md, and the provided scripts/best.js are consistent: a searchable best-practices guide for NEAR. Minor coherence issue: README and script usage expect the 'node' runtime, but the registry metadata lists no required binaries. Requiring Node is reasonable for a JavaScript CLI, but it wasn't declared.
Instruction Scope
SKILL.md instructs the agent to expose CLI-like commands (browse/search/get/list/random) that match the functions implemented in scripts/best.js. The instructions do not ask the agent to read unrelated files, access credentials, or send data externally.
Install Mechanism
There is no install spec (instruction-only skill with bundled code). No external download/install steps are present. The package is self-contained and appears to only require a Node runtime to run the included script.
Credentials
No environment variables, credentials, or config paths are requested. The content and code do not indicate a need for secrets or external service credentials.
Persistence & Privilege
The skill does not request always:true and does not declare elevated privileges. It can be invoked by the agent (normal default). There is no evidence it modifies other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install near-best-practices - After installation, invoke the skill by name or use
/near-best-practices - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the NEAR Best Practices Guide Skill:
- Provides a comprehensive guide covering 100+ best practices for NEAR wallets, contracts, DeFi, key management, and gas optimization.
- Includes CLI commands to browse by category, search terms, get detailed explanations, list all terms, or fetch a random tip.
- Categories covered: wallet security, smart contract design, DeFi safety, private key management, and more.
- Features include quick reference guides and actionable security guidelines for developers and users.
- References official NEAR documentation and standards for further learning.
Metadata
Frequently Asked Questions
What is Near Best Practices?
Comprehensive NEAR best practices guide with 100+ terms covering wallet security, smart contracts, and DeFi safety. It is an AI Agent Skill for Claude Code / OpenClaw, with 1080 downloads so far.
How do I install Near Best Practices?
Run "/install near-best-practices" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Near Best Practices free?
Yes, Near Best Practices is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Near Best Practices support?
Near Best Practices is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Near Best Practices?
It is built and maintained by shaiss (@shaiss); the current version is v1.0.0.
More Skills