supportforge

AI customer support via SupportForge API — ticket creation, auto-replies, routing, knowledge base search. Use when user needs customer support automation, ticket management, auto-response generation, or support knowledge base features. Free tier available (100 req/day).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "supportforge" with this command: npx skills add Jbennett111/supportforge

SupportForge

AI customer support API by Voss Consulting Group.

Setup

Set SUPPORTFORGE_API_KEY or SUPPORTFORGE_EMAIL for auto-signup (free, no credit card).

curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"you@example.com"}'

Usage

curl -X POST https://anton.vosscg.com/v1/tickets/create \
  -H "Authorization: Bearer $SUPPORTFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"subject": "Login issue", "message": "Cannot reset password", "priority": "high"}'

Capabilities

  • POST /v1/tickets/create — Create support ticket
  • POST /v1/tickets/:id/reply — Reply (manual or AI auto-reply)
  • POST /v1/kb/search — Search knowledge base
  • POST /v1/keys — Get API key (email-only for free tier)
  • GET /v1/health — Health check

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Arxiv Reader

Read and analyze arXiv papers by fetching LaTeX source, listing sections, or extracting abstracts

Registry SourceRecently Updated
Research

Competitive Intel Agent

Competitor monitoring, pricing analysis, market positioning, and SWOT generation. Use when you need to track competitor moves, benchmark pricing, analyze mar...

Registry SourceRecently Updated
Research

First-Principles-Deconstructor

Analyzes products by stripping marketing jargon to identify their fundamental physical laws, constraints, and optimal efficient designs from first principles.

Registry SourceRecently Updated