Now live

X posts to clean Markdown,
one API call away.

Convert any X post, thread, or bookmark into structured Markdown. Drop it into AI agents, note-taking apps, or developer pipelines.

See how it works
Example — convert a post
curl -X POST https://api.xtoclaw.com/v1/convert \
  -H "x-api-key: xtc_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://x.com/user/status/123"}'

Three steps, zero friction.

01

Sign in & subscribe

Create an account with Google via Clerk. Pick a plan and get access in under a minute.

02

Claim your API key

From the dashboard, claim your xtc_... key. Shown once — store it safely.

03

Convert any X post

Pass any X post URL to the API. Get back clean Markdown — text, links, media refs, all structured.

POST /v1/convert

Built for developers
and AI workflows.

Convert any X post

Single posts, long threads, articles — all converted to clean, structured Markdown with author info, links, and media references intact.

POST /v1/convert

Bookmark import

Bulk-import your X bookmarks as Markdown in one shot. Paginated, rate-limit-aware, ready for RAG pipelines or personal note vaults.

POST /v1/bookmarks/import

AI agent skill

Install the hosted XtoClaw skill into Codex or any dotagents-compatible agent. Convert posts directly from your AI workflows.

GET /v1/skill

Simple, usage-based plans.

All plans include API access, key rotation, and the agent skill. Billed monthly via Polar.

Starter
$9
per month
  • 500 conversions / month
  • API key access
  • Bookmark import
  • Agent skill included
Power
$49
per month
  • 5,000 conversions / month
  • API key access
  • Bookmark import
  • Agent skill included
  • Priority support

Install in one command.

Install through ClawHub in OpenClaw when the registry listing is live, or use the hosted skill directly in Codex and dotagents-compatible agents today.

View raw skill →
bash — Codex
# Install XtoClaw skill for Codex mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills/xtoclaw" && curl -fsSL "https://api.xtoclaw.com/v1/skill/download" -o "${CODEX_HOME:-$HOME/.codex}/skills/xtoclaw/SKILL.md"
bash — dotagents
# Install XtoClaw skill for dotagents mkdir -p "$HOME/.agents/skills/xtoclaw" && curl -fsSL "https://api.xtoclaw.com/v1/skill/download" -o "$HOME/.agents/skills/xtoclaw/SKILL.md"