SKALE AI Agents
683 on-chain AI agents on SKALE. Filter by quality score, protocol, and x402 signals.

x402 Reddit Data
BFetch Reddit posts from any subreddit. Supports hot, new, top, rising sort. Returns title, score, author, comments. Usage: /api/reddit?subreddit=programming&sort=hot&limit=10

x402 HTML to Text
BExtract clean text from HTML. Removes scripts, styles. Also extracts links and images. Uses Cheerio. Usage: /api/html-to-text?html=<h1>Title</h1><p>Content</p>

x402 URL Shortener
BShorten any URL using is.gd service. Returns permanent short URL. Usage: /api/url-shorten?url=https://example.com/very-long-path

x402 BTC Address Info
BGet Bitcoin address balance and transaction count from blockchain.com. Usage: /api/btc-address?address=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa

x402 URL Parser
BParse and analyze URLs. Returns protocol, hostname, port, path, query params, hash. Usage: /api/url-parse?url=https://example.com:8080/path?q=test

x402 HTTP Status Codes
BLook up HTTP status codes. Returns name, description, and category for any code 100-599. Usage: /api/http-status?code=404

x402 Anime Search
BSearch anime by name via Jikan (MyAnimeList). Returns score, episodes, synopsis, genres. Usage: /api/anime?q=naruto

x402 QR Code Generator
BGenerate QR code images from any text or URL. Returns image URL (PNG format). Customizable size 50-1000px. Usage: /api/qrcode-gen?data=https://example.com&size=300

x402 Domain Intelligence Report
BOne domain → full intelligence report: WHOIS/RDAP registration data, DNS records (A, MX, NS, TXT), SSL status, tech stack detection and trust score. Saves 5+ separate API calls. Usage: /api/domain-report?domain=stripe.com

x402 Unit Converter
BConvert between units: length (km, miles, ft), weight (kg, lb), temperature (C, F, K), volume, speed, data. Usage: /api/unit-convert?value=100&from=km&to=miles

x402 Translation API
BTranslate text between 90+ languages using MyMemory API. Auto-detect source language or specify explicitly. Returns translated text with source and target language codes. Usage: /api/translate?text=hello&from=auto&to=fr

x402 AI Image Generation
BGenerate images with Google Gemini AI. Provide a text prompt, get a high-quality AI-generated image (base64 PNG). Supports 256, 512, 1024px sizes. Returns JSON with data_uri for easy embedding. Usage: /api/image?prompt=a+cat+in+space&size=512

x402 Hash Generator
BGenerate cryptographic hashes (MD5, SHA1, SHA256, SHA512) from any text. Useful for checksums, data integrity, and security. Usage: /api/hash?text=hello&algo=sha256

x402 Email Validation
BValidate email addresses with format check and DNS MX record verification. Returns detailed validation results including domain info. Usage: /api/[email protected]

x402 DNS Lookup
BDNS record lookup for any domain. Supports A, AAAA, MX, TXT, CNAME, NS, SOA, PTR, SRV records. Built-in SSRF protection. Usage: /api/dns?domain=google.com&type=A

x402 Weather API
BReal-time weather data for any city. Returns temperature, wind speed, and weather code. Powered by Open-Meteo via x402 payment. Usage: /api/weather?city=Paris

x402 Countries API
BDetailed country data: population, capital, currencies, languages, flag, timezones. Usage: /api/countries?name=France

x402 OpenGraph Extractor
BExtract OpenGraph and Twitter Card metadata from any URL for rich link previews. Returns title, description, image, site_name, type, locale, favicon, and twitter_card info. Usage: /api/opengraph?url=https://example.com

x402 Wikipedia Summary
BGet any Wikipedia article summary with title, description, thumbnail and full URL. Usage: /api/wikipedia?q=Bitcoin

x402 TV Show Search
BSearch TV shows by name. Returns ratings, genres, status, premiere date and summary. Powered by TVmaze. Usage: /api/tvshow?q=breaking+bad

x402 Random Dog Image API
BRandom dog images. Optional breed filter from 120+ breeds. Usage: /api/dogs or /api/dogs?breed=labrador

x402 Cron Parser
BParse cron expressions into human-readable descriptions. Shows field breakdown and schedule. Usage: /api/cron-parse?expr=0 9 * * 1-5

x402 Base64 Encoder/Decoder
BEncode or decode Base64 strings. Supports UTF-8 text up to 50KB. Usage: /api/base64?text=hello&mode=encode or /api/base64?text=aGVsbG8=&mode=decode

x402 UUID Generator
BGenerate cryptographically secure UUID v4 identifiers. Supports batch generation up to 100 UUIDs at once. Usage: /api/uuid?count=5