prefy

Connect to Prefy AI platform — Conductor API (19 models, OpenAI-compatible), server management, web search, image generation, phone calls (AutoCall). Use when agent needs multi-model AI routing, dedicated server provisioning, web intelligence, or restaurant/hotel phone calls. Base URL https://prefy.com.

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 "prefy" with this command: npx skills add prefy

Prefy — AI Platform Skill

Quick Start

# Chat completion (OpenAI-compatible, streaming)
curl https://prefy.com/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $PREFY_API_KEY" \
  -d '{"model":"conductor:fast","messages":[{"role":"user","content":"Hello"}],"stream":true}'

Authentication

All endpoints require Authorization: Bearer <key> header.

  • Conductor API: Use Prefy API key (starts with pc_)
  • Server/Agent APIs: Use Supabase JWT token

Conductor AI — Smart Model Router

POST https://prefy.com/api/v1/chat/completions

OpenAI-compatible. Drop-in replacement. Supports streaming.

Models

ModelBest ForSpeed
conductorAuto-route to best modelAuto
conductor:fastSpeed priority
conductor:qualityQuality priorityMedium
conductor:creativeCreative tasksMedium
conductor:privatePrivacy priorityVaries
gemini-flashQuick tasks
gemini-proGeneral purposeFast
gpt-4oBest all-roundFast
gpt-4o-miniBudget tasks
claude-sonnetAnalysis, writingFast
deepseek-v3Code, mathFast
deepseek-r1Chain-of-thoughtMedium
llama-70bComplex reasoningMedium
groq-llamaSpeed-critical
qwen-7bMultilingualFast

Strategies

Append strategy to conductor model name:

  • :fast — Gemini Flash / Groq (cheapest, fastest)
  • :quality — GPT-4o / Claude (best quality)
  • :creative — High temperature, diverse outputs
  • :private — Routes through privacy-first providers

Web Search

POST https://prefy.com/api/v1/search

{"query": "latest AI news", "max_results": 5}

Returns Tavily search results with snippets.

Image Generation

POST https://prefy.com/api/v1/images/generate

{"prompt": "a sunset over mountains", "model": "flux-schnell"}

Returns base64 image. Uses Together AI FLUX Schnell (free tier).

Server Management

Provision and manage dedicated VPS servers.

  • POST /api/v1/servers/checkout — Create Stripe checkout for server plan
  • POST /api/v1/servers/command — Send command to server agent
  • GET /api/v1/servers/hetzner — List user's servers

Server Plans

PlanPriceSpecs
starter$9.99/mo2 vCPU, 2GB RAM, 40GB SSD
plus$14.99/mo4 vCPU, 8GB RAM, 80GB SSD
pro$29.99/mo8 vCPU, 16GB RAM, 160GB SSD

Agent Commands

Send via POST /api/v1/servers/command:

{"serverId": "...", "command": "stats"}

Available: stats, ollama list/pull/run/rm, cron list/add/remove, bot connect/stop/status, shell <cmd>

Agent API

POST https://prefy.com/api/v1/agent

Intelligent agent with memory, web search, intent detection.

{"message": "Find flights from Dubai to London next week", "userId": "..."}

Auto-detects intent: chat, search, flights, hotels, call.

AutoCall (Phone Calls)

POST https://prefy.com/api/v1/autocall

AI phone calls to restaurants/hotels (Vapi + ElevenLabs).

{
  "phone": "+971...",
  "venue_name": "Restaurant Name",
  "task": "Book table for 2, Friday 8pm",
  "language": "en"
}

Events & Activities

GET https://prefy.com/api/v1/events?city=Dubai

Returns upcoming events and activities for a city.

Rate Limits

TierRequests/day
Free10
Starter ($4.99/mo)100
Pro ($14.99/mo)500
BYOKUnlimited

Docs

Full documentation: https://prefy.com/docs

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.

General

Fitbit Tracker

Personal Fitbit integration for daily health tracking with adaptive sleep and activity reporting

Registry SourceRecently Updated
General

Ollama Load Balancer

Ollama load balancer for Llama, Qwen, DeepSeek, and Mistral inference across multiple machines. Load balancing with auto-discovery via mDNS, health checks, q...

Registry SourceRecently Updated
General

Google Merchant Center

Google Merchant Center integration. Manage Accounts. Use when the user wants to interact with Google Merchant Center data.

Registry SourceRecently Updated
General

Twitter/X All-in-One — Search, Monitor & Publish Text & Media Posts

Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts, likes/unlike...

Registry SourceRecently Updated