{
  "format": "delx/discovery-pack/v1",
  "id": "wave180-text-micro-utils",
  "title": "Text micro-utils for agents ($0.001)",
  "description": "Pure-local text helpers at $0.001: title/sentence case, char counts, wrap, accents, punctuation strip, redact emails, and mask secrets—no NLP vendor key.",
  "audience": "Content, support and automation agents",
  "query": "title case redact mask count wrap or clean text for an agent",
  "keywords": [
    "title case API",
    "redact email API",
    "mask string API",
    "character count API",
    "text cleanup for agents",
    "x402 micro utils",
    "wave180"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/packs/wave180-text-micro-utils",
  "machine_url": "https://commerce.delx.ai/packs/wave180-text-micro-utils.json",
  "entrypoints": {
    "human": "https://commerce.delx.ai/?q=title%20case%20redact%20mask%20count%20wrap%20or%20clean%20text%20for%20an%20agent",
    "intent_search": "https://api.delx.ai/api/v1/x402/start?q=title%20case%20redact%20mask%20count%20wrap%20or%20clean%20text%20for%20an%20agent",
    "graph": "https://commerce.delx.ai/discovery.json"
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "discovery-pack-wave180-text-micro-utils"
  },
  "products": [
    {
      "tool_name": "util_title_case",
      "service_name": "Title Case for Agents",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/title-case",
      "product_url": "https://commerce.delx.ai/products/util-title-case",
      "intent_url": "https://commerce.delx.ai/intents/title-case-api",
      "machine_url": "https://commerce.delx.ai/intents/title-case-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/title-case -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_sentence_case",
      "service_name": "Sentence Case for Agents",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/sentence-case",
      "product_url": "https://commerce.delx.ai/products/util-sentence-case",
      "intent_url": "https://commerce.delx.ai/intents/sentence-case-api",
      "machine_url": "https://commerce.delx.ai/intents/sentence-case-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/sentence-case -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_char_count",
      "service_name": "Character & Word Count for Agents",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/char-count",
      "product_url": "https://commerce.delx.ai/products/util-char-count",
      "intent_url": "https://commerce.delx.ai/intents/char-count-api",
      "machine_url": "https://commerce.delx.ai/intents/char-count-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/char-count -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_wrap_text",
      "service_name": "Word Wrap for Agents",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/wrap-text",
      "product_url": "https://commerce.delx.ai/products/util-wrap-text",
      "intent_url": "https://commerce.delx.ai/intents/wrap-text-api",
      "machine_url": "https://commerce.delx.ai/intents/wrap-text-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/wrap-text -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_strip_accents",
      "service_name": "Strip Accents for Agents",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/strip-accents",
      "product_url": "https://commerce.delx.ai/products/util-strip-accents",
      "intent_url": "https://commerce.delx.ai/intents/strip-accents-api",
      "machine_url": "https://commerce.delx.ai/intents/strip-accents-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/strip-accents -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_remove_punctuation",
      "service_name": "Remove Punctuation for Agents",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/remove-punctuation",
      "product_url": "https://commerce.delx.ai/products/util-remove-punctuation",
      "intent_url": "https://commerce.delx.ai/intents/remove-punctuation-api",
      "machine_url": "https://commerce.delx.ai/intents/remove-punctuation-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/remove-punctuation -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_redact_emails",
      "service_name": "Redact Emails in Text",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/redact-emails",
      "product_url": "https://commerce.delx.ai/products/util-redact-emails",
      "intent_url": "https://commerce.delx.ai/intents/redact-emails-api",
      "machine_url": "https://commerce.delx.ai/intents/redact-emails-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/redact-emails -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_mask_string",
      "service_name": "Mask Sensitive Strings",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/mask-string",
      "product_url": "https://commerce.delx.ai/products/util-mask-string",
      "intent_url": "https://commerce.delx.ai/intents/mask-string-api",
      "machine_url": "https://commerce.delx.ai/intents/mask-string-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/mask-string -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_extract_numbers",
      "service_name": "Extract Numbers for Agents",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/extract-numbers",
      "product_url": "https://commerce.delx.ai/products/util-extract-numbers",
      "intent_url": "https://commerce.delx.ai/intents/extract-numbers-api",
      "machine_url": "https://commerce.delx.ai/intents/extract-numbers-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/extract-numbers -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    },
    {
      "tool_name": "util_word_frequency",
      "service_name": "Word Frequency for Agents",
      "category": "utility",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/word-frequency",
      "product_url": "https://commerce.delx.ai/products/util-word-frequency",
      "intent_url": "https://commerce.delx.ai/intents/word-frequency-api",
      "machine_url": "https://commerce.delx.ai/intents/word-frequency-api.json",
      "example_input": {
        "text": "hello agent world"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/word-frequency -m POST -H 'x-delx-source: discovery-pack-wave180-text-micro-utils' --max-amount 0.001 -b '{\"text\":\"hello agent world\"}'"
    }
  ]
}
