← 返回 Skills 市场
Perplexity Search Skill
作者
NitinZadpe
· GitHub ↗
· v1.0.1
· MIT-0
280
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install nz-perplexity-search
功能描述
Search the web with Perplexity Sonar API for current information, citations, and web-grounded answers.
安全使用建议
This skill appears coherent and implements a Perplexity Sonar search using only your PERPLEXITY_API_KEY. Before installing: (1) confirm you trust the skill owner/source (source is listed as unknown in the metadata); (2) only provide a Perplexity API key you are comfortable using (the key is sent to api.perplexity.ai—do not use a key tied to highly sensitive accounts); (3) avoid sending PII or secrets as query text since queries go to an external service and may incur cost; (4) be aware the agent may auto-invoke this skill for web-related queries—disable autonomous invocation if you prefer manual control; (5) if concerned, review the included script (it is short and uses only stdlib) or run it manually to verify behaviour. Overall the files and instructions match the stated purpose.
功能分析
Type: OpenClaw Skill
Name: nz-perplexity-search
Version: 1.0.1
The skill is a standard implementation for searching the web via the Perplexity API. It uses only Python's standard library, correctly handles the API key from environment variables, and restricts network communication to the official Perplexity endpoint (api.perplexity.ai). No malicious patterns, obfuscation, or unauthorized data access were detected in scripts/perplexity_search.py or the accompanying documentation.
能力评估
Purpose & Capability
Name/description (Perplexity Sonar web search) match what the skill requires and does: a python3 script that POSTs queries to Perplexity's API and needs a PERPLEXITY_API_KEY. Nothing unrelated (no cloud provider creds, no filesystem scans, no unrelated binaries) is requested.
Instruction Scope
SKILL.md instructs the agent to extract a query and run the included Python script. The instructions and agent workflow stay within the stated purpose and explicitly restrict reading the API key from the environment only. The script itself only constructs a JSON payload, calls the Perplexity endpoint, and formats the response—it does not reference other files, paths, or unexpected endpoints.
Install Mechanism
There is no install spec; this is instruction + bundled python script. The script uses only the Python standard library (urllib), so there are no downloads or package installs that would write arbitrary code to disk at install time.
Credentials
Only one environment variable is required (PERPLEXITY_API_KEY) and it is the primary credential needed to call the Perplexity API. Declared env vars align with the skill's functionality and the code only reads that single variable.
Persistence & Privilege
The skill is not marked always:true, does not request persistent system privileges, and does not modify other skills' configurations. It can be invoked autonomously by the agent (default) but that is expected for an auto-invoked search skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nz-perplexity-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/nz-perplexity-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Moved the main script to scripts/perplexity_search.py for improved organization.
- Updated documentation for clearer instructions, trigger phrases, and workflow guidance.
- Expanded options and usage examples in the command reference.
- Enhanced security and setup notes for safer API key handling.
- Removed the top-level perplexity_search.py file.
v1.0.0
Initial release
Added Perplexity-powered web search skill for OpenClaw
Reads PERPLEXITY_API_KEY from OpenClaw .env
Returns answer with sources/citations
Includes install instructions and sample usage
If you want a shorter version, use:
Version 1.0.0
Initial release of Perplexity Search Skill for OpenClaw with .env API key support.
元数据
常见问题
Perplexity Search Skill 是什么?
Search the web with Perplexity Sonar API for current information, citations, and web-grounded answers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 Perplexity Search Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nz-perplexity-search」即可一键安装,无需额外配置。
Perplexity Search Skill 是免费的吗?
是的,Perplexity Search Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Perplexity Search Skill 支持哪些平台?
Perplexity Search Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Perplexity Search Skill?
由 NitinZadpe(@nitinzadpe)开发并维护,当前版本 v1.0.1。
推荐 Skills