SkillAgentSearch skills...

CSP2PC

CSP to Procreate brush converter that extracts stamps from .sut files and builds .brush/.brushset files. Automatically maps brush settings for stroke path, taper, shape rendering, wet mix and other properties. Works as CLI or standalone executable. Some CSP-specific features cannot be mapped to Procreate.

Install / Use

/learn @Leon-Schoenbrunn/CSP2PC
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CSP → Procreate Brush Converter

⚠️ With the release of 5.4 new brush features have been added. This might: 1. break the script. 2. theoretically improve future script iterations that implement these new brush settings during conversion. ⚠️

Convert Clip Studio Paint .sut brushes to Procreate .brush or .brushset files with automatic mapping for many brush settings.
Supports both CLI usage and standalone executable mode with file picker.

⚠️ Note: Some CSP-specific functionality has no direct equivalent in Procreate and cannot be mapped. This script is by no means a perfect 1:1 conversion. However, it automates many annoying parts of the conversion and with some setting changes after the import, many brushes can be recreated.

Features

  • Automatic brush setting mapping for:
    • Stroke Path (spacing, jitter)
    • Taper (pressure & touch)
    • Shape rendering
    • Wet mix
    • Basic brush properties (opacity, rotation, scatter, flip, etc.)
  • Preserves multiple brush tips in a .brushset
  • CLI or double-click executable usage
  • Executable works on Windows and macOS (with Python or packaged exe)

Usage

1. Command-line

python csp2procreate.py mybrush.sut output_directory

2. Packaged Executable

  • Double-click the executable
  • Select your .sut file and output directory

Output

  • Single brush.brush file
  • Multiple brush tips.brushset bundle

Limitations

Some CSP brush features cannot be fully represented in Procreate, including:

  • Special texture effects
  • Dynamic color blending beyond Wet Mix
  • Custom pattern behavior
  • Multi-brushes and Pattern Sequencing

Installation (Python)

Clone the repository:

git clone https://github.com/yourname/csp2procreate.git
cd CSP2PC

Install dependencies:

pip install -r requirements.txt

Run:

python csp2procreate.py mybrush.sut output_dir

License

Licensed under the MIT License.

Related Skills

View on GitHub
GitHub Stars6
CategoryProduct
Updated1mo ago
Forks2

Languages

Python

Security Score

85/100

Audited on Feb 24, 2026

No findings