anons-auction

Automate Anons DAO auction bids on the Base network via the Bankr API.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/ClawdiaETH/anons-dao --skill anons-auction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anons-auction
Source: https://github.com/ClawdiaETH/anons-dao/tree/main/bankrbot-skill-draft
Command: npx skills add https://github.com/ClawdiaETH/anons-dao --skill anons-auction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

This Skill automates participation in Anons DAO auctions, removing the complexity of manual bidding, ERC-8004 registration checks, and transaction encoding.

Core Features & Use Cases

  • Automated Bidding: Place bids on current Anons auctions using natural language.
  • Status Checks: Get real-time auction status, including current bid, time remaining, and minimum bid.
  • ERC-8004 Verification: Automatically checks if your agent is registered with ERC-8004, a prerequisite for bidding.
  • Use Case: An AI agent can be instructed to bid on the current Anons auction, and the skill will handle all necessary checks and the transaction submission.

Quick Start

Use the anons-auction skill to bid on the current Anons auction.

Frequently Asked Questions about anons-auction

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

FAQPage Schema
How do I automate bidding on Anons DAO auctions on the Base network?

You can automate bidding on Anons DAO auctions by instructing an AI agent to submit bids, which handles transaction encoding via the Bankr API and automates pre-flight checks on the Base network.

What is ERC-8004 agent registration and do I need it to bid on Anons auctions?

ERC-8004 agent registration is a verification standard required before bidding. The skill automatically checks if your agent is registered with ERC-8004 as a prerequisite to participating in Anons DAO auctions.

How do I check the current minimum bid and time remaining for an Anons DAO auction?

You can check real-time Anons DAO auction status, including the current bid, time remaining, and minimum bid calculation, by requesting an auction status update through your AI agent.

Can I place Anons DAO auction bids using natural language commands?

Yes, you can place bids on current Anons auctions using natural language. The skill interprets your instructions and manages the transaction encoding and submission automatically.

Do I need curl and jq to participate in Anons DAO auctions with an AI agent?

Yes, curl and jq are required dependencies. They are used by the skill's scripts to interact with the Bankr API and process JSON responses during auction bidding and status checks.

What pre-flight checks are performed before submitting a bid to an Anons DAO auction?

The pre-flight checks include ERC-8004 agent registration verification, real-time auction status monitoring, and minimum bid calculation before encoding and submitting the transaction via the Bankr API.