Turn supplied Markdown or plain text into a reusable SKILL.md bundle
Turn supplied Markdown or plain text into a reusable SKILL.md bundle. The exact x402 price is based on the selected source sections and is quoted before payment.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1622 msmedian answer time
$0.29listed price per call
$0.29price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/x402/distill/runs
| Category | Market data |
|---|---|
| Provider host | hivemindos-paid-agent-gateway.hivemindos.workers.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.29 | 1622 ms |
Example input (from the provider)
{
"body": {
"maxSections": 5,
"skillName": "customer-interview-playbook",
"sourceText": "# Customer interviews\n\n## Discovery\nAsk about the last time the problem happened..."
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"description": {
"description": "Optional purpose of the skill.",
"maxLength": 500,
"type": "string"
},
"maxSections": {
"description": "Maximum source sections to include; defaults to 5.",
"maximum": 60,
"minimum": 1,
"type": "integer"
},
"skillName": {
"description": "Name for the resulting skill.",
"maxLength": 120,
"minLength": 1,
"type": "string"
},
"sourceText": {
"description": "Markdown or plain text to distill.",
"maxLength": 500000,
"minLength": 4,
"type": "string"
}
},
"required": [
"sourceText",
"skillName"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}