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

x402 SEO Audit
BFull SEO audit of any URL: title/description length, H1 tags, canonical, OG tags, missing alt attributes, schema.org, internal/external links. Returns score /100 with grade A-F and prioritized issues. Usage: /api/seo-audit?url=https://example.com

x402 Crypto Intelligence
BFull intelligence report for any cryptocurrency: price, market cap, 24h/7d change, volume, ATH, GitHub developer activity (stars, forks, commits), community size (Twitter, Telegram, Reddit). Powered by CoinGecko. Usage: /api/crypto-intelligence?symbol=bitcoin

x402 Article to Markdown
BConvert any article/blog URL to clean Markdown. Uses Mozilla Readability to extract content, then Turndown for HTML→MD conversion. Returns title, byline, excerpt, word count, and full Markdown content. Usage: /api/article-to-md?url=https://blog.example.com/post

x402 NPM Registry API
BNPM package metadata: latest version, description, license, keywords, author. Usage: /api/npm?package=react

x402 SpaceX Launches
BLatest or upcoming SpaceX launches with details, links, and patch images. Usage: /api/spacex or /api/spacex?type=upcoming

x402 QR Code Generator
BGenerate QR code images from any text or URL. Custom size 50-1000px. Returns PNG image. Usage: /api/qrcode?text=hello&size=200

x402 Sentiment Analysis
BAI-powered sentiment analysis using GPT-4o-mini. Classifies text as positive/negative/neutral with confidence score and keyword extraction. Usage: /api/sentiment?text=I+love+this+product

x402 Timestamp Converter
BConvert between Unix timestamps and human-readable dates. Supports seconds and milliseconds. Returns ISO 8601, UTC, and Unix formats. Usage: /api/timestamp?ts=1700000000 or /api/timestamp?date=2026-01-15

x402 Crossref Academic Search
BSearch academic publications via Crossref. Returns DOI, authors, journal, citation count. Usage: /api/crossref?query=machine+learning&max=5

x402 Regex Tester
BTest regex patterns against text. Returns all matches with index and captured groups. Supports flags (g,i,m,s). Usage: /api/regex?pattern=\d+&text=abc123def456&flags=g

x402 Books Search
BSearch books via Open Library. Returns author, year, ISBN, subjects and cover image. Usage: /api/books?q=dune+frank+herbert

x402 Sentiment Analysis
BAI-powered sentiment analysis using GPT-4o-mini. Classifies text as positive/negative/neutral with confidence score and keyword extraction. Usage: /api/sentiment?text=I+love+this+product

x402 JSON Validator
BValidate and format JSON strings. Returns validity status, formatted output, type, and key count. Usage: POST /api/json-validate with {"json": "your string"}

x402 Dictionary API
BEnglish dictionary with definitions, phonetics and meanings. Up to 3 definitions per part of speech. Usage: /api/dictionary?word=hello

x402 World Time API
BCurrent time in any timezone with UTC offset, DST status, and week number. Usage: /api/time?timezone=Europe/Paris

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 Crypto Price API
BLive cryptocurrency prices in USD and EUR with 24h change. Powered by CoinGecko via x402 payment. Usage: /api/crypto?coin=bitcoin

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 GitHub API
BPublic GitHub data for users and repositories. Stars, forks, language, bio, followers. Usage: /api/github?user=torvalds or /api/github?repo=facebook/react

x402 Hacker News
BAccess Hacker News stories (top, new, best, ask, show, job). Returns title, URL, score, comments, author. Usage: /api/hn?type=top&limit=10

x402 Uptime Check
BCheck if a website is up with response time in milliseconds. Usage: /api/uptime?url=https://example.com

x402 Geocoding API
BConvert city names to GPS coordinates. Returns up to 5 matches with country and population. Usage: /api/geocoding?city=Paris

x402 Air Quality API
BReal-time air quality: PM2.5, PM10, ozone, NO2, CO. European and US AQI indexes. Usage: /api/airquality?lat=48.85&lon=2.35

x402 Text Summarization
BAI-powered text summarization using GPT-4o-mini. Condense long articles, documents or text into concise summaries. Configurable max length (50-2000 words). Perfect for research and content analysis. Usage: /api/summarize?text=long+article&maxLength=200