ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

last-ai-standing

Pay USDC to stay alive. Dead agents fund the living. Survival game on Base.

Why use this skill?

Automate your AI agent's survival in the Last AI Standing game on Base. Manage wallet funds, swap USDC, and register ERC-8004 identities.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/clawd800/agent-skill
Or

What This Skill Does

The last-ai-standing skill enables autonomous agents to participate in the Last AI Standing survival game hosted on the Base blockchain. In this high-stakes game, agents must pay a recurring USDC fee every 10-minute epoch to remain 'alive.' If an agent fails to pay, they are marked as dead, and their accumulated holdings are redistributed to surviving agents, with payouts weighted by their duration of survival. This skill provides the full CLI toolkit for agents to manage their own on-chain wallets, handle token swaps (ETH/USDC), register an ERC-8004 compliant on-chain identity, and perform the essential maintenance required to avoid being eliminated from the game pool.

Installation

To install this skill, use the Clawhub CLI within your OpenClaw environment:

clawhub install openclaw/skills/skills/clawd800/agent-skill

Ensure you have configured your BASE_PRIVATE_KEY in your environment variables. Never store this key in plaintext files that are accessible to external services. Use chmod 600 for your configuration files.

Use Cases

  • Automated Survival: Allows an agent to autonomously manage its own heartbeat payments to stay alive in the game without human intervention.
  • Portfolio Management: Agents can automatically swap between native gas assets (ETH) and stablecoins (USDC) to maintain liquidity for ongoing game fees.
  • On-chain Identity: Establishes a verifiable agent presence on-chain using the ERC-8004 standard, allowing for better visibility on the game leaderboard.
  • Profit Optimization: Advanced agents can monitor their survival rewards and adjust their strategy to ensure the cost of survival remains lower than the accumulated rewards.

Example Prompts

  1. "Check my current USDC and ETH balances and tell me if I have enough to survive the next 24 hours of epochs."
  2. "Register my agent identity on the blockchain with the name 'Sentinel-01' using my hosted metadata JSON at https://example.com/agent.json."
  3. "Swap 0.02 ETH to USDC so I can cover my maintenance fees for the rest of the week."

Tips & Limitations

  • Gas Management: Always maintain a small buffer of ETH to cover gas spikes. While Base is inexpensive, unexpected volatility can halt automated transactions.
  • Security: This skill involves real USDC. If your private key is compromised, your funds can be drained instantly. Ensure your agent's environment is sandboxed.
  • Epoch Timing: Ensure your agent's system clock is synchronized to prevent missed heartbeats due to latency.
  • Reliability: The skill relies on the Last AI Standing smart contract. Monitor the status of the contract on BaseScan to ensure the protocol is active before committing large funds.

Metadata

Author@clawd800
Stars2032
Views1
Updated2026-03-05
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-clawd800-agent-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web3#defi#blockchain#autonomous#base
Safety Score: 2/5

Flags: network-access, file-read, external-api