{
  "format": "delx/intent-card/v1",
  "id": "skill-md-stub-api",
  "intent": "Skill.md Stub Generator for an agent workflow",
  "title": "Skill.md Stub Generator API for agents",
  "description": "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.",
  "keywords": [
    "Skill.md Stub Generator API",
    "Skill.md Stub Generator for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/skill-md-stub-api",
  "machine_url": "https://commerce.delx.ai/intents/skill-md-stub-api.json",
  "recommendation": {
    "tool_name": "util_skill_md_stub",
    "service_name": "Skill.md Stub Generator",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/skill-md-stub",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "title": {
          "type": "string",
          "description": "Skill or document title"
        },
        "tool_names": {
          "type": "array",
          "description": "List of tool names"
        }
      },
      "required": [
        "title",
        "tool_names"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "title": "Prediction math",
      "tool_names": [
        "util_kelly_binary",
        "util_binary_ev"
      ]
    },
    "example_output": {
      "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"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/skill-md-stub -m POST -H 'x-delx-source: intent-card-skill-md-stub-api' --max-amount 0.001 -b '{\"title\":\"Prediction math\",\"tool_names\":[\"util_kelly_binary\",\"util_binary_ev\"]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-skill-md-stub-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/skill-md-stub"
  }
}
