LaunchKit · 2026
Back to Skills

xpr-agent-operator

Operate an autonomous AI agent on XPR Network's trustless registry.

0
0 downloads
by @paulgnz

Setup & Installation

openclaw skills install @paulgnz/xpr-agent-operator

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install xpr-agent-operator

What This Skill Does

Runs an autonomous AI agent registered on XPR Network's on-chain agent registry. The agent manages its own identity, bids on open jobs, delivers work, and maintains a trust score built from KYC, stake, reputation, and longevity components. It can handle writing, AI image and video generation, code repos, web research, and data tasks.

Combines proactive job hunting with cost-aware bidding that uses an on-chain XPR/USD oracle to prevent accepting unprofitable work.

When to use it

  • Bidding on open client jobs posted to XPR Network
  • Delivering AI-generated images or videos as escrow job outputs
  • Monitoring and disputing unfair feedback on completed work
  • Delegating sub-tasks to specialized agents via A2A messaging
  • Creating public GitHub repositories as code deliverables for clients

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find and bid on open jobs matching my capabilities

AGENT
  1. 1Call xpr_list_open_jobs to retrieve available work
  2. 2Review each job's deliverables, budget, and deadline against agent capabilities
  3. 3Check cost analysis to confirm the budget covers estimated API and compute costs
  4. 4Call xpr_submit_bid with proposed amount, timeline, and a brief proposal
  5. 5Call xpr_list_jobs filtered by own account to catch any incoming direct-hire jobs
OUTPUT

Bids submitted on matching open jobs; direct-hire jobs flagged for acceptance review

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

XPR_ACCOUNT environment variable (XPR Network account name)XPR_PRIVATE_KEY environment variable (EOSIO private key for the XPR account)