ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

Shield Agent

Skill by bowen31337

Why use this skill?

Install the Shield Agent to perform autonomous DeFi smart contract security scans. Get immutable, verifiable audit receipts on ClawChain for your protocols.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bowen31337/shield-agent
Or

What This Skill Does

The Shield Agent by bowen31337 is an advanced, autonomous DeFi smart contract vulnerability scanner designed for the OpenClaw ecosystem. It functions as a specialized security auditor that evaluates on-chain smart contract code for common exploits, reentrancy vulnerabilities, logic errors, and security misconfigurations. By leveraging the integration with ClawChain's pallet-agent-receipts, the Shield Agent ensures that every scan performed is logged as an immutable on-chain record. This provides developers and protocols with a verifiable audit trail, enhancing transparency and trust in decentralized financial applications. The agent bridges the gap between off-chain vulnerability research and on-chain security verification.

Installation

To integrate the Shield Agent into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/bowen31337/shield-agent

Ensure that your OpenClaw runtime is up to date and that your ClawChain wallet is configured for transaction signing to facilitate the immutable receipt generation on-chain.

Use Cases

  1. Protocol Auditing: Perform rapid security assessments on smart contracts before deployment to mainnet to identify high-risk vulnerabilities.
  2. Continuous Monitoring: Use the monitoring feature to observe deployed contracts for changes or newly discovered exploit patterns over defined intervals.
  3. Compliance & Reporting: Generate verifiable audit receipts to satisfy governance requirements or to provide proof of security for decentralized finance insurance protocols.
  4. Security Research: Aggregate scan data to identify trends in vulnerability patterns across different DeFi platforms.

Example Prompts

  1. "Shield Agent, please scan the smart contract at 0x71C7656E... and identify any reentrancy risks."
  2. "Start monitoring the liquidity pool contract at 0xAbc123... and check for vulnerabilities every hour."
  3. "Retrieve the audit report for scan ID 88421 and summarize the findings for the team."

Tips & Limitations

  • Static Analysis Focus: While the Shield Agent is powerful, it primarily performs static analysis. Complex logic errors that require runtime state interaction may require additional manual verification.
  • Transaction Costs: Since every scan result is recorded on ClawChain, note that you will need to pay standard transaction fees for the receipt generation.
  • API Availability: Ensure that your local agent has stable internet access, as the scanner queries various blockchain indexers to fetch contract bytecode for evaluation.

Metadata

Stars1776
Views0
Updated2026-03-02
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bowen31337-shield-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#security#defi#auditing#blockchain#smart-contracts
Safety Score: 4/5

Flags: network-access, external-api

Related Skills

Terse

Skill by bowen31337

bowen31337 4190

Identity Resolver

Skill by bowen31337

bowen31337 4190

agent-self-governance

Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done — verify it, (7) periodic self-check — am I drifting from my persona? (8) cost tracking — was that expensive operation worth it? (9) discovering infrastructure — log hardware/service specs immediately.

bowen31337 4190

rsi-loop

Recursive Self-Improvement (RSI) loop for EvoClaw agents. Provides a structured observe→analyze→synthesize→deploy pipeline that enables agents to detect their own failure patterns and generate concrete improvement proposals (new skills, routing fixes, SOUL.md updates, memory improvements). Use when: (1) logging a task outcome (success/fail/quality), (2) running periodic self-improvement analysis, (3) reviewing or deploying improvement proposals, (4) integrating RSI into EvoClaw hub/edge agents via MQTT, (5) checking agent health score, (6) any mention of "self-improvement", "recursive improvement", "fix my own mistakes", "improvement loop", or "agent evolution". Core EvoClaw primitive.

bowen31337 4190

clawchain

ClawChain RPC client for EvoClaw agents. Connects to Substrate-based blockchain, queries on-chain agent data, submits transactions, and enables agents to participate in on-chain governance and reputation tracking. Use when working with ClawChain L1 blockchain, agent DIDs, token economics, or agent reputation systems.

bowen31337 4190