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

x402 Stock Price
BReal-time stock prices from Yahoo Finance. Returns price, change, market state, exchange. Usage: /api/stocks?symbol=AAPL

x402 Phone Validator
BValidate and analyze phone numbers. Detects country code, formats number, identifies mobile vs landline. Usage: /api/phone-validate?phone=+33612345678

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 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

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"}

Satoshi API x402 Fee Estimates
BPaid x402 Bitcoin fee observatory estimates for agents that need current confirmation-target fee guidance.

x402 HTTP Headers Inspector
BInspect HTTP response headers of any URL. Returns status code and all headers. Built-in SSRF protection. Usage: /api/headers?url=https://example.com

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 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 METAR Aviation Weather
BGet current aviation weather (METAR) for any airport by ICAO code. Temperature, wind, visibility, flight category. Usage: /api/metar?icao=KJFK

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

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 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 User Agent Parser
BParse User-Agent strings into browser, OS, engine, and device type. Detects bots and mobile devices. Usage: /api/useragent?ua=Mozilla/5.0...

Satoshi API x402 AI Fee Advice
BPaid x402 AI fee advice endpoint for Bitcoin send timing and fee selection. Change the urgency query parameter for your use case.

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

Satoshi API x402 Block Fee Stats
BPaid x402 Bitcoin block fee statistics from the fee observatory for recent block-level fee and confirmation analysis.

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 Readability Extractor
BExtract clean readable text from any web page. Strips ads, navigation, scripts and returns title + main content. Built-in SSRF protection. Perfect for content analysis and AI training data. Usage: /api/readability?url=https://example.com/article

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 NASA APOD
BNASA Astronomy Picture of the Day. Get the current featured image with title, explanation, and HD URL. Usage: /api/nasa

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

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

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>