Aegis402 Shield Protocol (Hackathon) for Openclaw

A specialized blockchain security API for AI agents to detect scams and simulate transactions using the x402 payment protocol on testnet.

swiftadviser
v1.0.0
Feb 7, 2026
0
2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install aegis-security-hackathon

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install aegis-security-hackathon using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Aegis402 Shield Protocol (Hackathon)?

Aegis402 Shield Protocol (Hackathon/Testnet) provides a robust security layer for autonomous agents interacting with blockchain networks. This specific entry in the Openclaw Skills directory allows developers to integrate honeypot detection, address reputation checks, and transaction simulations into their agent workflows. It leverages the x402 protocol for micro-payments, specifically using testnet USDC on Base Sepolia. By utilizing these Openclaw Skills, developers can ensure their agents avoid malicious contracts and stay safe during DeFi operations without risking real capital during the development phase.

Aegis402 Shield Protocol (Hackathon) Use Cases

  • Honeypot detection before an AI agent swaps tokens on a decentralized exchange.
  • Verifying wallet address reputation to prevent phishing or poisoning attacks.
  • Simulating complex smart contract interactions to predict balance changes before signing.
  • Testing autonomous payment flows using the x402 protocol in a sandbox environment.

How Aegis402 Shield Protocol (Hackathon) Works

  1. The AI agent initiates a request to a security endpoint like check-token or simulate-tx.
  2. The API returns a 402 Payment Required status with payment instructions for Base Sepolia.
  3. The agent or developer pays the required amount of testnet USDC via the x402 protocol.
  4. The request is retried with a payment proof header included in the request metadata.
  5. The Aegis402 Shield Protocol processes the security scan and returns the technical risk analysis.

Aegis402 Shield Protocol (Hackathon) Setup

To use these Openclaw Skills, install the required x402 client libraries:

npm install @x402/fetch @x402/evm

Ensure you have testnet USDC on Base Sepolia (Chain ID 84532) from a faucet to cover the micro-transaction costs for the security scans.

Aegis402 Shield Protocol (Hackathon) Data Schema & Taxonomy

Field Description
isHoneypot Boolean indicating if the token is a scam
trustScore Numerical value (0-100) representing reliability
riskLevel Categorical risk rating ranging from SAFE to CRITICAL
isPoisoned Flag for addresses involved in poisoning attacks
balanceChanges Array of predicted asset movements during simulation

Aegis402 Shield Protocol (Hackathon) Advanced Features

  • Multi-chain support covering Ethereum, Base, Polygon, Arbitrum, Optimism, and BSC.
  • Automated payment handling via the x402 protocol integration for seamless agentic commerce.
  • Detailed transaction simulation providing granular balance change data before execution.
  • Real-time address reputation checking to identify established vs. suspicious wallets.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*