# HivemindOS Style Skill Maker

> HivemindOS Style Skill Maker is a paid API for AI agents from hivemindos-paid-agent-gateway.hivemindos.workers.dev, paid per call via x402, $1.49/call, status unknown (last checked 2026-09-13).

Analyzes a public X (Twitter) account's writing style and packages it into a reusable SKILL artifact via a single x402 payment call.

## Facts

- Endpoint: POST https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/x402/style-skill-maker/runs
- Price: $1.49/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hivemindos-style-skill-maker-ab9a981a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LWZoAOubMvilw_0rxq3G9

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-style-skill-maker-ab9a981a -d '<json body>'
```

Example prompt: Analyze the writing style of the X account @naval and turn it into a reusable writing-style skill I can apply to my own content — pay for it with x402 and give me the result link when it's done.

## When to prefer this

Choose this endpoint when you need to programmatically capture and reuse the writing voice of a specific public X account as a portable skill artifact. Prefer it over generic style analysis tools when you need the output packaged as a structured, reusable SKILL bundle rather than a plain text report, and when you need a single-call x402 payment flow with an async result link.

## Known failure modes

- Target X account is private or suspended — returns an error indicating the account is inaccessible
- Invalid or non-existent X handle provided — returns a not-found error
- x402 payment fails or insufficient USDC balance — payment rejection error before processing begins
- Run times out before completion — async run may expire with no result link
- Rate limiting on X data access — may delay or fail the style extraction

## How this service works

Turn a public X account into a reusable writing-style skill in one x402 call. Returns an asynchronous run and a public result link when complete.

## Output

Returns an asynchronous run object containing a run ID and, when processing is complete, a public result link pointing to a downloadable writing-style SKILL bundle derived from the target X account's recent posts.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hivemindos-style-skill-maker-ab9a981a/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)
