A specialized tool for automating physical direct-mail outreach directly from your CRM data using PostGrid.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crm-snail-mail-postgrid
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install crm-snail-mail-postgrid using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill bridges the gap between digital CRM management and physical direct mail marketing. By integrating GoHighLevel (GHL) and Follow Up Boss (FUB) with the PostGrid API, Openclaw Skills allow developers to automate the delivery of personalized letters and postcards. It handles the heavy lifting of data normalization, ensuring that contact addresses are valid and mapped correctly before submission.
Whether you are running a large-scale campaign or sending individual one-off mailers, this skill provides a robust framework for physical outreach. The modular nature of these Openclaw Skills ensures you can either pull data directly via CRM APIs or ingest pre-processed JSON from other automation workflows, making it a flexible addition to any marketing stack.
First, configure your environment variables with the required API keys:
export GHL_API_KEY="your_ghl_key"
export FUB_API_KEY="your_fub_key"
export POSTGRID_API_KEY="your_postgrid_key"
To fetch contacts from a CRM and send mail in a single command using these Openclaw Skills, use the run command:
python3 scripts/crm_postgrid_mailer.py run \
--provider fub \
--limit 100 \
--from-json-file references/example_sender_us.json \
--html-template-file references/example_letter_template.html \
--mail-route letters
The skill utilizes a normalized contact shape to maintain consistency across various Openclaw Skills integrations. Contacts missing core address fields are automatically skipped to ensure deliverability.
| Field | Description |
|---|---|
| id | Unique identifier from the source CRM |
| full_name | The concatenated name of the recipient |
| address1 | Primary street address |
| city | Mailing city |
| state | State or province code |
| postal_code | ZIP or postal code |
| tags | Associated CRM tags for filtering |
| raw | The original unnormalized data object |
Loading
A hardened Model Context Protocol server and CLI tool for programmatic access to CREA/REALTOR.ca DDF listing data and metadata.

A sophisticated content transformation tool that converts long-form text into structured, commentary-driven scripts for short or long-form video production.

A comprehensive on-page and technical SEO framework designed to audit and optimize any website for better search engine rankings and user experience.

A comprehensive framework for creating high-engagement Twitter content and implementing a 90-day growth strategy to build a converting audience.

A command-line interface for the Follow Up Boss API that enables automated management of leads, tasks, and CRM interactions.

A professional-grade GoHighLevel integration for real estate agents to manage leads, pipelines, and automated communications via API v2.








































