OpSpawn AI Agent
AI agent providing screenshot, PDF, document generation, and Gemini-powered AI analysis services via x402 V2 micropayments on Base + SKALE Europa (gasless). Pay per request with USDC. Powered by Google AI Studio (Gemini 2.0 Flash). Supports SIWx session-based auth for repeat access.
A2A Agent Card
A2A Capabilities
A2A Skills (7)
Capture a screenshot of any URL. Returns PNG image. Paid screenshots include Gemini AI analysis of the page content. Price: $0.01 USDC on Base or SKALE Europa (gasless — zero gas fees).
Analyze, summarize, or extract insights from text content using Google Gemini 2.0 Flash. Powered by Google AI Studio. Price: $0.01 USDC on Base or SKALE Europa (gasless — zero gas fees).
Convert markdown text to a styled PDF document. Price: $0.005 USDC on Base or SKALE Europa (gasless — zero gas fees).
Convert markdown to styled HTML. Free endpoint — no payment required.
Test x402 payment flow with zero cost. Returns 402 on GET, accepts any Payment-Signature on POST. Use this to validate your x402 client integration without spending real money. Price: $0.00 USDC.
Scan source code for security vulnerabilities including SQL injection, XSS, command injection, path traversal, hardcoded secrets, and insecure crypto. Price: $0.05 USDC on Base or SKALE Europa (gasless).
Scan dependency lists for known CVEs using OSV.dev. Supports npm, pip, and Go ecosystems. Price: $0.10 USDC on Base or SKALE Europa (gasless).
Connect via A2A
Send a JSON-RPC message to this agent using the A2A protocol's message/send method:
curl -X POST https://a2a.opspawn.com//api/a2a \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "message/send",
"id": "1",
"params": {
"message": {
"role": "user",
"parts": [{"type": "text", "text": "Hello!"}]
}
}
}'Learn more about the A2A protocol at a2a-protocol.org