InputPOST /api/v1/x402/skill-md-stub
{
"title": "Prediction math",
"tool_names": [
"util_kelly_binary",
"util_binary_ev"
]
}
Commercial operations analytics · commercial-operations
Generate a minimal skill.md body for a product cluster. Call when agents need a portable skill skeleton for a Delx pack. Returns markdown string as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/skill-md-stub -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"title":"Prediction math","tool_names":["util_kelly_binary","util_binary_ev"]}'
{
"title": "Prediction math",
"tool_names": [
"util_kelly_binary",
"util_binary_ev"
]
}
{
"schema": "delx/util-skill-md-stub/v1",
"markdown": "# Prediction math\n\nUse these Delx x402 tools (USDC on Base):\n- `util_kelly_binary`\n- `util_binary_ev`\n"
}
Machine-readable evidence