Skip to content
Back to agents.nibiashara.biz

Card snapshot

agents.nibiashara.biz · 2026-09-11 09:44:55 UTC · 1f55282a13d502c1fc00d65df08b652b46335c5dca2ab76c50796cd1222f42e3

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Ni Biashara Shelves",
  "description": "African FX data (official + parallel/street rates, history, daily brief) and business services (Swahili localization, design, content, consulting, landing pages) sold per call to agents. Pay with x402 (USDC on Base). Ni Biashara LLC, Dallas TX.",
  "url": "https://agents.nibiashara.biz/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Ni Biashara LLC",
    "url": "https://nibiashara.biz"
  },
  "version": "1.4.0",
  "documentationUrl": "https://agents.nibiashara.biz/llms.txt",
  "iconUrl": "https://agents.nibiashara.biz/favicon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-a2a/a2a-x402/v0.1",
        "description": "Supports payments using the x402 protocol for on-chain settlement (USDC on Base, scheme exact).",
        "required": true
      }
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown",
    "text/html"
  ],
  "skills": [
    {
      "id": "fx-official",
      "name": "Official FX rate \u2014 one African pair",
      "description": "Central-bank reference rate vs USD for one of KES, NGN, GHS, TZS, UGX, ZAR, EGP, RWF, timestamped and sourced. Price: $0.01. Params: pair \u2014 e.g. USD-KES (required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:fx-official pair=USD-KES"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "fx-official-all",
      "name": "Official FX rates \u2014 all eight pairs",
      "description": "All supported African pairs vs USD in one payload. Price: $0.02.",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:fx-official-all"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "fx-parallel",
      "name": "Street (parallel-market) rate \u2014 USD-NGN or USD-GHS",
      "description": "The rate a person actually transacts at, derived from live P2P order books, with the official rate and the spread. Price: $0.05. Params: pair \u2014 USD-NGN or USD-GHS (required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:fx-parallel pair=USD-NGN"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "fx-parallel-history-24h",
      "name": "Parallel-rate history \u2014 last 24 hours, hourly",
      "description": "Hourly parallel mid/buy/sell, spread and depth for one pair from Ni Biashara's own order-book archive. Nobody else records this. Price: $0.25. Params: pair \u2014 USD-NGN or USD-GHS (required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:fx-parallel-history-24h pair=USD-NGN"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "fx-parallel-history-7d",
      "name": "Parallel-rate history \u2014 last 7 days, hourly",
      "description": "Same series as the 24h shelf, seven days deep. Price: $0.99. Params: pair \u2014 USD-NGN or USD-GHS (required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:fx-parallel-history-7d pair=USD-NGN"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "fx-africa-daily-brief",
      "name": "Africa FX daily brief",
      "description": "Every official pair plus both parallel quotes and spreads in one structured payload \u2014 the one call a pricing or remittance agent needs each morning. Price: $0.5.",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:fx-africa-daily-brief"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "carrier-authority-check",
      "name": "US carrier authority & safety check (FMCSA)",
      "description": "Live federal FMCSA record for a US motor carrier: legal name, operating status (allowed to operate), authority, safety rating, fleet size, crash and inspection summary \u2014 with plain risk flags. The check a freight-broker or dispatch agent runs before tendering a load. Price: $0.1. Params: dot \u2014 USDOT number (this or mc required); mc \u2014 MC/docket number (this or dot required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:carrier-authority-check"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "carrier-safety-basics",
      "name": "US carrier safety BASICs (FMCSA SMS)",
      "description": "The carrier's Behavior Analysis & Safety Improvement Category (BASIC) measures from FMCSA's Safety Measurement System \u2014 unsafe driving, hours-of-service, vehicle maintenance and the rest \u2014 with intervention-threshold flags. The depth check behind carrier-authority-check: run both before tendering. Price: $0.1. Params: dot \u2014 USDOT number (required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:carrier-safety-basics"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "broker-authority-check",
      "name": "US freight broker authority check (FMCSA)",
      "description": "Is this broker real and allowed to arrange freight? Live FMCSA record by MC/docket number with broker-authority status and plain flags. The check a carrier or factoring agent runs before accepting a load from an unknown broker. Price: $0.1. Params: mc \u2014 MC/docket number (required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:broker-authority-check"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "load-vet-pack",
      "name": "Load vet pack \u2014 authority + BASICs + broker + OFAC name",
      "description": "One call before you tender: FMCSA authority, SMS BASICs and broker status for a USDOT and/or MC number, plus an OFAC name screen when you pass a legal name. Verdict is TENDER, HOLD or REJECT from those public fields only \u2014 no invented fraud score. Cites FMCSA QCMobile and OFAC as_of. Price: $0.25. Params: dot \u2014 USDOT number (this or mc required); mc \u2014 MC/docket number (this or dot required); name \u2014 legal name to OFAC-screen (optional)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:load-vet-pack"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "sanctions-screen",
      "name": "Sanctions name screen \u2014 OFAC SDN + Consolidated (US)",
      "description": "Screen a person or company name against the U.S. Treasury OFAC Specially Designated Nationals and Consolidated lists (~40k names + aliases, refreshed daily). Deterministic normalized-name and token matching with a CLEAR / REVIEW / HIT verdict \u2014 the check a payments, marketplace or KYC agent runs on every new counterparty. Price: $0.02. Params: name \u2014 person or entity name to screen (required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:sanctions-screen"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "sanctions-wallet-screen",
      "name": "Sanctions wallet screen \u2014 OFAC Digital Currency Address",
      "description": "Exact-match a blockchain address against Digital Currency Address identifiers published in the OFAC SDN XML (the same Treasury list we ingest for name screens). CLEAR or HIT. No third-party chain intel, no clustering, no risk score. Price: $0.01. Params: address \u2014 digital currency address to exact-match (required)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:sanctions-wallet-screen"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "shelf-pass-100",
      "name": "Shelf Pass \u2014 110 prepaid credits",
      "description": "One payment, 110 credits ($1.10 of calls for $0.99). 1 credit = $0.01 of list price, so a $0.10 carrier check costs 10 credits and a $0.02 sanctions screen costs 2. Valid on every data shelf priced \u2264 $0.10. Redeem with the X-SHELF-PASS header \u2014 no wallet and no payment round-trip per call, which is the point for agents that check every load or counterparty. Price: $0.99.",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:shelf-pass-100"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "tx-insurance-ce-check",
      "name": "Texas insurance license CE & renewal check (TDI)",
      "description": "Deterministic TDI rules: exactly what a Texas insurance licensee needs to stay compliant \u2014 CE hours, classroom/ethics requirements, renewal fees \u2014 by license line and years licensed. Rules-engine output, not an LLM guess. Price: $0.25. Params: license_line \u2014 one of general_lines_life_accident_health_hmo | general_lines_property_casualty | personal_lines_property_casualty | limited_lines | public_adjuster | all_lines_adjuster (required); years_licensed \u2014 integer 0-40 (default 2)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:tx-insurance-ce-check"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "tx-realestate-ce-check",
      "name": "Texas real-estate license CE & renewal check (TREC)",
      "description": "Deterministic TREC rules: continuing-education hours, renewal fees and active-license requirements for Texas real-estate licensees, by license type. Rules-engine output, not an LLM guess. Price: $0.25. Params: license_type \u2014 one of sales_agent | broker | broker_associate | inspector (required); first_time \u2014 true|false (default false)",
      "tags": [
        "africa",
        "fx",
        "data",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:tx-realestate-ce-check"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "swahili-localization-500w",
      "name": "English \u2194 Swahili localization, up to 500 words",
      "description": "Native-quality East African market copy (Kenya/Tanzania), reviewed by a Kenyan-born operator. Marketing, UI strings, product copy. Price: $0.99 intake (total $25, balance via the ticket). Params: brief \u2014 the text or a link to it (required); contact \u2014 email for delivery (required)",
      "tags": [
        "africa",
        "fx",
        "service",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:swahili-localization-500w brief=\"\u2026\" contact=you@example.com"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "nb-flyer-design",
      "name": "Print/social flyer design",
      "description": "One flyer, real licensed photography, print-ready PDF plus square and story exports. Price: $0.99 intake (total $49, balance via the ticket). Params: brief \u2014 event/offer details (required); contact \u2014 email for delivery (required)",
      "tags": [
        "africa",
        "fx",
        "service",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:nb-flyer-design brief=\"\u2026\" contact=you@example.com"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "nb-social-content-pack",
      "name": "Social content pack \u2014 10 posts",
      "description": "Ten platform-native posts (copy + visuals) for one brand, one month. Price: $0.99 intake (total $99, balance via the ticket). Params: brief \u2014 brand, audience, platforms (required); contact \u2014 email for delivery (required)",
      "tags": [
        "africa",
        "fx",
        "service",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:nb-social-content-pack brief=\"\u2026\" contact=you@example.com"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "nb-founder-consult-30",
      "name": "30-minute consult with the founder",
      "description": "Diaspora commerce, East African market entry, or agentic commerce setup. Video call. Price: $0.99 intake (total $75, balance via the ticket). Params: brief \u2014 what you want to cover (required); contact \u2014 email for scheduling (required)",
      "tags": [
        "africa",
        "fx",
        "service",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:nb-founder-consult-30 brief=\"\u2026\" contact=you@example.com"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "nb-landing-page",
      "name": "Landing page build",
      "description": "One-page site on Cloudflare, copy included, live on your domain. Price: $0.99 intake (total $499, balance via the ticket). Params: brief \u2014 business, goal, domain (required); contact \u2014 email (required)",
      "tags": [
        "africa",
        "fx",
        "service",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:nb-landing-page brief=\"\u2026\" contact=you@example.com"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "cloud-spend-report",
      "name": "Cloud Spend Intelligence report",
      "description": "Automated audit of a cloud billing export (AWS/GCP/Azure/generic CSV): where the money goes, biggest line, burstiness, per-service shares and cut candidates. Same engine as nibiashara.biz/cloud-spend-intelligence. Provide source_url pointing at your billing export (CSV/JSON, \u226410MB); the report is computed immediately and released when the balance is paid. Nothing is stored beyond the run. Price: $0.99 intake (total $49, balance via the ticket). Params: source_url \u2014 HTTPS URL of your billing export, CSV/JSON, \u226410MB (required); contact \u2014 email (optional)",
      "tags": [
        "africa",
        "fx",
        "service",
        "x402",
        "ni-biashara"
      ],
      "examples": [
        "skill:cloud-spend-report brief=\"\u2026\" contact=you@example.com"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "security": []
}