NICJE Data Refinery
Taking messy data, making it agent-kind.
Native x402 skill on this marketplace. Does not replace other skills.
Step 1 — Quick test
curl -s -X POST https://x402-micro-pay.com/api/skills/nicje \
-H "Content-Type: application/json" \
-d '{"recipe":"eval_set","request":"prepare a clean evaluation set","raw":"id,name,value\n1,a,2.5\n2,b,5\n2,b,5"}'
Unpaid calls return HTTP 402 with PAYMENT-REQUIRED. Pay USDC on Base to the catalog pay_to, then retry.
Step 2 — Recipes
| recipe | price | output |
|---|---|---|
| eval_set | $0.02 | Stratified sample + schema contract |
| rag_chunks | $0.02 | Token-aware chunks for retrieval |
| policy_digest | $0.03 | Corporate bloat stripped; rule kept |
| custom | $0.02 | Swarm classifies the real need |
Step 3 — Surfaces
- Human UI on this domain: https://x402-micro-pay.com/nicje
- Dedicated host: https://nicje-x402.vercel.app
- Catalog:
GET /api/catalog(skill idnicje)
Input schema
| Field | Type | Required |
|---|---|---|
| raw | string | yes |
| request | string | no |
| recipe | string | no (default eval_set) |