Toolverse
All skills

drafts

by openclaw

Manage Drafts app notes via CLI on macOS. Create, view, list, edit, append, prepend, and run actions on drafts. Use when a user asks to create a note, list drafts, search drafts, or manage their Drafts inbox. IMPORTANT - Drafts app must be running on macOS for this to work.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
UX / Design

About this skill

Manage Drafts app notes via CLI on macOS. Create, view, list, edit, append, prepend, and run actions on drafts. Use when a user asks to create a note, list drafts, search drafts, or manage their Drafts inbox. IMPORTANT - Drafts app must be running on macOS for this to work.

How to use

  1. Upewnij się, że masz zainstalowaną aplikację Drafts na macOS i że jest uruchomiona — jeśli nie, otwórz ją poleceniem open -a Drafts. Zainstaluj CLI przez Go: go install github.com/nerveband/drafts/cmd/drafts@latest, lub sklonuj repozytorium i zbuduj ręcznie: git clone https://github.com/nerveband/drafts, następnie cd drafts && go build ./cmd/drafts.

  2. Aby utworzyć nową notatkę, użyj polecenia drafts create "Twoja notatka". Możesz dodać tagi za pomocą flagi -t (np. drafts create "Lista zakupów" -t groceries -t todo) lub oflagować notatkę jako ważną flagą -f (drafts create "Pilne" -f).

  3. Aby wyświetlić notatki, użyj drafts list — domyślnie pokazuje zawartość schowka. Możesz filtrować po statusie: drafts list -f archive dla notatek zarchiwizowanych, drafts list -f trash dla kosza, drafts list -f all dla wszystkich. Aby znaleźć notatki po tagu, użyj drafts list -t nazwa_tagu.

  4. Aby pobrać konkretną notatkę, użyj drafts get uuid (gdzie uuid to identyfikator notatki) lub drafts get bez parametrów, aby uzyskać aktualnie otwartą notatkę w aplikacji.

  5. Aby zmodyfikować istniejącą notatkę, dodaj tekst na początku poleceniem drafts prepend "Tekst" -u uuid, na końcu poleceniem drafts append "Tekst" -u uuid, lub zastąp całą zawartość poleceniem drafts replace "Nowa zawartość" -u uuid.

Related skills

figma-integration

by duongdev

Guides design-to-code workflow using Figma integration. Helps extract designs, analyze components, and generate implementation specs. Auto-activates when users mention Figma URLs, design implementation, component conversion, or design-to-code workflows. Works with

UX / Design
18121

mcp-builder

by anthropics

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

UX / Design
91171

competitive-analysis

by anthropics

Analyze competitors with feature comparison matrices, positioning analysis, and strategic implications. Use when researching a competitor, comparing product capabilities, assessing competitive positioning, or preparing a competitive brief for product strategy.

UX / Design
58160

responsive-design

by wshobson

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

UX / Design
1766

error-handling-patterns

by wshobson

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

UX / Design
22145

market-sizing-analysis

by wshobson

This skill should be used when the user asks to \

UX / Design
4791