← 返回 Skills 市场
2021
总下载
1
收藏
4
当前安装
6
版本数
在 OpenClaw 中安装
/install perplexity-wrapped
功能描述
Search the web with AI-powered answers via Perplexity API. Supports three modes - Search API (ranked results), Sonar API (AI answers with citations, default), and Agentic Research API (third-party models with tools). All responses wrapped in untrusted-content boundaries for security.
安全使用建议
This skill's code appears to do what the description says (call Perplexity APIs and wrap external content), but the package metadata omits the required Perplexity API key. Before installing, verify where and how you will provide the PERPLEXITY_API_KEY (OpenClaw config, environment, or secrets manager) and confirm the skill's owner/source because the registry entry's owner is unknown. Expect network calls to api.perplexity.ai and per-query costs (the CLI already prompts for expensive queries). If you require strict least-privilege metadata, ask the publisher to add PERPLEXITY_API_KEY (or configure a declared primary credential) and remove the misleading 1Password reference or explain how it is used.
功能分析
Type: OpenClaw Skill
Name: perplexity-wrapped
Version: 2.1.2
The skill is designed for AI-powered web search via the Perplexity API, which aligns with its stated purpose. It makes network calls exclusively to the legitimate Perplexity API endpoint and handles the API key via environment variables. Crucially, the `SKILL.md` documentation and `scripts/search.mjs` code include explicit and robust measures to prevent prompt injection from external content, such as untrusted content boundaries, character folding, and direct instructions to the OpenClaw agent to treat all returned content as untrusted data. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts within the skill's own instructions or code.
能力评估
Purpose & Capability
The skill's name, description, CLI, and code all implement a Perplexity-based web search (sonar, search, agentic). That capability coheres with the required binary (node) and the network calls to api.perplexity.ai. However, the skill obviously needs a Perplexity API key at runtime (scripts/config.mjs reads PERPLEXITY_API_KEY) but the registry metadata lists no required env vars or primary credential — this is an important metadata omission/incoherence.
Instruction Scope
Runtime instructions and the bundled scripts stay within the declared purpose: they accept queries, call Perplexity endpoints, and wrap external content in untrusted-content boundaries. The code sanitizes boundary markers to mitigate prompt injection and prompts for confirmation on expensive 'deep' queries. The Agentic mode allows selecting third-party model names but sends them to Perplexity's endpoint (it does not request additional third-party credentials). There is no code that reads arbitrary files or other unrelated environment variables.
Install Mechanism
This is an instruction-only skill with small JS scripts and no install spec or external downloads. It requires node on PATH (declared). No installers or archive downloads are present, so install risk is low.
Credentials
The runtime code requires a Perplexity API key (scripts/config.mjs reads PERPLEXITY_API_KEY and the main script exits if apiKey is missing). Yet requires.env and primary credential in the registry metadata are empty. Additionally, an error message mentions 1Password, but the included code does not implement 1Password access — another inconsistency. Requesting an API key for the service is proportionate, but failing to declare it in metadata is a mismatch that can confuse permission/configuration and is worth flagging.
Persistence & Privilege
The skill does not request persistent or privileged presence (always:false). It does not modify other skills or system-wide settings. It does not create background services or write persistent credentials; it only reads an environment variable at runtime.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install perplexity-wrapped - 安装完成后,直接呼叫该 Skill 的名称或使用
/perplexity-wrapped触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.2
Simplify config: env var only (no child_process), fixes code_safety scanner flag
v2.1.1
Add comprehensive per-query cost estimates for all models and modes
v2.1.0
Fix agentic endpoint (/v2/responses), fix default model bleed, add cost gate for deep research (--yes required), add full model catalog (14 models across 5 providers), 1Password integration for API key
v2.0.0
Add Sonar API (default), Agentic Research API, model selection, reasoning effort, deep research mode, cost warnings
v1.1.0
Add 1Password integration for API key management; split config/network into separate modules to avoid code safety scanner false positives; update docs
v0.1.0
Initial release: Perplexity search skill with default untrusted-content wrapping and boundary-marker sanitization.
元数据
常见问题
Perplexity Wrapped Search 是什么?
Search the web with AI-powered answers via Perplexity API. Supports three modes - Search API (ranked results), Sonar API (AI answers with citations, default), and Agentic Research API (third-party models with tools). All responses wrapped in untrusted-content boundaries for security. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2021 次。
如何安装 Perplexity Wrapped Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install perplexity-wrapped」即可一键安装,无需额外配置。
Perplexity Wrapped Search 是免费的吗?
是的,Perplexity Wrapped Search 完全免费(开源免费),可自由下载、安装和使用。
Perplexity Wrapped Search 支持哪些平台?
Perplexity Wrapped Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Perplexity Wrapped Search?
由 VACInc(@vacinc)开发并维护,当前版本 v2.1.2。
推荐 Skills