A comprehensive CLI-based tool for managing Front.app conversations, team comments, and message workflows directly through Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install front
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 front using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Front skill for Openclaw Skills provides a powerful interface to the Front.app API, enabling developers and support teams to manage customer communication without leaving their terminal or agent environment. It facilitates everything from listing inboxes to tagging conversations and assigning teammates, making it an essential component for automated customer support and internal collaboration workflows.
By leveraging this skill, users can integrate Front multi-channel capabilities into their broader AI-driven automation stack. This ensures that every interaction is tracked, categorized, and responded to efficiently, whether through automated replies or team-coordinated efforts.
First, obtain your API token from Front by navigating to Settings -> Developers -> API Tokens. You can configure the token as an environment variable or within the local configuration file.
Set environment variable:
export FRONT_API_TOKEN=your_token_here
Or add it to ~/.clawdbot/clawdbot.json:
{
"skills": {
"entries": {
"front": {
"apiKey": "YOUR_FRONT_API_TOKEN"
}
}
}
}
The Front skill interacts with several core entities from the Front.app ecosystem. Data is typically returned as objects representing these structures:
| Entity | Prefix | Description |
|---|---|---|
| Conversation | cnv_ | The primary container for messages and comments. |
| Inbox | inb_ | Specific channels or email addresses where messages arrive. |
| Message | msg_ | Individual communications within a conversation. |
| Teammate | tea_ | Registered users within the Front workspace. |
| Tag | tag_ | Metadata labels for categorization and organization. |
| Contact | cnt_ | Customer profile and identification data. |
Loading
A powerful integration for managing customer feedback, support tickets, and product changelogs via Openclaw Skills.

A comprehensive integration for Bexio that enables automated management of Swiss business documents and CRM workflows through a developer-friendly interface.

A professional framework for architecting and implementing robust analytics, conversion tracking, and event-based measurement strategies.

A comprehensive framework for designing, implementing, and analyzing statistically rigorous A/B tests and multivariate experiments.

A robust integration for programmatically managing DNS records and domain configurations through the GoDaddy API.

A comprehensive interface for managing Pipedrive CRM deals, contacts, and sales activities via AI agents and CLI.








































