{"success":true,"services":[{"plugin":"anime","creditCost":1,"commands":[{"action":"search","description":"Search for anime by title","usage":"search({ query: \"Naruto\", limit: 10 })"},{"action":"details","description":"Get detailed information about a specific anime by its MyAnimeList ID","usage":"details({ id: 21 })"},{"action":"top","description":"Get top-rated anime list by category","usage":"top({ type: \"tv\", filter: \"airing\", limit: 10 })"},{"action":"seasonal","description":"Get anime from a specific season","usage":"seasonal({ year: 2024, season: \"winter\", limit: 10 })"},{"action":"recommendations","description":"Get anime recommendations based on an anime ID","usage":"recommendations({ id: 21 })"},{"action":"random","description":"Get a random anime suggestion","usage":"random()"}]},{"plugin":"chainlink","creditCost":1,"commands":[{"action":"price","description":"Get price from Chainlink oracle","usage":"price <pair> [network]"},{"action":"feeds","description":"List available price feeds for a network","usage":"feeds [network]"},{"action":"historical","description":"Get historical price data","usage":"historical <pair> <roundId> [network]"},{"action":"compare","description":"Compare Chainlink price with other sources","usage":"compare <pair> [network]"},{"action":"info","description":"Get price feed information","usage":"info <pair> [network]"}]},{"plugin":"lyrics","creditCost":1,"commands":[{"action":"get","description":"Get the written lyrics text for a song — only when user explicitly asks for LYRICS or WORDS to read","usage":"get({ artist: \"Queen\", title: \"Bohemian Rhapsody\" })"},{"action":"search","description":"Search for song lyrics text by keywords or partial lyrics","usage":"search({ query: \"never gonna give you up\" })"},{"action":"synced","description":"Get time-synced (LRC format) lyrics text for a song","usage":"synced({ artist: \"Adele\", title: \"Hello\" })"}]},{"plugin":"nasa","creditCost":1,"commands":[{"action":"apod","description":"Get Astronomy Picture of the Day","usage":"apod"},{"action":"marsRoverPhotos","description":"Get photos from Mars Rover (supports batch sols)","usage":"marsRoverPhotos [roverName] [sols] (sols can be a single number or array)"},{"action":"neo","description":"Get Near Earth Object data","usage":"neo [startDate] [endDate]"},{"action":"earthImagery","description":"Get Earth imagery based on latitude and longitude","usage":"earthImagery [lat] [lon]"},{"action":"epic","description":"Get daily images of Earth from EPIC","usage":"epic"},{"action":"adsSearch","description":"Search for research papers in NASA ADS","usage":"adsSearch [keywords|author]"},{"action":"launchSchedule","description":"Get NASA's upcoming launch schedule","usage":"launchSchedule"},{"action":"marsRoverPhotosHistory","description":"Get historical photos from Mars Rover within a date range","usage":"marsRoverPhotosHistory [roverName] [startDate] [endDate]"}]},{"plugin":"news","creditCost":1,"commands":[{"action":"headlines","description":"Get top headlines","usage":"headlines [category] [country]"},{"action":"everything","description":"Search all articles","usage":"everything [query] [from] [to] [sortBy]"},{"action":"sources","description":"Get news sources","usage":"sources [category] [country] [language]"},{"action":"getPersonalizedNews","description":"Get personalized news based on user preferences","usage":"getPersonalizedNews [userId] [country]"}]},{"plugin":"websearch","creditCost":2,"commands":[{"action":"search","description":"Search the web for information using DuckDuckGo or Brave Search","usage":"search [query]"},{"action":"stock","description":"Get current stock price from Yahoo Finance","usage":"stock [symbol]"},{"action":"crypto","description":"Get current cryptocurrency price from CoinGecko","usage":"crypto [symbol]"},{"action":"weather","description":"Get current weather for a location","usage":"weather [location]"},{"action":"news","description":"Get current news articles related to a query","usage":"news [query]"}]},{"plugin":"huggingface","creditCost":10,"commands":[{"action":"textClassification","description":"Classify text sentiment/category (default: DistilBERT SST-2)","usage":"textClassification({ inputs: \"I love this product\" })"},{"action":"questionAnswering","description":"Answer a question given context (default: RoBERTa SQuAD2)","usage":"questionAnswering({ question: \"What is AI?\", context: \"AI stands for...\" })"},{"action":"textSummarization","description":"Summarize long text (default: BART-large-CNN)","usage":"textSummarization({ inputs: \"Long article text...\" })"},{"action":"translation","description":"Translate text between languages","usage":"translation({ inputs: \"Hello world\", model: \"Helsinki-NLP/opus-mt-en-fr\" })"},{"action":"fillMask","description":"Fill in masked words in text (default: BERT)","usage":"fillMask({ inputs: \"The capital of France is [MASK].\" })"},{"action":"sentimentAnalysis","description":"Analyze sentiment of text (positive/negative)","usage":"sentimentAnalysis({ inputs: \"I had a great day\" })"},{"action":"zeroShotClassification","description":"Classify text into custom categories without training","usage":"zeroShotClassification({ inputs: \"I want to buy a car\", candidate_labels: [\"shopping\",\"travel\",\"finance\"] })"},{"action":"featureExtraction","description":"Get text embeddings/vectors (default: all-MiniLM-L6-v2)","usage":"featureExtraction({ inputs: \"Some text to embed\" })"},{"action":"imageCaption","description":"Generate a caption for an image (default: BLIP)","usage":"imageCaption({ url: \"https://example.com/image.jpg\" })"},{"action":"namedEntityRecognition","description":"Extract named entities (persons, organizations, locations) from text (default: dslim/bert-base-NER)","usage":"namedEntityRecognition({ text: \"Hugging Face is based in New York City\" })"},{"action":"languageDetection","description":"Detect the language of a text (default: xlm-roberta-base-language-detection)","usage":"languageDetection({ text: \"Bonjour le monde\" })"},{"action":"textSimilarity","description":"Compare two texts and return a cosine similarity score 0-1 (default: all-MiniLM-L6-v2)","usage":"textSimilarity({ text1: \"The cat sat on the mat\", text2: \"A cat is sitting on a rug\" })"},{"action":"spamDetection","description":"Classify text as spam or not spam (default: bert-tiny-finetuned-sms-spam-detection)","usage":"spamDetection({ text: \"Congratulations! You won a free iPhone\" })"}]},{"plugin":"scraper","creditCost":2,"commands":[{"action":"scrape","description":"Scrape content from a webpage with optional user agent and 1-hour cache","usage":"scrape({ url: \"https://example.com\", options: { userAgent: \"chrome\", bypassCache: false } })"},{"action":"screenshot","description":"Take a screenshot of a webpage","usage":"screenshot({ url: \"https://example.com\", options: { fullPage: true, format: \"png\" } })"},{"action":"pdf","description":"Generate PDF from a webpage with 1-hour cache","usage":"pdf({ url: \"https://example.com\", options: { format: \"A4\", userAgent: \"chrome\", bypassCache: false } })"},{"action":"extract","description":"Extract structured data (JSON-LD, Microdata) from a webpage","usage":"extract({ url: \"https://example.com\", options: { type: \"jsonld\" } })"},{"action":"bulk","description":"Scrape multiple URLs in batch","usage":"bulk({ urls: [\"https://example.com\", \"https://example.org\"], options: { userAgent: \"chrome\" } })"}]},{"plugin":"ytdlp","creditCost":3,"commands":[{"action":"download","description":"Download video from YouTube or other URL — for saving video files, NOT for reading lyrics text","usage":"download [url] [options]"},{"action":"info","description":"Get video information without downloading","usage":"info [url]"},{"action":"search","description":"Search YouTube for videos or songs by name — for FINDING and LOCATING songs or videos to watch or download, NOT for reading lyrics text","usage":"search [query] [limit]"},{"action":"audio","description":"Download audio/MP3 from YouTube — for DOWNLOADING and SENDING a song as an audio file, NOT for reading lyrics text","usage":"audio [url or query]"},{"action":"playlist","description":"Download entire playlist","usage":"playlist [url] [options]"},{"action":"transcribe","description":"Get transcript/subtitles from a video URL","usage":"transcribe [url] [options]"}]},{"plugin":"ffmpeg","creditCost":5,"commands":[{"action":"convert","description":"Convert media between formats","usage":"convert [input] to [output] [options]"},{"action":"extract","description":"Extract audio, video, or frames from media","usage":"extract [audio|video|frames] from [input]"},{"action":"compress","description":"Compress media files","usage":"compress [input] [quality]"},{"action":"info","description":"Get media file information","usage":"info [file]"},{"action":"concat","description":"Concatenate multiple media files","usage":"concat [file1] [file2] ... to [output]"},{"action":"trim","description":"Trim media file","usage":"trim [input] from [start] to [end]"}]},{"plugin":"aiDetector","creditCost":5,"commands":[{"action":"detectText","description":"Analyze text to determine if it was AI-generated","usage":"detectText [text or paste content]"},{"action":"detectImage","description":"Analyze an image to determine if it was AI-generated","usage":"detectImage [url or file path]"},{"action":"detectVideo","description":"Analyze a video for AI-generated frames","usage":"detectVideo [url or file path]"},{"action":"detectAudio","description":"Analyze audio to detect AI-generated speech","usage":"detectAudio [url or file path]"},{"action":"detect","description":"Auto-detect content type and analyze for AI generation","usage":"detect [text, url, or file path]"}]},{"plugin":"challengeQuestions","creditCost":2,"commands":[{"action":"generate","description":"Generate challenge questions with a verification token (answers returned separately via verify)","usage":"generate({ count: 3 })"},{"action":"generateWithAnswers","description":"Generate challenge questions with answers included (single request, self-hosted verification)","usage":"generateWithAnswers({ count: 3 })"},{"action":"verify","description":"Verify answers to a previously generated challenge set","usage":"verify({ token: \"chq_...\", answers: [{ id: 1, answer: \"42\" }] })"},{"action":"types","description":"List available question types and configuration","usage":"types()"}]},{"plugin":"tokenProfiler","creditCost":3,"commands":[{"action":"audit","description":"Full token audit with all scam indicators","usage":"audit({ address: \"0x...\", network: \"bsc\" })"},{"action":"honeypotCheck","description":"Quick honeypot detection — can you sell?","usage":"honeypotCheck({ address: \"0x...\", network: \"bsc\" })"},{"action":"holderAnalysis","description":"Top holder distribution analysis","usage":"holderAnalysis({ address: \"0x...\", network: \"bsc\" })"},{"action":"score","description":"Safety score 0-100 based on all checks","usage":"score({ address: \"0x...\", network: \"bsc\" })"}]},{"plugin":"walletProfiler","creditCost":3,"commands":[{"action":"profile","description":"Full wallet profile including balance, tx history, wallet age, and risk flags","usage":"profile({ address: \"0x...\", network: \"bsc\" })"},{"action":"tokens","description":"List token holdings for a wallet address","usage":"tokens({ address: \"0x...\", network: \"bsc\" })"},{"action":"riskScore","description":"Risk assessment score (0-100) for a wallet address","usage":"riskScore({ address: \"0x...\", network: \"bsc\" })"}]},{"plugin":"contractAudit","creditCost":5,"commands":[{"action":"audit","description":"Full security audit of Solidity source code","usage":"audit({ code: \"pragma solidity...\" }) or audit({ address: \"0x...\", network: \"bsc\" })"},{"action":"quickCheck","description":"Fast check for critical and high severity issues only","usage":"quickCheck({ code: \"pragma solidity...\" })"},{"action":"explain","description":"Explain what a contract does in plain English","usage":"explain({ code: \"pragma solidity...\" })"}]},{"plugin":"imageTools","creditCost":2,"commands":[{"action":"optimize","description":"Compress image with optional format conversion","usage":"optimize({ url: \"https://...\", quality: 80, format: \"webp\", stripMetadata: true })"},{"action":"resize","description":"Resize image to target dimensions","usage":"resize({ url: \"https://...\", width: 800, height: 600, fit: \"cover\", format: \"webp\" })"},{"action":"crop","description":"Crop image by region or smart crop","usage":"crop({ url: \"https://...\", left: 100, top: 50, width: 400, height: 300 }) or crop({ url: \"...\", width: 400, height: 300, strategy: \"attention\" })"},{"action":"convert","description":"Convert image format (png, jpeg, webp, avif, tiff)","usage":"convert({ url: \"https://...\", format: \"avif\", quality: 80 })"},{"action":"watermark","description":"Add text watermark to image","usage":"watermark({ url: \"https://...\", text: \"Copyright 2026\", position: \"bottom-right\", opacity: 0.5, fontSize: 24 })"},{"action":"metadata","description":"Get image info (dimensions, format, size, EXIF)","usage":"metadata({ url: \"https://...\" })"},{"action":"transform","description":"Apply multiple operations in one call","usage":"transform({ url: \"https://...\", operations: [{ op: \"resize\", width: 800 }, { op: \"blur\", sigma: 3 }, { op: \"grayscale\" }] })"}]}],"totalCommands":87}