Install
openclaw skills install smart-contract-security-auditorSmart Contract Security Auditor: Analyzes Solidity and Go smart contracts for security vulnerabilities, provides gas optimization suggestions, and generates corresponding test cases (Foundry or Go tests).
openclaw skills install smart-contract-security-auditorA skill designed to enhance smart contract security, optimize gas costs, and ensure thorough test coverage for Solidity and Golang (Cosmos/Hyperledger) projects.
When you finish writing or modifying a smart contract, trigger this skill to analyze the code for common vulnerabilities.
How to trigger: "Audit this contract: [file_path]" or "Check my changes in [file_path] for security vulnerabilities."
Use this workflow to get suggestions on reducing EVM Gas costs or optimizing state read/write operations in Cosmos/Hyperledger.
How to trigger: "Optimize gas for [file_path]" or "Suggest performance improvements for [file_path]."
Whenever contract logic changes, this skill can automatically generate or update the corresponding tests.
.t.sol).testing package (_test.go).How to trigger: "Generate tests for [file_path]" or "Write a Foundry test script for my new logic."
When performing tasks, reference the following documents to ensure standard compliance: