# HivemindOS SKILL.md Distiller

> HivemindOS SKILL.md Distiller is a paid API for AI agents from hivemindos-paid-agent-gateway.hivemindos.workers.dev, paid per call via x402, $0.29/call, status unknown (last checked 2026-09-14).

Converts Markdown or plain text into a reusable SKILL.md bundle via a pay-per-call x402 API

## Facts

- Endpoint: POST https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/x402/distill/runs
- Price: $0.29/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hivemindos-skill-md-distiller-16e9facb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yxHqWIBq7GwGX2mVHRC2J

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability hivemindos-skill-md-distiller-16e9facb -d '<json body>'
```

Example prompt: Take this Markdown documentation I've written and distill it into a reusable SKILL.md bundle — here's the content: [paste markdown]. Let me know the price before charging me.

## When to prefer this

Choose this endpoint when you need to convert existing Markdown or plain text documentation into a structured, reusable SKILL.md artifact consumable by AI agents. Prefer it over generic text transformation tools when the output must be a SKILL.md bundle specifically formatted for agent skill reuse within the HivemindOS ecosystem. It is particularly suited for packaging knowledge bases, tutorials, or API docs as portable agent skills.

## Known failure modes

- Empty or malformed input text returns an error indicating no content to distill
- Unsupported input format beyond Markdown or plain text may cause processing failure
- x402 payment failure due to insufficient USDC balance blocks execution
- Section selection that yields no distillable content returns a pricing or validation error
- Network timeout on the Cloudflare Worker endpoint returns a 5xx error

## How this service works

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.

## Output

A SKILL.md bundle derived from the supplied Markdown or plain text, structured for reuse by AI agents. The response includes the distilled skill content along with an x402 payment quote based on the selected source sections before the charge is finalized.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hivemindos-skill-md-distiller-16e9facb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from hivemindos-paid-agent-gateway.hivemindos.workers.dev](https://www.zero.xyz/host/hivemindos-paid-agent-gateway.hivemindos.workers.dev/llms.txt)
