← 返回 Skills 市场
2695
总下载
2
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install perplexity-search-skill
功能描述
Search the web using Perplexity's Search API for ranked, real-time web results with advanced filtering. Use when you need to search for current information, market research, trending topics, or when Brave Search is unavailable. Supports recency filtering (day/week/month/year) and returns structured results with titles, URLs, and snippets.
安全使用建议
This skill appears to be a straightforward Perplexity Search API wrapper and requests only a single API key. Before installing, verify the skill's source (the metadata had inconsistent homepage info — skill.json points to a GitHub repo), review the included scripts yourself, and confirm the API endpoint (https://api.perplexity.ai/search) matches Perplexity's official docs. Store your PERPLEXITY_API_KEY in your OpenClaw config (or otherwise secure it), monitor API usage/billing after first use, and rotate the key if anything looks suspicious. If you need stronger guarantees, run the script locally first and inspect network calls or host it in a sandboxed environment before enabling agent-autonomous invocation.
功能分析
Type: OpenClaw Skill
Name: perplexity-search-skill
Version: 1.0.0
The skill is designed for web searching via the Perplexity API, demonstrating strong security practices. It securely handles the API key by loading it from environment variables, performs input validation on parameters, and sanitizes all output to prevent terminal injection. The Python script uses only standard libraries, eliminating supply chain risks, and includes robust error handling with network timeouts. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent in any of the analyzed files (SKILL.md, scripts/search.py, README.md, SECURITY_AUDIT.md).
能力评估
Purpose & Capability
Name/description, required env var (PERPLEXITY_API_KEY), and included Python script all align with a Perplexity Search API wrapper. Minor provenance inconsistency: registry metadata at the top states 'Source: unknown / Homepage: none' while skill.json and README reference a GitHub homepage; this is a documentation/packaging mismatch but not a functional threat.
Instruction Scope
SKILL.md instructs running the bundled Python script and setting PERPLEXITY_API_KEY via OpenClaw config or environment. The runtime instructions and script only access the declared env var and make HTTPS requests to api.perplexity.ai; they do not read other system files or exfiltrate unrelated data.
Install Mechanism
No install spec (instruction-only distribution) and no external downloads; code is bundled in the skill. The script uses only the Python standard library—no external packages or remote installers are invoked.
Credentials
Only PERPLEXITY_API_KEY is required and declared as the primary credential; that is proportional and expected for an API wrapper. The SKILL.md and script only reference that environment variable.
Persistence & Privilege
Skill is not marked always:true and does not request elevated or persistent system privileges. It does not modify other skills' configs; typical agent-invocation settings apply (autonomous invocation is allowed by default).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install perplexity-search-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/perplexity-search-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Clean OpenClaw search skill using Perplexity Search API. Features web search with recency filtering, zero dependencies, and security hardening.
元数据
常见问题
Perplexity Search Skill 是什么?
Search the web using Perplexity's Search API for ranked, real-time web results with advanced filtering. Use when you need to search for current information, market research, trending topics, or when Brave Search is unavailable. Supports recency filtering (day/week/month/year) and returns structured results with titles, URLs, and snippets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2695 次。
如何安装 Perplexity Search Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install perplexity-search-skill」即可一键安装,无需额外配置。
Perplexity Search Skill 是免费的吗?
是的,Perplexity Search Skill 完全免费(开源免费),可自由下载、安装和使用。
Perplexity Search Skill 支持哪些平台?
Perplexity Search Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Perplexity Search Skill?
由 M4vF14(@m4vf14)开发并维护,当前版本 v1.0.0。
推荐 Skills