x402-compute
This skill should be used when the user asks to "provision GPU instance", "spin up a cloud server", "list compute plans", "browse GPU pricing", "extend compute instance", "destroy server instance", "check instance status", "list my instances", or manage x402 Singularity Compute / x402Compute infrastructure. Handles GPU and VPS provisioning with USDC payment on Base or Solana networks via the x402 payment protocol.
Why use this skill?
Learn to manage and provision GPU/VPS instances using USDC on Base or Solana with the x402-compute skill. Automate your cloud infrastructure today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ivaavimusic/x402-computeWhat This Skill Does
The x402-compute skill enables the OpenClaw agent to autonomously manage, provision, and destroy high-performance GPU and VPS infrastructure. Designed for the x402 Singularity Compute ecosystem, this skill leverages the HTTP 402 Payment Required protocol, allowing your agent to pay for cloud resources directly using USDC on either the Base (EVM) or Solana blockchain. By integrating this skill, your agent gains the ability to scale compute power based on real-time task demands, manage instance lifecycles, and retrieve access credentials such as SSH keys or one-time root passwords. It abstracts the complexity of blockchain payments and server orchestration into simple, agent-executable commands.
Installation
To install this skill, use the ClawHub CLI: clawhub install openclaw/skills/skills/ivaavimusic/x402-compute. Once installed, ensure you have your project dependencies by running pip install -r {baseDir}/requirements.txt. You must configure your environment with either a Base private key or a Solana secret key. For enhanced security, it is highly recommended to generate a specific SSH key pair dedicated to your instances. Initialize your wallet environment variables and optionally generate an API key via python {baseDir}/scripts/create_api_key.py to allow the agent to manage your infrastructure securely.
Use Cases
This skill is perfect for autonomous AI workflows that require burst compute capabilities. Common use cases include: 1) Deploying GPU-accelerated environments for model training or inference tasks on-the-fly. 2) Spinning up temporary web servers or application hosting environments. 3) Automating cost-optimized infrastructure management where instances are created and destroyed programmatically to match workload requirements. 4) Managing remote development environments that require specific hardware configurations like A100 GPUs.
Example Prompts
- "I need to run a heavy inference task; please browse available GPU plans and provision a vcg-a100 instance in the lax region for one month."
- "List all my currently active compute instances and check their status to see if any are nearing expiration."
- "The current GPU instance is no longer needed; please destroy the instance with the label 'my-gpu' to stop further charges."
Tips & Limitations
Always follow the security best practice of using a dedicated, low-balance wallet for all x402 transactions to prevent accidental fund loss. Be aware that this skill performs blockchain transactions; therefore, ensure sufficient USDC liquidity is available in your linked wallet before triggering provisioning requests. While the skill supports SSH keys, keep your private key material off-server and use the provided one-time password fallback only when absolutely necessary. Regularly check instance statuses to avoid unwanted resource expiry.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ivaavimusic-x402-compute": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, code-execution, external-api
Related Skills
email-security
Protect AI agents from email-based attacks including prompt injection, sender spoofing, malicious attachments, and social engineering. Use when processing emails, reading email content, executing email-based commands, or any interaction with email data. Provides sender verification, content sanitization, and threat detection for Gmail, AgentMail, Proton Mail, and any IMAP/SMTP email system.
x402-layer
x402-layer helps agents pay for APIs with USDC, deploy monetized endpoints, manage credits/webhooks/marketplace listings, and handle ERC-8004 registration/reputation on Base/Solana. Use this skill when the user asks to "create x402 endpoint", "deploy monetized API", "pay for API with USDC", "check x402 credits", "consume API credits", "list endpoint on marketplace", "buy API credits", "topup endpoint", "browse x402 marketplace", "set up webhook", "receive payment notifications", "manage endpoint webhook", "verify webhook payment", "verify payment genuineness", "register ERC-8004 agent", "register Solana 8004 agent", "submit on-chain reputation feedback", "rate ERC-8004 agent", use "Coinbase Agentic Wallet (AWAL)", or manage x402 Singularity Layer operations on Base or Solana networks.