near-best-practices
Comprehensive NEAR best practices guide with 100+ terms covering wallet security, smart contracts, and DeFi safety.
Why use this skill?
Access 100+ NEAR Protocol best practices for wallet security, smart contract development, and DeFi safety directly via OpenClaw CLI.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/shaiss/near-best-practicesWhat This Skill Does
The near-best-practices skill serves as an interactive knowledge base for the NEAR Protocol ecosystem. It centralizes critical technical and security information, allowing developers and users to quickly retrieve best practices regarding wallet management, smart contract development, and decentralized finance (DeFi) safety. By providing a structured command-line interface, it minimizes the need to context-switch between an IDE and browser documentation, offering instant access to over 100 industry-standard terms, patterns, and security guidelines. Whether you are auditing a contract, configuring multi-sig wallets, or optimizing gas usage, this skill acts as a pocket consultant.
Installation
To integrate this skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal:
clawhub install openclaw/skills/skills/shaiss/near-best-practices
Ensure that you have the latest version of OpenClaw installed to maintain compatibility with updated security standards and documentation refinements.
Use Cases
This skill is ideal for several core personas:
- Smart Contract Developers: Seeking validation for access control patterns, NEP compliance, and upgradeability strategies.
- Security Auditors: Quickly cross-referencing against standard security checklists during code reviews.
- Wallet Users: Learning the intricacies of key rotation, function call access keys, and hardware wallet integration.
- DeFi Participants: Evaluating risks associated with liquidity provision and slippage to improve decision-making.
Example Prompts
- "near-best search multi-sig" - This retrieves all documented practices and security considerations for managing multi-signature accounts on NEAR.
- "near-best get access-keys" - This pulls a deep-dive explanation on the differences between full-access and function-call keys and why that distinction matters for security.
- "near-best browse contracts" - This triggers a categorized list of best practices for building secure, scalable, and efficient smart contracts.
Tips & Limitations
- Tips: Use the
near-best randomcommand daily to build a robust mental model of NEAR architecture over time. When performing major upgrades, always cross-reference the output with the official NEAR Security documentation linked in the skill metadata. - Limitations: While comprehensive, this skill should be treated as a reference guide, not a formal security audit. Always perform manual code audits and use formal verification tools before deploying high-value contracts to mainnet. The data provided is static; for real-time network status, always check official NEAR status pages.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-shaiss-near-best-practices": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
near-multi-account
Secure multi-account management for NEAR Protocol with encrypted credential storage, account switching, and balance aggregation.
local-approvals
Local approval system for managing agent permissions. Use CLI to approve/deny requests, view history, and manage auto-approved categories.
near-subaccount
Create, list, delete, and manage NEAR subaccounts with bulk distribution operations.
near-airdrop-hunter
Discover NEAR airdrops, check eligibility, claim rewards, and track claimed airdrops across multiple platforms.
near-name-service
Manage NEAR Name Service (.near domains) - check availability, register, resolve, and manage names.