Bobadilla Tech@Requiems API Skills

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

by @gabrielmoreira 118 skills

Skills in this plugin

118
  1. Vpn Detection Get Ip · gabrielmoreira
    Analyze an IP address to determine if it's a VPN, proxy, Tor exit node, or hosting provider. Returns detailed threat indicators and scores.
    17 repo stars
  2. Counter Get Namespace · gabrielmoreira
    Get the current value of a counter without incrementing it
    17 repo stars
  3. Inflation Get Inflation · gabrielmoreira
    Returns the latest annual CPI inflation rate for a country plus the previous 10 years of historical data.
    17 repo stars
  4. Useragent Get Useragent · gabrielmoreira
    Parses a user agent string and returns structured information about the browser, OS, device, and bot status.
    17 repo stars
  5. Counter Post Namespace · gabrielmoreira
    Atomically increment a counter in the specified namespace and return the new value
    17 repo stars
  6. Domain Info Get Domain · gabrielmoreira
    Returns DNS records and availability status for the given domain.
    17 repo stars
  7. Global Data Post Resolve · gabrielmoreira
    Resolve an address or coordinates into a full location profile — city, country, timezone, UTC offset, current time, working days this month, and next holiday.
    17 repo stars
  8. Identity Risk Post Score · gabrielmoreira
    Score a user for risk without the full signal breakdown. Lower latency than /signup/protect, suited for background re-scoring and rate limiting.
    17 repo stars
  9. Profanity Post Profanity · gabrielmoreira
    Checks text for profanity, returning a censored version and the list of flagged words.
    17 repo stars
  10. Sentiment Post Sentiment · gabrielmoreira
    Analyzes the sentiment of the provided text and returns a classification, confidence score, and a full breakdown across all three sentiment classes.
    17 repo stars
  11. Data Integrity Post Batch · gabrielmoreira
    Validates and scores a batch of up to 50 contact records in a single request. Each record is processed independently — one item failing does not affect others. Returns per-item email, phone, and text validation results with quality scores, normalized values, plus batch-level aggregates including total, valid_count, invalid_count, and average_quality_score.
    17 repo stars
  12. Email Validate Post Email · gabrielmoreira
    Validates a single email address and returns a full breakdown of syntax validity, MX record status, disposable domain check, normalized form, and any typo suggestion.
    17 repo stars
  13. Exchange Rate Get Convert · gabrielmoreira
    Converts an amount from one currency to another and returns the rate alongside the converted value.
    17 repo stars
  14. Global Data Get Country · gabrielmoreira
    Retrieve working days, public holidays, and next upcoming holiday for any country and optional year/month. Covers 100+ countries.
    17 repo stars
  15. Identity Risk Post Verify · gabrielmoreira
    Deep-verify an email address using domain-level signals including WHOIS age, MX records, and domain availability. Optional IP check. Use for high-value or suspicious accounts.
    17 repo stars
  16. Unit Conversion Get Units · gabrielmoreira
    Returns all available unit conversion types grouped by measurement category
    17 repo stars
  17. World Time Get Timezone · gabrielmoreira
    Returns the current time for the given IANA timezone identifier. The timezone is supplied as a path parameter (e.g. `America/New_York`, `Europe/London`, `UTC`).
    17 repo stars
  18. Color Conversion Get Color · gabrielmoreira
    Convert a color value from one format to another. The response always includes all four formats.
    17 repo stars
  19. Email Normalize Post Batch · gabrielmoreira
    Normalizes up to 100 email addresses in one request. Results are in the same order as the input. Each item includes valid (boolean); when false, only original and message are set. Usage is billed per email processed (see gateway usage headers).
    17 repo stars
  20. Fitness Exercises Get Id · gabrielmoreira
    Returns a single exercise by its numeric ID.
    17 repo stars
  21. Identity Risk Post Protect · gabrielmoreira
    Evaluate a new user at signup. Returns a full risk decision with per-signal breakdown across email, phone, and IP.
    17 repo stars
  22. Phone Validation Get Phone · gabrielmoreira
    Validates a single phone number and returns its country, type, formatted representation, carrier, and VOIP/virtual risk flags.
    17 repo stars
  23. Unit Conversion Post Batch · gabrielmoreira
    convert up to 50 unit conversion operations in a single request.
    17 repo stars
  24. Commodities Get Commodity · gabrielmoreira
    Returns the latest annual average price and up to 10 years of historical data for the requested commodity slug.
    17 repo stars
  25. Data Integrity Get Domain · gabrielmoreira
    Evaluate the trustworthiness of a domain by analyzing DNS records, WHOIS registration data, and MX configuration — in a single call.
    17 repo stars
  26. Disposable Email Post Batch · gabrielmoreira
    Validate multiple email addresses in a single request (max 100 emails)
    17 repo stars
  27. Disposable Email Post Check · gabrielmoreira
    Validate whether an email address uses a disposable domain
    17 repo stars
  28. Geocode Get Reverse Geocode · gabrielmoreira
    Converts geographic coordinates into a human-readable address.
    17 repo stars
  29. Phone Validation Post Batch · gabrielmoreira
    Validates up to 50 phone numbers in a single request. Results are returned in the same order as the input.
    17 repo stars
  30. Random User Get Random User · gabrielmoreira
    Returns a randomly generated fake user profile.
    17 repo stars
  31. Spell Check Post Spellcheck · gabrielmoreira
    Checks the input text for spelling mistakes and returns a corrected version along with per-word corrections.
    17 repo stars
  32. Unit Conversion Get Convert · gabrielmoreira
    Convert a value from one unit to another
    17 repo stars
  33. Data Integrity Post Moderate · gabrielmoreira
    Check text for profanity, toxicity, sentiment, and language. Returns per-category flags and an is_safe boolean for gating content.
    17 repo stars
  34. Data Integrity Post Validate · gabrielmoreira
    Validates and scores a single email address, phone number, or text input — or any combination of the three. Returns per-field quality scores, normalized values, risk flags, and an overall quality score for gating or enriching input data.
    17 repo stars
  35. Disposable Email Get Domains · gabrielmoreira
    Get a paginated list of all disposable domains in the blocklist
    17 repo stars
  36. Fitness Exercises Get Random · gabrielmoreira
    Returns a single randomly selected exercise. Accepts the same filter parameters as the list endpoint, so you can get a random chest exercise, a random bodyweight exercise, etc.
    17 repo stars
  37. Fitness Exercises Post Batch · gabrielmoreira
    Fetches up to 50 exercises by their numeric IDs in a single request. IDs that do not exist are silently skipped. Results are returned in the same order as the input array.
    17 repo stars
  38. Data Integrity Post Normalize · gabrielmoreira
    Apply a composable pipeline of normalization operations to a string. Trim whitespace, fix encoding, normalize unicode, strip HTML, and more — in a single call.
    17 repo stars
  39. Disposable Email Get Domain · gabrielmoreira
    Check if a specific domain is in the disposable blocklist
    17 repo stars
  40. Fitness Exercises Get Muscles · gabrielmoreira
    Returns a sorted list of all distinct muscle names (combining target and secondary muscles). Use these as valid values for the muscle filter.
    17 repo stars
  41. Password Generator Post Batch · gabrielmoreira
    Generate up to 50 passwords in a single request. Each item can have its own length and character set options. Results are returned in input order.
    17 repo stars
  42. Working Days Get Working Days · gabrielmoreira
    Calculate the number of working days between two dates, optionally accounting for country-specific holidays
    17 repo stars
  43. Developer Utilities Get Base64 · gabrielmoreira
    Generate a QR code for any string and return a base64-encoded PNG. Configurable size and error correction level.
    17 repo stars
  44. Email Normalize Post Normalize · gabrielmoreira
    Normalizes a single email address and returns the canonical form together with a breakdown of all transformations applied.
    17 repo stars
  45. Developer Utilities Post Decode · gabrielmoreira
    Decode a Base64-encoded string back to plain text. Returns 422 for invalid or unpadded input.
    17 repo stars
  46. Developer Utilities Post Encode · gabrielmoreira
    Encode a plain-text string to Base64. Supports standard (RFC 4648) and URL-safe (base64url) variants.
    17 repo stars
  47. Exchange Rate Get Exchange Rate · gabrielmoreira
    Returns the current exchange rate between two currencies.
    17 repo stars
  48. Fitness Exercises Get Equipment · gabrielmoreira
    Returns a sorted list of all distinct equipment types. Use these as valid values for the equipment filter.
    17 repo stars
  49. Fitness Exercises Get Exercises · gabrielmoreira
    Returns a paginated list of exercises. All filter parameters are optional and combinable.
    17 repo stars
  50. Number Base Conversion Get Base · gabrielmoreira
    Convert an integer from one number base to another.
    17 repo stars
  51. Password Generator Get Password · gabrielmoreira
    Generate a cryptographically secure random password with customizable character sets and length
    17 repo stars
  52. Payments Intelligence Post Risk · gabrielmoreira
    Score a transaction for fraud risk by cross-checking the card BIN country against IP geolocation and billing country. Detects VPN, proxy, and TOR use.
    17 repo stars
  53. Text Similarity Post Similarity · gabrielmoreira
    Compares two texts and returns a cosine similarity score.
    17 repo stars
  54. Fitness Exercises Get Body Parts · gabrielmoreira
    Returns a sorted list of all distinct body part values present in the dataset. Use these as valid values for the body_part filter.
    17 repo stars
  55. Developer Utilities Post Markdown · gabrielmoreira
    Convert a Markdown string to HTML. Useful for rendering user-submitted content, documentation previews, or README files.
    17 repo stars
  56. Number Base Conversion Post Batch · gabrielmoreira
    Convert up to 50 numbers between bases in a single request. Results are returned in input order. Per-item errors are reported inline.
    17 repo stars
  57. Payments Intelligence Post Validate · gabrielmoreira
    Validate and cross-check BIN, IBAN, and SWIFT identifiers in one call. Returns per-field results and a consistency check that flags country and bank mismatches.
    17 repo stars
  58. Detect Language Post Detect Language · gabrielmoreira
    Identifies the language of the provided text and returns the language name, ISO 639-1 code, and confidence score.
    17 repo stars