Prefy is a comprehensive AI platform skill providing smart model routing, automated VPS management, and real-world actions like AI-driven phone calls.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install prefy
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 prefy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Prefy serves as a versatile backbone for developers using Openclaw Skills, offering a unified Conductor API that routes requests across 19+ industry-leading models including GPT-4o, Claude 3.5 Sonnet, and DeepSeek. It functions as a drop-in OpenAI-compatible replacement, allowing agents to switch between speed-optimized and quality-focused strategies seamlessly.
Beyond text generation, Prefy bridges the gap between digital intelligence and physical infrastructure. It enables automated VPS server provisioning, real-time web search capabilities via Tavily, and even automated phone reservations through its AutoCall feature. This makes it an essential tool for building sophisticated agents that require both high-level reasoning and the ability to manage technical environments or execute real-world tasks.
To begin using this skill within the Openclaw Skills ecosystem, set your authentication headers and use the following base configuration:
# Export your Prefy API key
export PREFY_API_KEY="your_pc_key_here"
# Test the Conductor API connection
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}'
The skill organizes data across several specialized API structures to ensure high interoperability within the Openclaw Skills framework:
| Component | Data Format | Key Fields |
|---|---|---|
| Conductor API | OpenAI Compatible | model, messages, stream, strategy |
| Web Search | JSON | query, max_results, snippets |
| Server Mgmt | JSON | serverId, command (stats, shell, ollama) |
| AutoCall | JSON | phone, venue_name, task, language |
| Image Gen | JSON | prompt, model (flux-schnell), base64 output |
Loading
A technical automation suite for generating, rendering, and embedding Mermaid diagrams into Markdown documentation via a structured script-based workflow.

A Python-powered utility to transform Markdown content into formatted Word documents with support for templates and complex elements.

A persistent memory layer that enables AI agents to record learnings and avoid repeating mistakes across coding sessions.

An automated troubleshooting tool that uses Codex 5.3 to analyze console logs and chat history for instant issue resolution.

A comprehensive travel API that enables AI agents to search and book over 300 airlines, including exclusive low-cost carrier coverage.

A professional audio consultant agent for matching gear, optimizing room acoustics, and analyzing second-hand market pricing.








































