Perform AI-driven web searches with cited, grounded answers using the Perplexity API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install perplexity
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Perplexity Search is a high-performance skill designed to provide AI agents with real-time access to the web. By leveraging the Perplexity API, this skill delivers grounded answers that include citations, ensuring that the information retrieved is both current and verifiable. As part of the Openclaw Skills ecosystem, it allows developers to bridge the gap between static model training and the evolving landscape of live internet data.
The skill is optimized for both speed and accuracy, providing a seamless way to incorporate external knowledge into automated workflows. Whether you are building a research assistant or a technical fact-checker, this tool provides the necessary infrastructure to query the web programmatically with high confidence in the output quality.
To get started with this skill, ensure you have Node.js installed and follow these steps:
export PERPLEXITY_API_KEY='your_api_key_here'
node scripts/search.mjs "what is the latest stable version of React"
node scripts/search.mjs "Query 1" "Query 2" "Query 3"
The skill manages search data through a structured input/output flow. Below is the schema for the information processed:
| Attribute | Description |
|---|---|
| query | The string or array of strings representing the search intent. |
| response | The synthesized answer generated by the AI model. |
| citations | An array of source links used to verify the response. |
| format | Supports standard text output or raw JSON using the --json flag. |
| environment | Requires PERPLEXITY_API_KEY for authorization. |
Loading
A streamlined tool for AI agents to search, filter, and display images, photos, and thumbnails using the privacy-focused Brave Search API.

A secure WhatsApp relay and firewall that prevents AI agents from directly interacting with third parties without owner consent.

A high-performance QQ bot integration for OpenClaw that enables AI-driven automated replies in private and group conversations.

A comprehensive integration for the DingTalk Open Platform that enables automated messaging, organizational management, and real-time event processing.

A blockchain-native email service that turns NEAR accounts into functional email addresses for AI agents and smart contracts.

A maintenance automation skill that performs daily scheduled updates for the agent core and all installed skills.








































