An AI-driven customer support API for automated ticket management and knowledge base integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install supportforge
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 supportforge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SupportForge is a robust AI customer support solution designed to automate the heavy lifting of helpdesk management. By utilizing this within the ecosystem of Openclaw Skills, developers can programmatically handle ticket creation, intelligent routing, and automated response generation. It serves as a central hub for connecting user issues with AI-powered resolutions, significantly reducing the response time for customer inquiries and improving user satisfaction through consistent automation.
To initialize SupportForge, set your SUPPORTFORGE_API_KEY in your environment. If you do not have a key, you can sign up for the free tier (100 requests/day) using your email via the following command:
curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"[email protected]"}'
The skill interacts with structured JSON payloads for ticket and knowledge base management. Below is the primary data structure for ticket operations:
| Field | Type | Description |
|---|---|---|
| subject | string | The headline or title of the support request |
| message | string | Detailed description of the user issue or inquiry |
| priority | string | Level of urgency (e.g., high, medium, low) |
| id | string | Unique identifier for ticket tracking and threaded replies |
| query | string | Used for knowledge base search operations |
Loading
Automate and enhance help desk operations using AI-driven ticket routing, sentiment analysis, and knowledge base integration.

A professional-grade hotel booking and accommodation search tool powered by the StayForge API with access to over 180,000 properties worldwide.

An AI-powered SEO analysis API for conducting comprehensive site audits, keyword discovery, and competitor intelligence.

A professional-grade SEO toolkit for AI agents to perform technical audits, keyword research, and competitor analysis using the RankForge API.

A professional-grade AI translation skill for Openclaw Skills that provides neural language conversion with context awareness and domain specialization.

An AI-powered translation API providing multi-language localization and tone-aware content adaptation for developers.








































