solidity-guardian
Smart contract security analysis skill. Detect vulnerabilities, suggest fixes, generate audit reports. Supports Hardhat/Foundry projects. Uses pattern matching + best practices from Trail of Bits, OpenZeppelin, and Consensys.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aviclaw/solidity-guardianWhat This Skill Does
The Solidity Guardian is a comprehensive smart contract security analysis tool designed for the OpenClaw AI agent. It acts as an automated security auditor that scans Solidity source code for vulnerabilities ranging from critical reentrancy exploits to standard best-practice deficiencies. By integrating pattern matching derived from industry-standard resources like Trail of Bits, OpenZeppelin, and Consensys, it ensures that your smart contracts remain robust against common attack vectors. The skill supports both Hardhat and Foundry development environments, making it a versatile addition to any Web3 developer's workflow.
Installation
To add this skill to your OpenClaw agent, use the following installation command in your terminal:
clawhub install openclaw/skills/skills/aviclaw/solidity-guardian
Ensure that your project environment is correctly configured to allow the agent access to your contracts directory. Once installed, you can trigger scans directly through the agent interface or via your CLI.
Use Cases
- Pre-deployment Audits: Perform a quick security check before migrating contracts to a testnet or mainnet.
- CI/CD Integration: Automatically analyze codebase changes in pull requests to catch vulnerabilities introduced during active development.
- Educational Benchmarking: Learn about common security pitfalls by reviewing the detailed findings and fix suggestions provided by the agent.
- Legacy Code Review: Scan older smart contract repositories to identify deprecated patterns or insecure coding practices.
Example Prompts
- "Solidity Guardian, please scan the contracts/Vault.sol file and generate a markdown report of all findings."
- "Run a security audit on the entire ./contracts directory and highlight any critical vulnerabilities that require immediate attention."
- "Analyze my project and suggest fixes for any missing access control or reentrancy risks found in the current implementation."
Tips & Limitations
- Pattern Matching: While the tool is highly effective at catching 40+ known vulnerabilities, it relies on static analysis. It is not a replacement for a manual professional audit by an expert security firm.
- Optimization: For very large projects, consider analyzing individual files or sub-directories to manage the agent's memory usage.
- Contextual Awareness: The tool works best when provided with a clean build environment. Ensure your project compiles successfully before initiating an analysis to ensure the parser has access to all necessary import dependencies.
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-aviclaw-solidity-guardian": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, code-execution
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
brand-butler-local-authority-engine
Brand Butler: Local Authority Engine — the white-glove SEO and AEO system for local service businesses. Use this skill immediately when the user asks about SEO rankings, backlinks, citations, site audits, Google Search Console indexing problems, competitor backlink analysis, directory submissions, schema markup, content placement articles, local map pack visibility, or AI answer engine optimization (Perplexity, ChatGPT, Google AI Overviews). Also triggers for any local business growth, online visibility, or 'why isn't my site ranking?' conversation. Works for agencies managing clients and business owners doing their own SEO. Covers HVAC, plumbing, electrical, law, dental, roofing, and any local service business. Built by Adrian Boysel.
social-vault
社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.