Skip to content

Skills

The sweepster-integration Claude Code skill guides an engineer through integrating Sweepster as a builder — from registration to a working sweep flow — using Claude Code as an AI pair programmer.

What it covers

  1. Prerequisites (Node 22+, viem, builder API key)
  2. Get a builder account (self-serve at dashboard.sweepster.xyz)
  3. Request a quote from the orchestrator
  4. EIP-712-sign the SweepDelegate SweepOrder + sign an EIP-7702 authorization with viem/wagmi
  5. Submit (signature + authorization) and poll intent status
  6. Attribution choices (API key vs. on-chain signed fields)
  7. Using the @sweepster/mcp server for agent-driven integration
  8. Links to the full API reference and integration guide

Install the skill

User-level (available in all projects)

bash
# Copy the skill into your global Claude skills directory
cp -r skills/sweepster-integration ~/.claude/skills/sweepster-integration

Project-level (available only in this project)

bash
# Copy into your project's .claude/skills/ directory
cp -r skills/sweepster-integration .claude/skills/sweepster-integration

Use the skill in Claude Code

/sweepster-integration

Or in a Claude Code session:

Use the sweepster-integration skill to help me integrate Sweepster into my wallet app.

Claude will:

  1. Check your prerequisites
  2. Walk you through registration
  3. Generate working TypeScript code for quote → sign → submit → poll
  4. Offer to install and configure the MCP server
  5. Verify the integration works

Skill location

The skill lives at skills/sweepster-integration/ in the Sweepster repository:

skills/sweepster-integration/
├── SKILL.md            # skill manifest + content
└── references/
    ├── api-cheatsheet.md           # quick reference for all endpoints
    └── integration-example.ts      # copy-paste TypeScript example

Manual skill usage

If you prefer to read the skill directly without Claude Code:

  • API cheatsheet: skills/sweepster-integration/references/api-cheatsheet.md
  • Integration example: skills/sweepster-integration/references/integration-example.ts
  • Full skill: skills/sweepster-integration/SKILL.md

Non-custodial · Atomic · Audit + bug bounty planned before mainnet value.