drafts-actions

Create, configure, and script Drafts actions with the JavaScript API.

27|4|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/kerim/claude-drafts-action-skill --skill drafts-actions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drafts-actions
Source: https://github.com/kerim/claude-drafts-action-skill/tree/main/skill
Command: npx skills add https://github.com/kerim/claude-drafts-action-skill --skill drafts-actions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users create, configure, and automate Drafts actions, turning manual workflows into repeatable, scriptable processes.

Core Features & Use Cases

  • Create and configure actions using UI or programmatic scripts
  • Utilize all action steps (System, Service, Utility, and Advanced) and template tags
  • Leverage the Drafts JavaScript API for automation, integration, and rapid workflow design

Quick Start

Example: Create a simple action that uppercases draft content, saves it, and archives the draft, then use the After Success option to tag it as processed.

Frequently Asked Questions about drafts-actions

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

FAQPage Schema
How do I automate Drafts actions using JavaScript scripting?

Automate Drafts actions by leveraging the Drafts JavaScript API to programmatically design workflows, integrate with cross-app services, and replace manual processes with repeatable scripts. It supports UI-based and programmatic action creation.

What are the available action steps and template tags in Drafts?

Drafts actions support all action steps across System, Service, Utility, and Advanced categories, alongside template tags. These components enable comprehensive workflow design, text manipulation, and cross-app integrations within the Drafts ecosystem.

Can I integrate Drafts with other apps through custom action workflows?

Yes, you can build cross-app integrations within the Drafts ecosystem. The skill supports service action steps and the JavaScript API to connect Drafts with external applications, enabling automated data routing and workflow triggering.

How do I configure an action to automatically archive a draft after processing?

Configure action workflows by chaining steps to process text, save changes, and archive the draft. Use the After Success option within the action configuration to tag or organize the processed draft automatically.

Does this skill support programmatic action creation without the Drafts UI?

Yes, the skill supports programmatic action design using the Drafts JavaScript API. This allows you to script action creation and configuration directly, bypassing the UI to enable rapid, repeatable workflow generation.