Drafty

Create, edit, and publish blog posts on Drafty.com via API.

Updated Oct 17, 2025
One-click install
npx skills add https://github.com/shellen/drafty-claude-integrations --skill drafty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Drafty
Source: https://github.com/shellen/drafty-claude-integrations/tree/main/skill
Command: npx skills add https://github.com/shellen/drafty-claude-integrations --skill drafty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafty enables Claude Code to create, edit, and publish blog posts on Drafty.com via API, streamlining content workflows directly from the code editor.

Core Features & Use Cases

  • Create, edit, and publish posts to Drafty via API
  • List, update, and manage posts including private notes
  • Integrate content drafting with publishing workflows in Claude Code

Quick Start

Install the skill by cloning the repository and exporting your API key.

Frequently Asked Questions about Drafty

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish blog posts to Drafty from Claude Code?

You can publish blog posts to Drafty from Claude Code by using the Drafty skill to call the /posts API endpoint with a valid Pro API key, sending markdown content, titles, and visibility settings directly from your editor.

Can I manage and update existing Drafty posts via API?

Yes, you can manage and update existing Drafty posts via API by listing posts through the endpoint and modifying titles, markdown content, post URLs, or visibility settings within your Claude Code workflow.

Do I need a Drafty Pro account to automate post management in Claude Code?

Yes, you need a Drafty Pro account because automating post management in Claude Code requires exporting and using a valid Drafty Pro API key to authenticate requests to the /posts endpoints.

What is the best way to draft long-form content and private notes in a code editor?

The best way to draft long-form content and private notes in a code editor is using the Drafty API to create posts with markdown content and specific visibility settings directly through Claude Code.

Does the Drafty API support markdown formatting for blog post creation?

Yes, the Drafty API supports markdown formatting for blog post creation by passing markdown content in the API request body to the /posts endpoint from Claude Code.

Why are my Drafty API calls failing when creating posts from Claude Code?

Drafty API calls for creating posts from Claude Code fail if you do not include a valid Drafty Pro API key in the request headers or if the markdown content and post parameters are improperly formatted.