Bobadilla Tech@Requiems API Skills
Bobadilla Tech@Requiems API Skills from gabrielmoreira/agent-skills-mirror.
Skills in this plugin
118- ▌ Ip Asn Get Asn · bobadilla-techLook up ASN, organization, ISP, and network details for the requesting client's IP address. Useful when you want information about the user making the request without specifying an IP explicitly.
- ▌ Ip Info Get Ip · bobadilla-techGet geolocation and network information for the requesting client's IP address. Useful when you want information about the user making the request without specifying an IP explicitly.
- ▌ Qr Code Get Qr · bobadilla-techReturns a raw PNG image of the QR code. Ideal for direct embedding or file download.
- ▌
- ▌ Iban Get Iban · gabrielmoreiraValidates an IBAN and returns the country, bank code, and account number. Spaces in the input are stripped automatically. Always returns HTTP 200 — check the valid field to determine whether the IBAN is valid.
- ▌ Iban Post Batch · gabrielmoreiraValidates up to 50 iban numbers in a single request. Results are returned in the same order as the input.
- ▌ Ip Asn Get Ip · gabrielmoreiraLook up ASN, organization, ISP, and network details for a specific IP address.
- ▌ Emoji Get Name · gabrielmoreiraReturns a specific emoji by its CLDR snake_case name. The name is case-insensitive.
- ▌
- ▌ Emoji Get Search · gabrielmoreiraSearch for emojis whose name or category contains the given query string (case-insensitive). Returns a list of all matches.
- ▌
- ▌
- ▌ Ip Asn Post Batch · gabrielmoreiraLook up ASN data for up to 50 IP addresses in a single request. Results are returned in input order. Private and reserved IPs return an empty result with no error.
- ▌
- ▌ Quotes Post Batch · gabrielmoreiraReturns up to 50 random quotes in a single request. Each quote counts as one unit of usage.
- ▌ Sudoku Get Sudoku · gabrielmoreiraReturns a randomly generated Sudoku puzzle and its solution. Difficulty defaults to medium when not specified.
- ▌ Sudoku Post Batch · gabrielmoreiraGenerate up to 20 Sudoku puzzles in a single request. Results are returned in the same order as the input array. Each puzzle in the batch counts as one unit of API usage.
- ▌ Trivia Get Trivia · gabrielmoreiraReturns a random trivia question with multiple-choice answers. Use the optional category and difficulty query parameters to filter the question pool.
- ▌
- ▌ Barcode Get Base64 · gabrielmoreiraReturns a JSON envelope containing the barcode as a base64-encoded PNG string, along with its type and dimensions.
- ▌ Barcode Post Batch · gabrielmoreiraGenerate up to 20 barcodes in a single request. Each barcode is processed independently and results are returned in the same order as the input. Invalid items do not fail the entire request.
- ▌
- ▌ Geocode Post Batch · gabrielmoreiraConvert up to 20 coordinate pairs to addresses in a single request. Processed concurrently; results are returned in input order. Per-item errors are reported inline.
- ▌ Ip Info Post Batch · gabrielmoreiraLook up geolocation data for up to 50 IP addresses in a single request. Results are returned in input order. Per-item errors are reported inline.
- ▌ Qr Code Get Base64 · gabrielmoreiraReturns a JSON envelope containing the QR code as a base64-encoded PNG string, along with its dimensions.
- ▌ Qr Code Post Batch · gabrielmoreiraGenerate up to 50 base64-encoded QR codes in a single request. Results are returned in input order. The PNG endpoint has no batch variant — use this endpoint for batch generation.
- ▌
- ▌ Barcode Get Barcode · gabrielmoreiraReturns a raw PNG image of the barcode. Ideal for direct embedding or file download.
- ▌
- ▌ Geocode Get Geocode · gabrielmoreiraConverts a free-text address into latitude and longitude coordinates.
- ▌ Holidays Post Batch · gabrielmoreiraReturns holidays for up to 50 (country, year) pairs in a single request. Each pair is processed independently — if one combination has no data, it returns found:false without failing the entire batch.
- ▌ Markdown Post Batch · gabrielmoreiraConverts multiple Markdown strings into HTML in a single request. Results are returned in the same order as the input array. Supports optional sanitization to remove unsafe HTML tags such as script and iframe.
- ▌ Mortgage Post Batch · gabrielmoreiraCalculate up to 50 mortgages in a single request. Results are returned in the same order as the input.
- ▌ Timezone Post Batch · gabrielmoreiraLook up timezone information for up to 50 locations in a single request. Each item can specify a timezone name, city, or lat/lon coordinates. Priority is timezone name > city > coordinates. Results are returned in input order.
- ▌
- ▌ Global Data Get Ip · gabrielmoreiraResolve the timezone, UTC offset, and DST status for any IPv4 or IPv6 address without needing an address string.
- ▌ Horoscope Get Sign · gabrielmoreiraReturns a daily horoscope reading for the specified zodiac sign.
- ▌
- ▌ Mx Lookup Post Batch · gabrielmoreiraRetrieve MX records for up to 50 domains in a single request. Results for each domain are sorted by priority ascending (lowest numeric value has the highest mail delivery priority per RFC 5321).
- ▌ Profanity Post Batch · gabrielmoreiraCheck up to 50 texts for profanity in a single request. Results are returned in input order.
- ▌ Sentiment Post Batch · gabrielmoreiraAnalyzes the sentiment of up to 50 texts in a single request. Results are returned in the same order as the input. Each text counts as one unit of usage.
- ▌
- ▌
- ▌
- ▌ Dictionary Get Word · gabrielmoreiraReturns the definition, phonetics, examples, and synonyms for the given word.
- ▌ Dictionary Post Batch · gabrielmoreiraResolve multiple words in a single request. Returns dictionary entries when found, or error information when a word is not in the dataset.
- ▌ Holidays Get Holidays · gabrielmoreiraReturns a list of public holidays for the specified country and year
- ▌ Lorem Ipsum Get Lorem · gabrielmoreiraGenerate Lorem Ipsum placeholder text with customizable length and format
- ▌ Mortgage Get Mortgage · gabrielmoreiraReturns the monthly payment, total cost, and full amortization schedule for a fixed-rate mortgage.
- ▌
- ▌ Timezone Get Timezone · gabrielmoreiraReturns timezone information for the given coordinates or city name. Provide either `city` or both `lat` and `lon`.
- ▌ Lorem Ipsum Post Batch · gabrielmoreiraGenerate multiple Lorem Ipsum placeholder texts in a single request. Processes items in bulk and returns partial successes.
- ▌ Markdown Post Markdown · gabrielmoreiraConverts a Markdown string to HTML. Pass sanitize true to strip potentially unsafe tags like script and iframe from the output.
- ▌ Mx Lookup Get Domain · gabrielmoreiraRetrieve all MX records for a domain. Results are sorted by priority ascending (lowest numeric value has highest mail delivery priority per RFC 5321).
- ▌ Postal Code Get Code · gabrielmoreiraReturns city, state, country, and coordinates for the given postal code.
- ▌ Postal Code Post Batch · gabrielmoreiraLook up city, state, and coordinates for up to 50 postal codes in a single request. Results are returned in input order.
- ▌ Random User Post Batch · gabrielmoreiraReturns multiple randomly generated fake user profiles in a single request. Each call consumes count units of quota. Maximum 50 users per request.
- ▌ Random Word Get Random · gabrielmoreiraReturns a random word with its definition and part of speech
- ▌ Random Word Post Batch · gabrielmoreiraResolve multiple words in a single request. Returns dictionary entries when found, or error information when a word is not in the dataset.
- ▌ Spell Check Post Batch · gabrielmoreiraChecks multiple texts for spelling mistakes in a single request. Returns a corrected version and per-word corrections for each input text. Results are returned in the same order as the input array.