Bobadilla Tech@Requiems API Skills

Bobadilla Tech@Requiems API Skills from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 118 skills 2 authors

Skills in this plugin

118
  1. Ip Asn Get Asn · bobadilla-tech
    Look 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.
    1 install
  2. Ip Info Get Ip · bobadilla-tech
    Get 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.
    1 install
  3. Qr Code Get Qr · bobadilla-tech
    Returns a raw PNG image of the QR code. Ideal for direct embedding or file download.
    1 install
  4. Facts Get Facts · gabrielmoreira
    Returns a randomly selected fact, optionally filtered by category.
    17 repo stars
  5. Iban Get Iban · gabrielmoreira
    Validates 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.
    17 repo stars
  6. Iban Post Batch · gabrielmoreira
    Validates up to 50 iban numbers in a single request. Results are returned in the same order as the input.
    17 repo stars
  7. Ip Asn Get Ip · gabrielmoreira
    Look up ASN, organization, ISP, and network details for a specific IP address.
    17 repo stars
  8. Emoji Get Name · gabrielmoreira
    Returns a specific emoji by its CLDR snake_case name. The name is case-insensitive.
    17 repo stars
  9. Emoji Get Random · gabrielmoreira
    Returns a randomly selected emoji with its full metadata.
    17 repo stars
  10. Emoji Get Search · gabrielmoreira
    Search for emojis whose name or category contains the given query string (case-insensitive). Returns a list of all matches.
    17 repo stars
  11. Base64 Post Batch · gabrielmoreira
    Decode multiple Base64 strings in a single request
    17 repo stars
  12. Cities Get City · gabrielmoreira
    Returns metadata for a city by name. Lookup is case-insensitive.
    17 repo stars
  13. Ip Asn Post Batch · gabrielmoreira
    Look 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.
    17 repo stars
  14. Quotes Get Random · gabrielmoreira
    Returns a random inspirational quote with author attribution
    17 repo stars
  15. Quotes Post Batch · gabrielmoreira
    Returns up to 50 random quotes in a single request. Each quote counts as one unit of usage.
    17 repo stars
  16. Sudoku Get Sudoku · gabrielmoreira
    Returns a randomly generated Sudoku puzzle and its solution. Difficulty defaults to medium when not specified.
    17 repo stars
  17. Sudoku Post Batch · gabrielmoreira
    Generate 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.
    17 repo stars
  18. Trivia Get Trivia · gabrielmoreira
    Returns a random trivia question with multiple-choice answers. Use the optional category and difficulty query parameters to filter the question pool.
    17 repo stars
  19. Trivia Post Batch · gabrielmoreira
    Returns up to 50 trivia questions in a single request.
    17 repo stars
  20. Barcode Get Base64 · gabrielmoreira
    Returns a JSON envelope containing the barcode as a base64-encoded PNG string, along with its type and dimensions.
    17 repo stars
  21. Barcode Post Batch · gabrielmoreira
    Generate 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.
    17 repo stars
  22. Base64 Post Decode · gabrielmoreira
    Decode a Base64-encoded string back to plain text
    17 repo stars
  23. Geocode Post Batch · gabrielmoreira
    Convert 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.
    17 repo stars
  24. Ip Info Post Batch · gabrielmoreira
    Look 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.
    17 repo stars
  25. Qr Code Get Base64 · gabrielmoreira
    Returns a JSON envelope containing the QR code as a base64-encoded PNG string, along with its dimensions.
    17 repo stars
  26. Qr Code Post Batch · gabrielmoreira
    Generate 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.
    17 repo stars
  27. Whois Get Domain · gabrielmoreira
    Returns WHOIS registration information for a domain name.
    17 repo stars
  28. Barcode Get Barcode · gabrielmoreira
    Returns a raw PNG image of the barcode. Ideal for direct embedding or file download.
    17 repo stars
  29. Crypto Get Symbol · gabrielmoreira
    Returns current price data for the given cryptocurrency symbol.
    17 repo stars
  30. Geocode Get Geocode · gabrielmoreira
    Converts a free-text address into latitude and longitude coordinates.
    17 repo stars
  31. Holidays Post Batch · gabrielmoreira
    Returns 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.
    17 repo stars
  32. Markdown Post Batch · gabrielmoreira
    Converts 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.
    17 repo stars
  33. Mortgage Post Batch · gabrielmoreira
    Calculate up to 50 mortgages in a single request. Results are returned in the same order as the input.
    17 repo stars
  34. Timezone Post Batch · gabrielmoreira
    Look 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.
    17 repo stars
  35. Bin Lookup Get Bin · gabrielmoreira
    Returns card metadata for the given 6–8 digit BIN prefix.
    17 repo stars
  36. Global Data Get Ip · gabrielmoreira
    Resolve the timezone, UTC offset, and DST status for any IPv4 or IPv6 address without needing an address string.
    17 repo stars
  37. Horoscope Get Sign · gabrielmoreira
    Returns a daily horoscope reading for the specified zodiac sign.
    17 repo stars
  38. Horoscope Post Batch · gabrielmoreira
    Returns up to 12 daily horoscopes in a single request.
    17 repo stars
  39. Mx Lookup Post Batch · gabrielmoreira
    Retrieve 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).
    17 repo stars
  40. Profanity Post Batch · gabrielmoreira
    Check up to 50 texts for profanity in a single request. Results are returned in input order.
    17 repo stars
  41. Sentiment Post Batch · gabrielmoreira
    Analyzes 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.
    17 repo stars
  42. Swift Code Get Swift · gabrielmoreira
    List SWIFT records with optional filters and pagination.
    17 repo stars
  43. Thesaurus Get Word · gabrielmoreira
    Returns synonyms and antonyms for the given word.
    17 repo stars
  44. Useragent Post Batch · gabrielmoreira
    Parses up to 50 user agents in a single request.
    17 repo stars
  45. Dictionary Get Word · gabrielmoreira
    Returns the definition, phonetics, examples, and synonyms for the given word.
    17 repo stars
  46. Dictionary Post Batch · gabrielmoreira
    Resolve multiple words in a single request. Returns dictionary entries when found, or error information when a word is not in the dataset.
    17 repo stars
  47. Holidays Get Holidays · gabrielmoreira
    Returns a list of public holidays for the specified country and year
    17 repo stars
  48. Lorem Ipsum Get Lorem · gabrielmoreira
    Generate Lorem Ipsum placeholder text with customizable length and format
    17 repo stars
  49. Mortgage Get Mortgage · gabrielmoreira
    Returns the monthly payment, total cost, and full amortization schedule for a fixed-rate mortgage.
    17 repo stars
  50. Swift Code Get Code · gabrielmoreira
    Look up bank metadata for a SWIFT/BIC code.
    17 repo stars
  51. Timezone Get Timezone · gabrielmoreira
    Returns timezone information for the given coordinates or city name. Provide either `city` or both `lat` and `lon`.
    17 repo stars
  52. Lorem Ipsum Post Batch · gabrielmoreira
    Generate multiple Lorem Ipsum placeholder texts in a single request. Processes items in bulk and returns partial successes.
    17 repo stars
  53. Markdown Post Markdown · gabrielmoreira
    Converts a Markdown string to HTML. Pass sanitize true to strip potentially unsafe tags like script and iframe from the output.
    17 repo stars
  54. Mx Lookup Get Domain · gabrielmoreira
    Retrieve all MX records for a domain. Results are sorted by priority ascending (lowest numeric value has highest mail delivery priority per RFC 5321).
    17 repo stars
  55. Postal Code Get Code · gabrielmoreira
    Returns city, state, country, and coordinates for the given postal code.
    17 repo stars
  56. Postal Code Post Batch · gabrielmoreira
    Look up city, state, and coordinates for up to 50 postal codes in a single request. Results are returned in input order.
    17 repo stars
  57. Random User Post Batch · gabrielmoreira
    Returns multiple randomly generated fake user profiles in a single request. Each call consumes count units of quota. Maximum 50 users per request.
    17 repo stars
  58. Random Word Get Random · gabrielmoreira
    Returns a random word with its definition and part of speech
    17 repo stars
  59. Random Word Post Batch · gabrielmoreira
    Resolve multiple words in a single request. Returns dictionary entries when found, or error information when a word is not in the dataset.
    17 repo stars
  60. Spell Check Post Batch · gabrielmoreira
    Checks 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.
    17 repo stars