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

x402 News Feed
BSearch real-time news from Google News RSS. Returns top 10 articles with title, source, link and publication date. Usage: /api/news?topic=artificial+intelligence&lang=en

x402 Color Converter
BConvert colors between HEX, RGB, and HSL formats. Returns all formats plus CSS-ready strings. Usage: /api/color?hex=ff5733 or /api/color?rgb=255,87,51

x402 WHOIS Lookup
BDomain WHOIS via RDAP. Returns registration/expiration dates, nameservers, registrar, status. Usage: /api/whois?domain=example.com

x402 SSL Certificate Check
BCheck SSL certificate details for any domain. Returns issuer, validity dates, days remaining, fingerprint, SAN. Usage: /api/ssl-check?domain=google.com

x402 Markdown to HTML
BConvert Markdown text to clean HTML. Supports headings, bold, italic, code, links, and lists. Usage: /api/markdown?text=**bold**+_italic_

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 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 Web Search
BClean web search results optimized for LLMs. Returns title, URL, and snippet for each result — no ads, no HTML, just structured data. Powered by DuckDuckGo. Usage: /api/search?q=bitcoin+price&max=10

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 Crossref Academic Search
BSearch academic publications via Crossref. Returns DOI, authors, journal, citation count. Usage: /api/crossref?query=machine+learning&max=5

x402 Password Strength
BAnalyze password strength with score (0-100), entropy, checks and suggestions. Usage: /api/password-strength?password=MyP@ssw0rd!

x402 Universal Scraper
BGive any URL, get clean Markdown back. Strips ads, nav, scripts — returns only the main content. Perfect for AI agents doing research. Usage: /api/scrape?url=https://example.com

x402 Math Expression
BEvaluate math expressions safely. Supports +,-,*,/,^,pi,e,sqrt,sin,cos,tan,log,abs,ceil,floor,round. Usage: /api/math?expr=2*pi*5+sqrt(16)

x402 JWT Decoder
BDecode JWT tokens without verification. Returns header, payload, expiration status. Usage: /api/jwt-decode?token=eyJhbGciOiJIUzI1NiIs...

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

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 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 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 Cron Parser
BParse cron expressions into human-readable descriptions. Shows field breakdown and schedule. Usage: /api/cron-parse?expr=0 9 * * 1-5

x402 CSV to JSON
BConvert CSV data to JSON. Supports custom delimiters and header row detection. Usage: /api/csv-to-json?csv=name,age\nAlice,30\nBob,25

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 SVG Avatar Generator
BGenerate unique, deterministic SVG avatars from any name or seed string. 3 styles: geometric (circles/triangles/rects), pixel (5x5 mirrored grid), initials (gradient + text). Size 32-512px. Returns SVG image or JSON with data_uri. Usage: /api/avatar?name=Alice&style=geometric&size=128

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 World Time API
BCurrent time in any timezone with UTC offset, DST status, and week number. Usage: /api/time?timezone=Europe/Paris