Pasteon
Official Workflow Hub

Add useful clipboard actions in one download.

Browse Workflows built and verified by Pasteon. Download one, import it into Pasteon, and customize it for the way you work.

23 Workflows
CO
Built-inOfficial

Convert Case

Change copied text to camelCase, PascalCase, snake_case, kebab-case, and other common naming styles.

v1Mode: Script FilterText
Example
Input
user display name
Output
userDisplayName
CO
Built-inOfficial

Convert Color

Convert copied colors between HEX, RGB, RGBA, HSL, and HSLA formats.

v1Mode: Script FilterColor
Example
Input
#805AF5
Output
rgb(128, 90, 245)
CO
Built-inOfficial

Convert cURL Request

Turn a copied cURL request into URLSession, fetch, or Axios code.

v1Mode: Script FilterText
Example
Input
curl https://api.example.com/users
Output
fetch('https://api.example.com/users')
  .then(response => response.json())
CO
Built-inOfficial

Convert Time

Convert dates and timestamps between seconds, milliseconds, and readable date text.

v1Mode: Script FilterDateTimestamp
Example
Input
1717200000000
Output
1717200000
FO
Built-inOfficial

Format JSON

Pretty-print copied JSON with readable indentation before pasting.

v1Mode: StepsJSON
Example
Input
{"name":"Pasteon","pro":true}
Output
{
  "name": "Pasteon",
  "pro": true
}
GE
Built-inOfficial

Generate Data Model

Generate Swift, TypeScript, Kotlin, Go, or Python models from copied JSON.

v1Mode: Script FilterJSON
Example
Input
{"id":1,"name":"Pasteon"}
Output
export interface Root {
  id: number;
  name: string;
}
OC
Built-inOfficial

OCR

Extract text from a clipboard image or image file using macOS Vision.

v1Mode: StepsImageImageURL
Example
Input
Clipboard image containing “Hello Pasteon”
Output
Hello Pasteon
OP
Built-inOfficial

Open in Browser

Open a copied URL in your default web browser.

v1Mode: SimpleURL
Example
Input
https://pasteon.app/workflow-hub
Output
Opens the URL in your default browser
OP
Built-inOfficial

Open in Finder

Reveal a copied file, image file, or video file in Finder.

v1Mode: StepsFileURLImageURLVideoURL
Example
Input
/Users/me/Documents/report.pdf
Output
Reveals report.pdf in Finder
PA
Built-inOfficial

Paste as JSON File

Create and paste a local .json file from copied JSON.

v1Mode: SimpleJSON
Example
Input
{"theme":"dark"}
Output
pasteon-json-<timestamp>-<id>.json
PA
Built-inOfficial

Paste as Markdown File

Create and paste a local .md file from copied Markdown.

v1Mode: SimpleMarkdown
Example
Input
# Release notes

- New Workflows
Output
pasteon-markdown-<timestamp>-<id>.md
PA
Built-inOfficial

Paste as Markdown Link

Turn a copied URL into a ready-to-paste Markdown link.

v1Mode: SimpleURL
Example
Input
https://pasteon.app/workflow-hub
Output
[pasteon.app](https://pasteon.app/workflow-hub)
PA
Built-inOfficial

Paste as TXT File

Create and paste a local .txt file from copied text.

v1Mode: SimpleText
Example
Input
Meeting notes
Output
pasteon-text-<timestamp>-<id>.txt
PN
Built-inOfficial

PNG File

Convert a clipboard image or image file into a local PNG file.

v1Mode: StepsImageImageURL
Example
Input
Clipboard image
Output
PNG file ready to paste
UR
Built-inOfficial

URL Encode / Decode

Encode or decode a copied URL from one contextual action.

v1Mode: Script FilterURL
Example
Input
https://example.com/?q=hello world
Output
https://example.com/?q=hello%20world
TE
Official

Text Cleanup

Trim whitespace, remove empty lines, join lines, collapse spaces, or normalize line endings.

v1Mode: Script FilterTextMarkdown
Example
Input
First line
Second line
Output
First line Second line
LI
Official

Line Tools

Sort, deduplicate, reverse, number, or shuffle copied lines.

v1Mode: Script FilterTextMarkdown
Example
Input
apple
banana
apple
Output
apple
banana
BA
Official

Base64 Tools

Encode or decode Base64 text and files, including images and videos.

v1Mode: Script FilterTextFileURLImageURLVideoURL
Example
Input
Pasteon
Output
UGFzdGVvbg==
CL
Official

Clean URL

Remove common tracking parameters while preserving useful URL data.

v1Mode: SimpleURL
Example
Input
https://example.com/article?utm_source=newsletter&id=42
Output
https://example.com/article?id=42
CS
Official

CSV / JSON Converter

Convert CSV to JSON, JSON to CSV, or a JSON array to a Markdown table.

v1Mode: Script FilterTextJSONFileURL
Example
Input
name,plan
Pasteon,Pro
Output
[
  {
    "name": "Pasteon",
    "plan": "Pro"
  }
]
EX
Official

Extract Information

Extract URLs, emails, phone numbers, IP addresses, or hashtags from copied content.

v1Mode: Script FilterTextMarkdownHTMLJSONURL
Example
Input
Email support@pasteon.app for help.
Output
support@pasteon.app
GE
Official

Generate Hash

Generate SHA-256, SHA-1, or MD5 hashes from copied text and files.

v1Mode: Script FilterTextFileURLImageURLVideoURL
Example
Input
Pasteon
Output
693c15e239e7c8ef724dcbe50d2c080a3c4a98c790845222b41f4a970a27bd6b
IM
Official

Image Converter

Convert images to PNG or JPEG, or create a smaller compressed copy.

v1Mode: Script FilterImageImageURL
Example
Input
Clipboard image
Output
pasteon-image-<timestamp>-<id>.jpg
Install a Workflow
  1. 1Open Pasteon on your Mac.
  2. 2Choose Install in Pasteon for the Workflow you want.
  3. 3Review the native confirmation. If Pasteon is unavailable, download the file and import it manually.

Need something more specific?

Build your own Workflow with visual Steps, Code mode, Script Filter actions, and reusable Variables.

Read the Workflow guide