bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Identifies the language of the provided text and returns the language name, ISO 639-1 code, and confidence score.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Identifies the language of the provided text and returns the language name, ISO 639-1 code, and confidence score.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Generate a QR code for any string and return a base64-encoded PNG. Configurable size and error correction level.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Decode a Base64-encoded string back to plain text. Returns 422 for invalid or unpadded input.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Encode a plain-text string to Base64. Supports standard (RFC 4648) and URL-safe (base64url) variants.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Convert a Markdown string to HTML. Useful for rendering user-submitted content, documentation previews, or README files.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Returns the definition, phonetics, examples, and synonyms for the given word.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Resolve multiple words in a single request. Returns dictionary entries when found, or error information when a word is not in the dataset.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Get a paginated list of all disposable domains in the blocklist.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Get statistics about the disposable email blocklist.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Check if a specific domain is in the disposable blocklist.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Validate multiple email addresses in a single request (max 100 emails).
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Validate whether an email address uses a disposable domain.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Returns DNS records and availability status for the given domain.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
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).
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Normalizes a single email address and returns the canonical form together with a breakdown of all transformations applied.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Validates up to 50 email addresses in a single request. Each email is processed independently and returns a full validation breakdown (syntax, MX record, disposable check, normalization, and typo suggestion). Invalid emails do not fail the request. Billing: 1 credit per email.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
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.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Returns a randomly selected emoji with its full metadata.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Search for emojis whose name or category contains the given query string (case-insensitive). Returns a list of all matches.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Returns a specific emoji by its CLDR snakecase name. The name is case-insensitive.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Converts an amount from one currency to another and returns the rate alongside the converted value.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Returns the current exchange rate between two currencies.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Returns a randomly selected fact, optionally filtered by category.
bobadilla-tech/requiems-api-skills
Skill Claude CodeCodex
Returns a sorted list of all distinct body part values present in the dataset. Use these as valid values for the bodypart filter.