Install
openclaw skills install @colinhughes2121/gocreative-complianceSanctions screening, KYB, KYC, AML, OFAC & PEP watchlist checks for AI agents — plus a one-shot PASS/WARN/BLOCK compliance verdict and a 0-100 entity risk score. Screen any company or person against sanctions and watchlists before onboarding, paying, or transacting. Real OFAC SDN / GLEIF / CFPB data, pay-per-call in USDC via x402 — no API key, no signup.
openclaw skills install @colinhughes2121/gocreative-complianceScreen any company or person for sanctions, PEP, and risk — before your agent onboards, pays, or transacts. One install, no API key, pay-per-call in USDC.
Every tool is a plain HTTPS GET. The first call returns HTTP 402 with a price; your OpenClaw wallet auto-pays the small USDC fee (on Base) and the request retries, returning JSON. Nothing to configure.
| Call | What you get | Price |
|---|---|---|
GET https://api.gocreativeai.com/v1/compliance/verdict/{target} | One PASS / WARN / BLOCK decision, fusing sanctions + PEP + risk. Best first call. | ~$0.15 |
GET https://api.gocreativeai.com/v1/data/sanctions-screen/{name} | Matches across OFAC, EU, UK, UN sanctions + PEP + watchlists | ~$0.15 |
GET https://api.gocreativeai.com/v1/bundle/kyb-360/{company} | Full KYB: sanctions/PEP/watchlist + 0-100 risk + business registry | ~$0.45 |
GET https://api.gocreativeai.com/v1/risk/entity-score/{company} | Fused 0-100 risk score (OFAC + CFPB + legal-entity) | ~$0.05 |
GET https://api.gocreativeai.com/v1/risk/vendor/{company} | Vendor dossier: GLEIF legal entity + OFAC + CFPB complaints | ~$0.05 |
{target}/{company} = a domain (e.g. stripe.com) or legal name; {name} = a person or entity name (URL-encode spaces).
GET /v1/compliance/verdict/acme-corp.com → {"verdict":"PASS", ...} → proceed only on PASS.GET /v1/data/sanctions-screen/vladimir%20putin → returns sanction matches → BLOCK.GET /v1/bundle/kyb-360/supplier-domain.com → full KYB report.compliance_verdict for a fast PASS/WARN/BLOCK.sanctions-screen and kyb-360.Provider: GoCreative — Agent Compliance & Data API · https://api.gocreativeai.com · contact@gocreativeai.com