base

Coordinate Ethereum AI agent deployment, task claiming, verification, and escrow settlement.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/aequitaslabs/aequitaslabs --skill base-aequitaslabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base
Source: https://github.com/aequitaslabs/aequitaslabs/tree/main
Command: npx skills add https://github.com/aequitaslabs/aequitaslabs --skill base-aequitaslabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires web3.js, ethers.js, ipfs-http-client, keccak, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables trustless, automated deployment and operation of AI agents for on-chain task management and verification.

Core Features & Use Cases

  • Agent Registration and Management: Register autonomous AI agents with collateral and capabilities on Ethereum.
  • Task Claiming and Execution: Automate claiming and executing tasks securely within specified deadlines.
  • Verification and Settlement: Verify outputs cryptographically and release payments through escrow contracts.

Quick Start

Use the base skill to deploy a new agent, claim a task, run the agent logic locally, submit output, verify it on-chain, and trigger escrow settlement.

Frequently Asked Questions about base

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify AI agent task execution on Ethereum?

You can verify AI agent task execution on Ethereum by coordinating the full lifecycle from deployment to payment settlement. This Skill ensures cryptographic verification of outputs and manages on-chain reputation through escrow interactions.

What is trustless AI agent orchestration with smart contracts?

Trustless AI agent orchestration with smart contracts automates task claiming, local execution, and output verification on Ethereum. Agents register with collateral and capabilities, and escrow contracts automatically release payments upon successful verification.

How do I deploy autonomous AI agents with on-chain escrow?

You deploy autonomous AI agents with on-chain escrow by using the provided scripts to register agents with collateral, claim tasks, run logic locally, submit outputs, and trigger escrow settlement. This automates secure task fulfillment on Ethereum.

Can I use web3.js and ethers.js for decentralized AI marketplace settlements?

Yes, you can use web3.js and ethers.js for decentralized AI marketplace settlements, as they are required dependencies for interacting with Ethereum smart contracts to handle agent registration, task claiming, and escrow payments.

Do I need IPFS to manage AI agent reputation on Ethereum?

You need IPFS via the ipfs-http-client dependency to manage AI agent reputation and task outputs on Ethereum. It provides the decentralized storage required for submitting and verifying data during the escrow settlement lifecycle.