An AI-powered web search skill providing real-time information with verified citations via the Perplexity Sonar API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install perplexity-search-api
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 perplexity-search-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Perplexity Search API is a specialized tool developed for Openclaw Skills that bridges the gap between static LLM knowledge and the live web. It allows AI agents to perform high-speed searches and deep analysis using Perplexity's suite of models, including Sonar, Sonar Pro, and Reasoning Pro. By integrating this skill, developers can ensure their workflows have access to up-to-the-minute data without needing a separate Perplexity subscription.
This integration is essential for users of Openclaw Skills who require accuracy and transparency. Every response generated through this skill includes citations, allowing for easy verification of facts and figures. Whether you are building a research assistant or a real-time market monitor, this tool provides the necessary connectivity to the global information landscape.
To integrate this search capability into your Openclaw Skills environment, follow these steps:
export SKILLBOSS_API_KEY="your_api_key_here"
curl -fsSL https://skillboss.co/openclaw-setup.sh | bash
The Perplexity Search API returns data in a structured format that facilitates easy parsing by AI agents within Openclaw Skills. The typical schema is organized as follows:
| Property | Type | Description |
|---|---|---|
answer |
String | The primary AI-generated response based on search results. |
citations |
Array | A list of source URLs used to verify the information. |
model_used |
String | Indicates which model (e.g., Sonar Pro) handled the query. |
depth |
String | The level of search performed (Quick, Detailed, or Comprehensive). |
Loading
A cost-effective API gateway providing unified access to top-tier LLMs with zero platform markup and additional business API support.

A high-performance AI image generation skill for OpenClaw featuring FLUX Schnell, FLUX Dev, and DALL-E 3 models.

A high-performance gateway providing direct access to the latest GPT-5 and OpenAI reasoning models without requiring a personal OpenAI account.

A specialized gateway providing direct access to OpenAI's latest GPT models including GPT-5 and reasoning models without requiring an individual OpenAI account.

A powerful AI-driven web search engine integration providing real-time information with verifiable citations.

A high-performance email delivery skill for Openclaw Skills that enables transactional and marketing communications via AWS SES without complex SMTP configuration.








































